24 lines
290 B
SCSS
24 lines
290 B
SCSS
![]() |
.new-input {
|
||
|
min-height: 80vh;
|
||
|
padding: 0 200px;
|
||
|
|
||
|
.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;
|
||
|
}
|
||
|
}
|