From 826c8845a2915962379d877c31814fc021a7670f Mon Sep 17 00:00:00 2001 From: Brenda Wallace Date: Wed, 3 Jul 2019 13:05:53 +1200 Subject: [PATCH 1/2] Removing commented out cruft --- app/assets/stylesheets/_variables.scss | 23 ----------------------- 1 file changed, 23 deletions(-) diff --git a/app/assets/stylesheets/_variables.scss b/app/assets/stylesheets/_variables.scss index 60c7d6096..8505a0e82 100644 --- a/app/assets/stylesheets/_variables.scss +++ b/app/assets/stylesheets/_variables.scss @@ -43,23 +43,6 @@ $dark: ( light: lighten($brown, 20%) ); - -// $font-family-sans-serif: "Helvetica Neue", Helvetica, Arial, sans-serif; -// $font-family-serif: Georgia, "Times New Roman", Times, serif; -// $font-family-mono: Monaco, Menlo, Consolas, "Courier New", monospace; - -// $font-size-base: 14px; -// $font-family-base: $font-family-sans-serif; -// $line-height-base: 1.5; -// $alt-font-family: $font-family-serif; - -// $headings-font-family: $font-family-sans-serif; -// $headings-font-weight: bold; -// $headings-color: inherit; - -// // Hero unit -// $jumbotron-bg: darken($body-bg, 10%); - // Nav bar $navbar-default-bg: $brown; $navbar-default-bg-highlight: $brown; @@ -68,9 +51,3 @@ $navbar-default-link-color: darken($beige, 20%); $navbar-default-link-hover-color: $beige; $navbar-default-link-active-color: darken($beige, 80%); $navbar-default-brand-color: lighten($green, 20%); - -// // Top nav collapse threshold - -// $dropdown-link-color: $brown; -// $dropdown-link-hover-color: $brown; -// $dropdown-link-hover-bg: lighten($green, 50%); From 136aff87ac0e8c6ca0149bc04958324b75859f79 Mon Sep 17 00:00:00 2001 From: Brenda Wallace Date: Wed, 3 Jul 2019 13:06:35 +1200 Subject: [PATCH 2/2] Removign empty class in scss --- app/assets/stylesheets/overrides.scss | 9 --------- 1 file changed, 9 deletions(-) diff --git a/app/assets/stylesheets/overrides.scss b/app/assets/stylesheets/overrides.scss index b0e9c7021..22c45fa52 100755 --- a/app/assets/stylesheets/overrides.scss +++ b/app/assets/stylesheets/overrides.scss @@ -69,15 +69,6 @@ h3 { } } } -.navbar .navbar-form { -// padding-top: 0; -// padding-bottom: 0; -// margin-right: 0; -// margin-left: 15px; -// border: 0; -// -webkit-box-shadow: none; -// box-shadow: none; -} .index-cards { display: flex;