Browse Source

Adjusts message colors

pull/2053/head
jlukic 9 years ago
parent
commit
658792edd0
1 changed files with 18 additions and 17 deletions
  1. 35
      src/themes/default/globals/site.variables

35
src/themes/default/globals/site.variables

@ -183,8 +183,8 @@
@strongTransparentBlack : rgba(0, 0, 0, 0.10); @strongTransparentBlack : rgba(0, 0, 0, 0.10);
@subtleTransparentWhite : rgba(255, 255, 255, 0.02); @subtleTransparentWhite : rgba(255, 255, 255, 0.02);
@transparentWhite : rgba(255, 255, 255, 0.05);
@strongTransparentWhite : rgba(255, 255, 255, 0.07);
@transparentWhite : rgba(255, 255, 255, 0.08);
@strongTransparentWhite : rgba(255, 255, 255, 0.15);
/*------------------- /*-------------------
Accents Accents
@ -249,6 +249,7 @@
--------------------*/ --------------------*/
@defaultEasing: ease; @defaultEasing: ease;
@defaultDuration: 0.2s;
/*------------------- /*-------------------
All Colors All Colors
@ -291,31 +292,31 @@
/* Positive */ /* Positive */
@positiveColor : @green; @positiveColor : @green;
@positiveBackgroundColor : #EEFFE7;
@positiveBorderColor : #B7CAA7;
@positiveHeaderColor : #356E36;
@positiveTextColor : #3C763D;
@positiveBackgroundColor : #F3FFEC;
@positiveBorderColor : #B4D3A4;
@positiveHeaderColor : #387139;
@positiveTextColor : #255F26;
/* Negative */ /* Negative */
@negativeColor : @red; @negativeColor : @red;
@negativeBackgroundColor : #FFF0F0;
@negativeBorderColor : #DBB1B1;
@negativeBackgroundColor : #E0B4B4;
@negativeBorderColor : #E0B4B4;
@negativeHeaderColor : #912D2B; @negativeHeaderColor : #912D2B;
@negativeTextColor : #A94442;
@negativeTextColor : #973230;
/* Info */ /* Info */
@infoColor : #31CCEC; @infoColor : #31CCEC;
@infoBackgroundColor : #E9FAFF;
@infoBorderColor : #AAD6DF;
@infoHeaderColor : #297187;
@infoTextColor : #337B92;
@infoBackgroundColor : #EEF9F9;
@infoBorderColor : #A3CFD8;
@infoHeaderColor : #226A80;
@infoTextColor : #256D84;
/* Warning */ /* Warning */
@warningColor : #F2C037; @warningColor : #F2C037;
@warningBorderColor : #D9CAAB;
@warningBackgroundColor : #FFFBE6;
@warningHeaderColor : #825C01;
@warningTextColor : #876A38;
@warningBorderColor : #C9BA9B;
@warningBackgroundColor : #FFFBE8;
@warningHeaderColor : #7C5600;
@warningTextColor : #715422;
/*------------------- /*-------------------

Loading…
Cancel
Save