Headless CMS and Content Managment Hub
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 

30 lines
535 B

@import '_vars';
@import '_mixins';
.field {
&-required {
color: $color-theme-error;
}
&-disabled {
color: $color-border-dark;
font-size: .8rem;
font-weight: normal;
}
}
.ui {
& {
margin-bottom: 1rem;
}
&-separator {
border-bottom: 1px solid darken($color-border, 5%);
color: lighten($color-text, 20%);
font-size: 1.3rem;
font-weight: normal;
margin-bottom: 0;
margin-top: 1.5rem;
padding: .25rem 0;
}
}