Files
start-os/ui/src/app/app.component.scss
Aiden McClelland 95d3845906 0.2.5 initial commit
Makefile incomplete
2020-11-23 13:44:28 -07:00

13 lines
244 B
SCSS

.selected {
--background: linear-gradient(120deg, #1e1e1e -1%, var(--ion-color-start9) 96%);
}
.menu-style {
border-style: solid;
border-width: 0px 1px 0px 0px;
border-color: #ff4960;
}
.selected-badge {
background-color: #1e1e1e;
}