mirror of
https://github.com/Start9Labs/start-os.git
synced 2026-03-26 10:21:52 +00:00
* rework cutofing processing * fix default generation bug * dont hard code all dependent ids to 'hello' * fix recommendation display and bug with health cehck not updating * fix key name * fix dependency error updates and retain order on backup * fix health check display
27 lines
603 B
SCSS
27 lines
603 B
SCSS
.slot-start {
|
|
display: inline-block;
|
|
vertical-align: middle;
|
|
}
|
|
|
|
ion-input {
|
|
font-weight: 500;
|
|
--placeholder-font-weight: 400;
|
|
}
|
|
|
|
ion-item-divider {
|
|
text-transform: unset;
|
|
--padding-start: 0;
|
|
border-bottom: 1px solid var(--ion-item-border-color, var(--ion-border-color, var(--ion-color-step-150, rgba(0, 0, 0, 0.13))))
|
|
}
|
|
|
|
.nested-wrapper {
|
|
padding: 0 0 30px 30px;
|
|
// border-bottom: 1px solid var(--ion-item-border-color, var(--ion-border-color, var(--ion-color-step-150, rgba(0, 0, 0, 0.13))))
|
|
}
|
|
|
|
.validation-error {
|
|
p {
|
|
font-size: small;
|
|
color: var(--ion-color-danger);
|
|
}
|
|
} |