8 lines
120 B
SCSS
Executable File
8 lines
120 B
SCSS
Executable File
.v-textarea input {
|
|
font-size: 0.875rem;
|
|
font-weight: 500;
|
|
&::placeholder {
|
|
color: rgba(0, 0, 0, 0.38);
|
|
}
|
|
}
|