diff options
-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 ){ |