diff options
author | Martin Wright <martin@mynameismartin.com> | 2015-08-18 08:47:11 +0100 |
---|---|---|
committer | Martin Wright <martin@mynameismartin.com> | 2015-08-18 15:56:30 +0100 |
commit | ebf46888b39fa956cbf7596670f86c67b7b230ae (patch) | |
tree | c4c12214329689eef2aa5e380642763bda22c49f /assets | |
parent | 7373ea4b3f31103bff066f02b6569ee3ac3a086a (diff) |
change colours of how it works section
Diffstat (limited to 'assets')
-rw-r--r-- | assets/stylesheets/responsive/custom.scss | 16 |
1 files changed, 2 insertions, 14 deletions
diff --git a/assets/stylesheets/responsive/custom.scss b/assets/stylesheets/responsive/custom.scss index 00051e7..40ad545 100644 --- a/assets/stylesheets/responsive/custom.scss +++ b/assets/stylesheets/responsive/custom.scss @@ -721,14 +721,14 @@ dt { } p { line-height: 1.5em; - color: $color_black_alt; + color: $color_neutral_dark; } } .steps__step-number { height: 3.5em; width: 3.5em; - background-color: $color_green; + background-color: $color_primary; box-shadow: 0 1px 2px transparentize($color_black, 0.75); padding: 1em; border-radius: 100%; @@ -741,18 +741,6 @@ dt { } } -li:nth-child(2) { - .steps__step-number { - background-color: $color_blue; - } -} - -li:nth-child(3) { - .steps__step-number { - background-color: $color_orange; - } -} - .learn-more-foi { @extend .button-secondary; @include respond-min( $main_menu-mobile_menu_cutoff ){ |