From b429b8da6ab7be9c987de8bcd4ddafceae182116 Mon Sep 17 00:00:00 2001 From: Siri Reiter Date: Mon, 29 May 2017 22:22:42 +0200 Subject: Fix button colors. --- partials/_base.scss | 2 +- style.scss | 4 ---- 2 files changed, 1 insertion(+), 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 -- cgit v1.2.3