Commit 0a40fe19 authored by Lyza Danger Gardner's avatar Lyza Danger Gardner

Remove unused color variables and consolidate stateful-message ones

parent 81871feb
......@@ -37,10 +37,10 @@ $grey-7: #202020;
$black: #000 !default;
// Colors
$color-success: #00a36d;
$color-warning: #fbc168;
$color-notice: #fbc168;
$color-error: #d93c3f;
$brand: #bd1c2b;
$highlight: #58cef4;
......@@ -53,9 +53,6 @@ $button-background-end: #f0f0f0 !default;
$button-background-gradient: to bottom, $button-background-start,
$button-background-end !default;
$error-color: #f0480c !default;
$success-color: #1cbd41 !default;
// Tint and shade functions from
// https://css-tricks.com/snippets/sass/tint-shade-functions
@function tint($color, $percent) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment