diff options
-rw-r--r-- | app/assets/stylesheets/generic/buttons.scss | 14 |
1 files 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; } } |