Browse Source

Slightly de-emphasize message border colors, fix emSize variable

flex-list
Jack Lukic 9 years ago
parent
commit
e17ed5b1bc
1 changed files with 13 additions and 13 deletions
  1. 26
      src/themes/default/globals/site.variables

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

@ -87,14 +87,14 @@
expressed in em
*/
@miniSize : (10 / unit(@emValue));
@tinySize : (12 / unit(@emValue));
@smallSize : (13 / unit(@emValue));
@mediumSize : (14 / unit(@emValue));
@largeSize : (16 / unit(@emValue));
@bigSize : (18 / unit(@emValue));
@hugeSize : (20 / unit(@emValue));
@massiveSize : (24 / unit(@emValue));
@miniSize : (10 / unit(@emSize));
@tinySize : (12 / unit(@emSize));
@smallSize : (13 / unit(@emSize));
@mediumSize : (14 / unit(@emSize));
@largeSize : (16 / unit(@emSize));
@bigSize : (18 / unit(@emSize));
@hugeSize : (20 / unit(@emSize));
@massiveSize : (24 / unit(@emSize));
/*-------------------
@ -295,28 +295,28 @@
@positiveBackgroundColor : #FCFFF5;
@positiveBorderColor : #A3C293;
@positiveHeaderColor : #1A531B;
@positiveTextColor : #1D571E;
@positiveTextColor : #2C662D;
/* Negative */
@negativeColor : @red;
@negativeBackgroundColor : #FFF6F6;
@negativeBorderColor : #E0B4B4;
@negativeHeaderColor : #912D2B;
@negativeTextColor : #922D2B;
@negativeTextColor : #9F3A38;
/* Info */
@infoColor : #31CCEC;
@infoBackgroundColor : #F8FFFF;
@infoBorderColor : #9ECAD3;
@infoBorderColor : #A9D5DE;
@infoHeaderColor : #0E566C;
@infoTextColor : #0E566D;
@infoTextColor : #276F86;
/* Warning */
@warningColor : #F2C037;
@warningBorderColor : #C9BA9B;
@warningBackgroundColor : #FFFAF3;
@warningHeaderColor : #794B02;
@warningTextColor : #664917;
@warningTextColor : #573A08;
/*-------------------
Paths

Loading…
Cancel
Save