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.

10 lines
197 B

  1. @import 'variables';
  2. .glitch.local-settings__navigation {
  3. background: $primary-text-color;
  4. color: $ui-base-color;
  5. width: 200px;
  6. font-size: 15px;
  7. line-height: 20px;
  8. overflow-y: auto;
  9. }