update umb-overlay colours

This commit is contained in:
Mads Rasmussen
2017-02-22 11:48:11 +01:00
parent 1a2814a964
commit f1ec692a73

View File

@@ -15,8 +15,8 @@
}
.umb-overlay .umb-overlay-header {
background: @grayLighter;
border-bottom: 1px solid @grayLight;
background: @test-purple;
border-bottom: 1px solid @purple-l3;
padding: 10px;
margin-top: 0;
flex-grow: 0;
@@ -54,8 +54,8 @@
padding: 10px 20px;
margin: 0;
background: @grayLighter;
border-top: 1px solid @grayLight;
background: @test-purple;
border-top: 1px solid @purple-l3;
}
.umb-overlay .umb-overlay-drawer.-auto-height {
@@ -167,8 +167,8 @@
width: 100%;
padding: 20px;
box-sizing: border-box;
border-bottom: 1px solid @grayLight;
background: @grayLighter;
background: @test-purple;
border-bottom: 1px solid @purple-l3;
}
.umb-overlay__item-details-title-wrapper {