diff options
Diffstat (limited to 'assets/stylesheets/responsive/custom.scss')
-rw-r--r-- | assets/stylesheets/responsive/custom.scss | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/assets/stylesheets/responsive/custom.scss b/assets/stylesheets/responsive/custom.scss index fc6015c..ac7fab3 100644 --- a/assets/stylesheets/responsive/custom.scss +++ b/assets/stylesheets/responsive/custom.scss @@ -43,9 +43,9 @@ $form_input-bg: $color_white; $button-bg: $color_green; $button-color: $color_white; -$status-success: $color_light_green; -$status-failure: $color_bright_orange; -$status-pending: $color_yellow; +$status-success: $color_green; +$status-failure: $color_red; +$status-pending: $color_orange; $notice-color: $color_green; $notice-color-pale: desaturate(lighten($notice-color, 30%),10%); |