13 lines
187 B
SCSS
13 lines
187 B
SCSS
.input {
|
|
height: 49px;
|
|
padding: 0 0 0 16px;
|
|
display: flex;
|
|
justify-content: center;
|
|
|
|
&::placeholder {
|
|
font-size: 12px;
|
|
line-height: 16px;
|
|
color: $color-gray9;
|
|
}
|
|
}
|