From 489d09eedc91e63a4f0e7c22badc4a238fcd7b7c Mon Sep 17 00:00:00 2001 From: Andrey Date: Tue, 6 Oct 2015 22:13:54 +0200 Subject: Buttons spasing --- app/assets/stylesheets/generic/buttons.scss | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/app/assets/stylesheets/generic/buttons.scss b/app/assets/stylesheets/generic/buttons.scss index f12cec34652..e36bc5c24dc 100644 --- a/app/assets/stylesheets/generic/buttons.scss +++ b/app/assets/stylesheets/generic/buttons.scss @@ -203,13 +203,13 @@ body { &:active { @include box-shadow(inset 0 0 4px rgba(0, 0, 0, 0.12)); - color: #313236 !important; - border-color: #c6cacf !important; - background-color: #e4e7ed !important; + color: #313236 !important; + border-color: #c6cacf !important; + background-color: #e4e7ed !important; } } -@mixin bnt-light { +@mixin btn-light { background-color: #fff; border-color: #dce0e5; color: #313236; @@ -229,9 +229,9 @@ body { &:active { @include box-shadow(inset 0 0 4px rgba(0, 0, 0, 0.12)); - color: #313236 !important; - border-color: #c6cacf !important; - background-color: #e4e7ed !important; + color: #313236 !important; + border-color: #c6cacf !important; + background-color: #e4e7ed !important; } } -- cgit v1.2.1