Skip to content
Snippets Groups Projects
Commit 489d09ee authored by Andrey's avatar Andrey
Browse files

Buttons spasing

parent 84636ae5
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -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;
Loading
Loading
@@ -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;
}
}
 
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment