about summary refs log tree commit diff
path: root/app/javascript/glitch/components/local_settings/navigation/style.scss
blob: a610a12121f5c0067068786dd7146da89f06549b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
@import 'styles/variables';

.glitch.local-settings__navigation {
  background: $primary-text-color;
  color: $ui-base-color;
  width: 200px;
  font-size: 15px;
  line-height: 20px;
  overflow-y: auto;
}