Skip to content

Commit

Permalink
refactor(variables): add $accent-color and $info-color.
Browse files Browse the repository at this point in the history
  • Loading branch information
sciborrudnicki committed May 20, 2022
1 parent 4b9d40a commit 5aebf31
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/_variables.scss
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ $primary-color-light: lighten($primary-color, 3%) !default;
$secondary-color: lighten($primary-color, 37.5%) !default;
$secondary-color-dark: darken($secondary-color, 3%) !default;
$secondary-color-light: lighten($secondary-color, 3%) !default;
$accent-color: #9932CC !default;

// Gray colors
$dark-color: #303742 !default;
Expand All @@ -27,6 +28,7 @@ $bg-color-dark: darken($bg-color, 3%) !default;
$bg-color-light: $light-color !default;

// Control colors
$info-color: #d9edf7 !default;
$success-color: #32b643 !default;
$warning-color: #ffb700 !default;
$error-color: #e85600 !default;
Expand Down

0 comments on commit 5aebf31

Please sign in to comment.