|
@ -290,7 +290,7 @@ |
|
|
@infoTextColor : #0E566D; |
|
|
@infoTextColor : #0E566D; |
|
|
|
|
|
|
|
|
/* Warning */ |
|
|
/* Warning */ |
|
|
@warningColor : #FFF9EA; |
|
|
|
|
|
|
|
|
@warningColor : #F2C037; |
|
|
@warningBorderColor : #C9BA9B; |
|
|
@warningBorderColor : #C9BA9B; |
|
|
@warningBackgroundColor : #FFFAF3; |
|
|
@warningBackgroundColor : #FFFAF3; |
|
|
@warningHeaderColor : #794B02; |
|
|
@warningHeaderColor : #794B02; |
|
@ -429,16 +429,18 @@ |
|
|
@pageMinWidth : 320px; |
|
|
@pageMinWidth : 320px; |
|
|
|
|
|
|
|
|
/* Positive / Negative Dupes */ |
|
|
/* Positive / Negative Dupes */ |
|
|
@successColor : @positiveColor; |
|
|
|
|
|
@errorColor : @negativeColor; |
|
|
|
|
|
@successBackgroundColor : @positiveBackgroundColor; |
|
|
@successBackgroundColor : @positiveBackgroundColor; |
|
|
@errorBackgroundColor : @negativeBackgroundColor; |
|
|
|
|
|
@successTextColor : @positiveTextColor; |
|
|
|
|
|
@errorTextColor : @negativeTextColor; |
|
|
|
|
|
|
|
|
@successColor : @positiveColor; |
|
|
@successBorderColor : @positiveBorderColor; |
|
|
@successBorderColor : @positiveBorderColor; |
|
|
@errorBorderColor : @negativeBorderColor; |
|
|
|
|
|
@successHeaderColor : @positiveHeaderColor; |
|
|
@successHeaderColor : @positiveHeaderColor; |
|
|
|
|
|
@successTextColor : @positiveTextColor; |
|
|
|
|
|
|
|
|
|
|
|
@errorBackgroundColor : @negativeBackgroundColor; |
|
|
|
|
|
@errorColor : @negativeColor; |
|
|
|
|
|
@errorBorderColor : @negativeBorderColor; |
|
|
@errorHeaderColor : @negativeHeaderColor; |
|
|
@errorHeaderColor : @negativeHeaderColor; |
|
|
|
|
|
@errorTextColor : @negativeTextColor; |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/* Responsive */ |
|
|
/* Responsive */ |
|
|
@largestMobileScreen : (@tabletBreakpoint - 1px); |
|
|
@largestMobileScreen : (@tabletBreakpoint - 1px); |
|
|