app/assets/stylesheets/ama_layout/layout/variables.scss in ama_layout-2.5.0 vs app/assets/stylesheets/ama_layout/layout/variables.scss in ama_layout-2.6.0
- old
+ new
@@ -2,19 +2,21 @@
$brand-red: #da291c;
$white: #ffffff;
$green: #3fae60;
$brand-green: #78be20; //Rewards Green
$brand-blue-insurance:#00a3e0;
+$notice-orange: #e7992b;
// Blue tones - ordered from lightest to darkest
$sky: #e2f4fc;
$ocean: #8cceec;
$brand-blue-light: #00539b;
$brand-blue-dark: #00205b;
// Grey tones - ordered from lightest to darkest
$ash: #f7f7f7;
$stone: #eeeeee;
$smoke: #cccccc;
+$stormcloud: #959595;
$slate: #838383;
$charcoal: #656565;
$jet: #323232;
$black: #000000;
// For foundation
@@ -27,6 +29,6 @@
$base-margin: 5px;
$base-padding: 5px;
// Borders
$base-border: 1px solid $smoke;
//Radius
-$base-radius: 3px;
\ No newline at end of file
+$base-radius: 3px;