You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

14 lines
225 B

  1. // components.scss
  2. .compose-form {
  3. .compose-form__modifiers {
  4. .compose-form__upload {
  5. &-description {
  6. input {
  7. &::placeholder {
  8. opacity: 1.0;
  9. }
  10. }
  11. }
  12. }
  13. }
  14. }