vendor/assets/stylesheets/foundation/components/_global.scss in foundation-rails-5.0.1.0 vs vendor/assets/stylesheets/foundation/components/_global.scss in foundation-rails-5.0.2.0
- old
+ new
@@ -216,9 +216,11 @@
// We use these as default colors throughout
$primary-color: #008CBA !default;
$secondary-color: #e7e7e7 !default;
$alert-color: #f04124 !default;
$success-color: #43AC6A !default;
+$warning-color: #f08a24 !default;
+$info-color: #a0d3e8 !default;
// We use these to make sure border radius matches unless we want it different.
$global-radius: 3px !default;
$global-rounded: 1000px !default;
\ No newline at end of file