adjust colors on header and footer in content mini editor to match main editor

This commit is contained in:
Mads Rasmussen
2017-04-06 16:12:55 +02:00
parent a728f475aa
commit 847ef34281

View File

@@ -3,7 +3,7 @@
.umb-panel-header {
padding: 20px;
background: @gray-10;
border-bottom: 1px solid @gray-8;
border-bottom: 1px solid @purple-l3;
height: 59px;
.umb-headline {
@@ -25,8 +25,8 @@
.umb-panel-footer {
background: @gray-10;
border-top: 1px solid @gray-8;
height: 51px;
border-top: 1px solid @purple-l3;
height: 52px;
padding: 0 20px;
}