smaller header for property group

This commit is contained in:
Niels Lyngsø
2020-04-01 15:42:32 +02:00
parent 5fc889a8a5
commit 52832a9b1c
@@ -8,11 +8,11 @@
.umb-group-panel__header {
padding: 12px 20px;
font-weight: bold;
font-size: 16px;
font-size: 14px;
display: flex;
align-items: center;
justify-content: space-between;
color: @grayDark;
color: @grayDarker;
border-bottom: 1px solid @gray-9;
}