25 lines
337 B
SCSS
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;
|
|
}
|
|
}
|