frontend/src/app/app.component.scss

9 lines
127 B
SCSS
Raw Normal View History

2020-02-08 18:50:44 +00:00
.sidebar {
max-width: 20em !important;
}
2020-02-08 21:07:47 +00:00
2020-02-08 21:37:05 +00:00
//text portion of buttons
.button-text {
color: var(--ion-color-medium-shade);
2020-02-08 21:07:47 +00:00
}