mirror of
https://github.com/Start9Labs/start-os.git
synced 2026-03-26 10:21:52 +00:00
16 lines
290 B
SCSS
16 lines
290 B
SCSS
.selected {
|
|
border: 4px solid gray;
|
|
}
|
|
ion-card-title {
|
|
margin: 24px 0;
|
|
font-family: 'Montserrat';
|
|
font-size: x-large;
|
|
--color: var(--ion-color-light);
|
|
}
|
|
|
|
ion-item {
|
|
--border-radius: 4px;
|
|
--border-style: solid;
|
|
--border-width: 1px;
|
|
--border-color: var(--ion-color-light);
|
|
} |