summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSiri Reiter <siri@jones.dk>2017-05-29 22:22:42 +0200
committerSiri Reiter <siri@jones.dk>2017-05-29 22:27:11 +0200
commitb429b8da6ab7be9c987de8bcd4ddafceae182116 (patch)
tree0ba3089fdc5aa4436a4b45d7db645ffc024d49f0
parent28d847b7972de567c7add6bed1d763d870ad2bea (diff)
Fix button colors.HEADmaster
-rw-r--r--partials/_base.scss2
-rw-r--r--style.scss4
2 files changed, 1 insertions, 5 deletions
diff --git a/partials/_base.scss b/partials/_base.scss
index 4e87b0a..f1757cb 100644
--- a/partials/_base.scss
+++ b/partials/_base.scss
@@ -7,7 +7,6 @@
$color-spot: #48BB38;
$color-jumbotron: #fff;
$color-well: #aadfa2;
-$color-well-button: $color-spot;
//== Colors
//
@@ -21,6 +20,7 @@ $color-well-button: $color-spot;
// $gray-lighter: lighten($gray-base, 93.5%) // #eee
// $brand-primary: darken(#428bca, 6.5%) // #337ab7
+$brand-primary: $color-spot;
// $brand-success: #5cb85c
// $brand-info: #5bc0de
// $brand-warning: #f0ad4e
diff --git a/style.scss b/style.scss
index e6f6770..414271d 100644
--- a/style.scss
+++ b/style.scss
@@ -13,10 +13,6 @@ body {
.well {
background-color: $color-well;
- .btn-primary {
- background-color: $color-well-button;
- border: $color-well-button;
- }
}
// fill width and height - with black edges as needed