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.
 
 
 
 
 

27 lines
428 B

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