mirror of
https://github.com/Start9Labs/start-os.git
synced 2026-03-30 20:14:49 +00:00
20 lines
357 B
SCSS
20 lines
357 B
SCSS
.selected {
|
|
--background: linear-gradient(120deg, #1e1e1e -1%, var(--ion-color-danger) 100%);
|
|
}
|
|
|
|
.menu-style {
|
|
border-style: solid;
|
|
border-width: 0px 1px 0px 0px;
|
|
border-color: var(--ion-color-danger);
|
|
ion-item::part(native) {
|
|
height: 56px;
|
|
}
|
|
}
|
|
|
|
.selected-badge {
|
|
background-color: #1e1e1e;
|
|
}
|
|
|
|
ion-split-pane {
|
|
--side-max-width: 280px;
|
|
} |