diff options
Diffstat (limited to 'assets/stylesheets/responsive/custom.scss')
-rw-r--r-- | assets/stylesheets/responsive/custom.scss | 43 |
1 files changed, 2 insertions, 41 deletions
diff --git a/assets/stylesheets/responsive/custom.scss b/assets/stylesheets/responsive/custom.scss index 4e7d010..eec6e5a 100644 --- a/assets/stylesheets/responsive/custom.scss +++ b/assets/stylesheets/responsive/custom.scss @@ -1,42 +1,3 @@ -$color_sand: #f3f1eb; -$color_black: #333333; -$color_orange: #f4a140; -$color_blue: #4faded; -$color_green: #62b356; -$color_yellow: #ffd836; -$color_red: #e04b4b; -$color_violet: #a94ca6; -$color_purple: #5c377f; -$color_white: #ffffff; - -$color_banner_bg: #487890; -$color_page_bg: #F8F8F8; - -$color_neutral_light: $color_page_bg; -$color_neutral_dark: $color_black; -$color_primary: $color_banner_bg; -$color_secondary: $color_orange; - -$body-bg: $color_neutral_light; - -$body-font-color: $color_neutral_dark; -$link-color: darken($color_blue, 20%); -$action-color: $color_green; -$font-family: "Source Sans Pro", "Helvetica Neue", Helvetica, Arial, sans-serif; -//$font-family: "Arial", sans-serif; -$form_input-bg: $color_white; - -$button-bg: darken($color_green, 10%); -$button-color: $color_white; - -$status-success: darken($color_green, 18%); -$status-failure: darken($color_red, 10%); -$status-pending: darken($color_orange, 28%); - -$notice-color: $color_green; -$error-color: $color_red; -$action-color: $color_orange; - /* Mixin styles */ /* Hide text when it's replaced by an image */ @@ -989,7 +950,7 @@ dt { width: unset; text-indent: unset; background-size: unset; - + font-size: 2em; font-weight: 400; color: #fff!important; @@ -1014,5 +975,5 @@ h2 { .footer { padding: 5em 0 8em; - background-image: url(/assets/homepage-background.jpg); + background-image: url(/assets/homepage-background.jpg); } |