Files
full-matdash-nuxt-stim/scss/components/_VTextarea.scss
2025-06-30 13:50:07 +07:00

8 lines
120 B
SCSS

.v-textarea input {
font-size: 0.875rem;
font-weight: 500;
&::placeholder {
color: rgba(0, 0, 0, 0.38);
}
}