mirror of
https://github.com/Start9Labs/start-os.git
synced 2026-03-30 12:11:56 +00:00
13 lines
244 B
SCSS
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;
|
|
} |