mirror of
https://git.kescher.at/CatCatNya/catstodon.git
synced 2024-11-24 23:18:06 +01:00
14 lines
225 B
SCSS
14 lines
225 B
SCSS
// components.scss
|
|
.compose-form {
|
|
.compose-form__modifiers {
|
|
.compose-form__upload {
|
|
&-description {
|
|
input {
|
|
&::placeholder {
|
|
opacity: 1.0;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|