2014-06-04 11:14:35 -04:00
|
|
|
//== Colors
|
|
|
|
//
|
|
|
|
//## Gray and brand colors for use across Bootstrap.
|
|
|
|
|
|
|
|
|
2014-06-04 12:46:22 -04:00
|
|
|
@gray-darker: #252525;
|
|
|
|
@gray-dark: #505050;
|
|
|
|
@gray: #7a7a7a;
|
|
|
|
@gray-light: #a4a4a4;
|
|
|
|
@gray-lighter: #cfcfcf;
|
|
|
|
@gray-lightest: #f0f0f0;
|
|
|
|
|
2014-06-06 12:47:52 -04:00
|
|
|
@blue: #405ebf;
|
2014-06-04 12:46:22 -04:00
|
|
|
@blueDark: #040D2D;
|
|
|
|
@green: #46a546;
|
|
|
|
@red: #a93529;
|
|
|
|
@yellow: #A1A729;
|
|
|
|
@orange: #f89406;
|
|
|
|
@pink: #c3325f;
|
|
|
|
@purple: #7a43b6;
|
|
|
|
|
|
|
|
@brand-primary: @red;
|
|
|
|
@brand-success: @green;
|
|
|
|
@brand-info: @blue;
|
|
|
|
@brand-warning: @orange;
|
2014-06-09 05:19:02 -04:00
|
|
|
@brand-danger: #E03A06;
|
2014-06-04 11:14:35 -04:00
|
|
|
|
2017-08-08 02:26:26 -04:00
|
|
|
@navbar-brand-image-url: url(/img/brand/logo-horizontal.svg);
|
|
|
|
|
2017-08-07 10:45:33 -04:00
|
|
|
@editor-loading-logo-padding-top: 86.2%;
|
|
|
|
@editor-loading-logo-background-url: url(/img/brand/lion-grey.svg);
|
2017-08-08 02:17:16 -04:00
|
|
|
@editor-loading-logo-foreground-url: url(/img/brand/lion.svg);
|
2017-08-07 10:45:33 -04:00
|
|
|
|
|
|
|
@import "_common-variables.less";
|