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.
 
 
 
 
 

30 lines
351 B

.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-body {
&:empty {
display: none;
}
}
.btn-enabled {
border-color: $color-border;
}