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.
 
 
 
 
 

39 lines
602 B

:host ::ng-deep {
.ui-separator {
border-color: $color-border !important;
font-size: 1.2rem;
font-weight: normal;
}
}
.card {
& {
border: 1px solid darken($color-border, 5%);
border-left-width: 4px;
}
&-header {
line-height: 2.2rem;
}
.header-index {
@include force-width(3rem);
display: inline-block;
}
}
.col {
overflow: hidden;
}
.btn-text-secondary {
padding: .375rem;
}
.invalid {
border-left-color: $color-theme-error;
}
.remove {
@include absolute(.5rem, .5rem, auto, auto);
}