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
583 B

@import '_vars';
@import '_mixins';
:host ::ng-deep {
.search-form {
display: block;
}
}
.content {
cursor: pointer;
}
.table-container {
display: inline-block;
padding: 0;
padding-right: 1.5rem;
min-width: 100%;
}
.grid-content {
overflow-y: auto;
overflow-x: auto;
padding-right: 0;
}
.icon-plus {
font-size: .8rem;
}
.btn-status {
background: $color-dark-foreground;
}
.selection {
background: $color-theme-secondary;
border-bottom: 2px solid $color-border;
padding: .25 * $panel-padding $panel-padding;
}