This commit is contained in:
Mads Rasmussen
2017-02-27 16:12:44 +01:00
parent 06d7ae3861
commit 6022c87540
8 changed files with 11 additions and 25 deletions

View File

@@ -200,7 +200,7 @@ body {
right: -5px;
top: 0;
bottom: 0;
background-color: @test-purple;
background-color: @gray-10;
border: solid 1px @purple-l3;
border-top: none;
border-bottom: none;

View File

@@ -122,7 +122,7 @@
.umb-card-grid .umb-card-grid-item:focus,
.umb-card-grid .umb-card-grid-item:hover > *,
.umb-card-grid .umb-card-grid-item:focus > * {
background: @test-purple;
background: @gray-10;
//color: white;
cursor: pointer;
outline: none;

View File

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

View File

@@ -22,7 +22,7 @@
.umb-notifications__notification {
padding: 5px 20px;
text-shadow: none;
font-size: 13px;
font-size: 14px;
border: none;
border-radius: 0;
position: relative;

View File

@@ -15,7 +15,7 @@
}
.umb-overlay .umb-overlay-header {
background: @test-purple;
background: @gray-10;
border-bottom: 1px solid @purple-l3;
padding: 10px;
margin-top: 0;
@@ -54,7 +54,7 @@
padding: 10px 20px;
margin: 0;
background: @test-purple;
background: @gray-10;
border-top: 1px solid @purple-l3;
}
@@ -167,7 +167,7 @@
width: 100%;
padding: 20px;
box-sizing: border-box;
background: @test-purple;
background: @gray-10;
border-bottom: 1px solid @purple-l3;
}

View File

@@ -28,12 +28,12 @@
.umb-iconpicker-item a:hover,
.umb-iconpicker-item a:focus{
background: @test-purple;
background: @gray-10;
outline: none;
}
.umb-iconpicker-item a:active {
background: @test-purple;
background: @gray-10;
}
.umb-iconpicker-item i {

View File

@@ -7,7 +7,7 @@
}
.umb-modalcolumn-header {
background: @test-purple;
background: @gray-10;
border-bottom: 1px solid @purple-l3;
height: 94px;
padding: 5px 20px 0px 20px;

View File

@@ -35,15 +35,6 @@
// Colors
// -------------------------
@turquoise-d1: #00AFAF;
@turquoise: #04bfbf;
@turquoise-l1: #43CFCF;
@turquoise-l2: #81DFDF;
@turquoise-l3: #C0EFEF;
@turquoise-washed: #F2FCFC;
// Warmer turquoise
@turquoise-d1: #00AEA2;
@turquoise: #03BFB3;
@turquoise-l1: #42CFC5;
@@ -93,11 +84,6 @@
@gray-10: #F3F3F5;
// REMEBER TO UPDATE NAME ----- -- ---
@test-purple: #F3F3F5;
.red{color: @red;}
.blue{color: @blue;}
.black{color: @black;}