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.
 
 
 
 
 

26 lines
460 B

:host ::ng-deep {
.modal-body {
background: $color-background;
}
.modal-tabs {
background: $color-dark-foreground;
}
}
.col-selector {
position: relative;
.form-control {
@include absolute(-.4rem, auto, auto, 0);
@include force-width(300px);
color: $color-dark-foreground;
}
}
.table-container {
display: inline-block;
min-width: 100%;
padding: 0;
padding-right: 1.5rem;
}