ng-implementation/airwatch/src/app/chatbot/new-input/new-input.scss
2025-09-09 14:43:57 +02:00

25 lines
337 B
SCSS

.new-input {
padding: 0 200px;
background: #f5f5f5;
border-radius: 10px;
min-height: 100vh;
.welcome-text {
margin: 100px;
font-size: 38px;
font-weight: 500;
letter-spacing: -7%;
}
.welcome-icon {
i {
font-size: 3rem;
}
margin-bottom: 1rem;
}
.emphasis {
color: #083b7d;
}
}