distinguish property groups from properties

This commit is contained in:
Niels Lyngsø
2019-02-12 14:37:12 +01:00
parent e6b77cf307
commit 7b5ff7b2eb

View File

@@ -1,20 +1,21 @@
.umb-group-panel {
background: @white;
border-radius: 3px;
margin-bottom: 16px;
box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.16);
margin-bottom: 20px;
}
.umb-group-panel__header {
padding: 10px 20px;
padding: 12px 20px;
font-weight: bold;
font-size: 16px;
display: flex;
align-items: center;
justify-content: space-between;
color: @black;
color: @grayDark;
border-bottom: 1px solid @gray-9;
}
.umb-group-panel__content {
padding: 20px;
border-top: 1px solid @gray-9;
}