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.
 
 
 
 
 

43 lines
519 B

@import 'mixins';
@import 'vars';
.summary-row {
@include force-height(4rem);
h3 {
margin: 0;
}
.col-syntax {
width: 4rem;
}
.col-icon {
max-width: 15rem;
}
}
.title {
display: inline-block;
margin-left: 2rem;
}
.card {
&-header {
margin-bottom: -1px;
}
&-body {
&:empty {
display: none;
}
}
}
.btn-run {
color: $color-theme-brand !important;
}
.btn-enabled {
border-color: $color-border;
}