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.

32 lines
743 B

  1. .wiki-form {
  2. &.theme--light {
  3. background-color: mc('grey', '50');
  4. }
  5. .v-text-field--outline {
  6. .v-input__slot {
  7. background-color: #FFF !important;
  8. border-color: mc('grey', '300') !important;
  9. border-radius: 7px;
  10. @at-root .theme--dark & {
  11. background-color: lighten(mc('grey', '900'), 5%) !important;
  12. border-color: mc('grey', '700') !important;
  13. .v-label.v-label--active.primary--text {
  14. color: mc('blue', '500') !important;
  15. }
  16. }
  17. }
  18. &.v-input--is-focused .v-input__slot {
  19. border-color: mc('blue', '500') !important;
  20. }
  21. @at-root .theme--dark & {
  22. .v-icon.primary--text {
  23. color: mc('blue', '500') !important;
  24. }
  25. }
  26. }
  27. }