11 lines
204 B
SCSS
Raw Normal View History

2017-09-25 19:24:32 -07:00
@import 'styles/variables';
2017-07-19 19:54:02 -07:00
.glitch.local-settings__navigation {
background: $primary-text-color;
color: $ui-base-color;
width: 200px;
font-size: 15px;
line-height: 20px;
overflow-y: auto;
}