diff options
author | Siri Reiter <siri@jones.dk> | 2017-05-29 22:22:42 +0200 |
---|---|---|
committer | Siri Reiter <siri@jones.dk> | 2017-05-29 22:27:11 +0200 |
commit | b429b8da6ab7be9c987de8bcd4ddafceae182116 (patch) | |
tree | 0ba3089fdc5aa4436a4b45d7db645ffc024d49f0 | |
parent | 28d847b7972de567c7add6bed1d763d870ad2bea (diff) |
-rw-r--r-- | partials/_base.scss | 2 | ||||
-rw-r--r-- | style.scss | 4 |
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 @@ -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 |