Files
start-os/ui/src/app/components/form-object/form-object.component.scss
Matt Hill 65a4b8ab84 rework cutofing processing (#716)
* 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
2022-01-21 20:35:52 -07:00

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);
}
}