update orange warning color to yellow

This commit is contained in:
Mads Rasmussen
2017-04-06 16:25:09 +02:00
parent fc862f8434
commit 2ee1df3dec

View File

@@ -58,6 +58,7 @@
@red-l3: #FFB2B0;
@red-washed: #FFECEB;
@yellow-d2: #F0AC00;
@yellow-d1: #FFC011;
@yellow: #FFCE38;
@yellow-l1: #FFD861;
@@ -312,7 +313,7 @@
// alerts
// -------------------------
@warningText: @white;
@warningBackground: @orange;
@warningBackground: @yellow-d2;
@warningBorder: transparent;
@errorText: @white;