update main editor header and footer colors

This commit is contained in:
Mads Rasmussen
2017-02-22 10:39:26 +01:00
parent 251a67d653
commit 9c4eacf330

View File

@@ -20,8 +20,8 @@
}
.umb-editor-header {
background: @grayLighter;
border-bottom: 1px solid @grayLight;
background: @test-purple;
border-bottom: 1px solid @purple-l3;
flex: 0 0 99px;
position: relative;
}
@@ -51,8 +51,8 @@
.umb-editor-drawer {
margin: 0;
padding: 10px 20px;
background: @grayLighter;
border-top: 1px solid @grayLight;
background: @test-purple;
border-top: 1px solid @purple-l3;
flex: 1 0 31px;
}