mirror of
https://github.com/Start9Labs/start-os.git
synced 2026-03-31 04:23:40 +00:00
0.2.5 initial commit
Makefile incomplete
This commit is contained in:
13
ui/src/app/app.component.scss
Normal file
13
ui/src/app/app.component.scss
Normal file
@@ -0,0 +1,13 @@
|
||||
.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;
|
||||
}
|
||||
Reference in New Issue
Block a user