added 2019 brand colors
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
.umb-app-header {
|
||||
background: @purple;
|
||||
background: @blueNight;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: space-between;
|
||||
|
||||
@@ -36,7 +36,7 @@ ul.sections>li>a::after {
|
||||
content: "";
|
||||
height: 4px;
|
||||
width: 100%;
|
||||
background-color: @turquoise;
|
||||
background-color: @ui-active;
|
||||
position: absolute;
|
||||
bottom: -4px;
|
||||
border-radius: 3px 3px 0 0;
|
||||
@@ -93,7 +93,7 @@ ul.sections-tray>li>a::after {
|
||||
content: "";
|
||||
width: 4px;
|
||||
height: 100%;
|
||||
background-color: @turquoise;
|
||||
background-color: @ui-active;
|
||||
position: absolute;
|
||||
border-radius: 0 3px 3px 0;
|
||||
opacity: 0;
|
||||
|
||||
@@ -27,13 +27,27 @@
|
||||
|
||||
|
||||
@blue: #2E8AEA;
|
||||
@blueDark: #0064CD;
|
||||
@blueDark: #3544b1;// updated 2019
|
||||
@blueExtraDark: #1b264f;// added 2019
|
||||
@blueLight: #ADD8E6;
|
||||
@blueNight: #162335;// added 2019
|
||||
@green: #46A546;
|
||||
@red: #9D261D;
|
||||
@yellow: #FFC40D;
|
||||
@orange: #DF7F48;
|
||||
@yellow: #fad634;// updated 2019
|
||||
@orange: #f79c37;// updated 2019
|
||||
@pink: #C3325F;
|
||||
@pinkLight: #f5c1bc;// added 2019
|
||||
@brown: #9d8057;// added 2019
|
||||
|
||||
@u-grey: #f2ebe6;// added 2019
|
||||
@u-white: #f9f7f4;// added 2019
|
||||
|
||||
|
||||
// Accent colors
|
||||
// -------------------------
|
||||
|
||||
@ui-active: @pinkLight;
|
||||
@ui-selected: @pinkLight;
|
||||
|
||||
|
||||
// Colors
|
||||
|
||||
Reference in New Issue
Block a user