8 lines
116 B
SCSS
8 lines
116 B
SCSS
|
.input {
|
||
|
font-style: normal;
|
||
|
font-weight: 400;
|
||
|
font-size: 12px;
|
||
|
line-height: 16px;
|
||
|
color: $color-gray8;
|
||
|
}
|