Pleasant alert-warning colors (#3276)

* Pleasant alert-warning colors

* Fix for json viewer primitive color
This commit is contained in:
Ran Byron 2019-01-13 15:27:26 +02:00 committed by Arik Fraimovich
parent 90a0a7d39b
commit 200fea952a
2 changed files with 1 additions and 5 deletions

View File

@ -98,7 +98,6 @@
@state-success-text: @green;
@state-info-text: @blue;
@state-danger-text: lighten(@red, 5%);
@state-warning-text: @orange;
/* --------------------------------------------------------
@ -106,19 +105,16 @@
-----------------------------------------------------------*/
@alert-success-border: transparent;
@alert-info-border: transparent;
@alert-warning-border: transparent;
@alert-danger-border: transparent;
@alert-inverse-border: transparent;
@alert-success-bg: fade(@green, 70%);
@alert-info-bg: fade(@blue, 70%);
@alert-warning-bg: fade(@amber, 70%);
@alert-danger-bg: fade(@red, 70%);
@alert-inverse-bg: #333;
@alert-success-text: #fff;
@alert-info-text: #fff;
@alert-warning-text: #fff;
@alert-danger-text: #fff;
@alert-inverse-text: #fff;

View File

@ -84,7 +84,7 @@
color: @state-success-text;
&.jvi-primitive {
color: @state-warning-text;
color: @brand-warning;
}
&.jvi-string {