summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrey <ad@2d-arts.com>2015-10-06 22:13:54 +0200
committerAndrey <ad@2d-arts.com>2015-10-06 22:13:54 +0200
commit489d09eedc91e63a4f0e7c22badc4a238fcd7b7c (patch)
tree5811884430cae45bf32b0b04ce92de8a62f21a2d
parent84636ae5a8c0d212082ecd3e181226747e7d3acb (diff)
downloadgitlab-ce-new-project.tar.gz
Buttons spasingnew-project
-rw-r--r--app/assets/stylesheets/generic/buttons.scss14
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;
}
}