Skip to content
Snippets Groups Projects
Verified Commit ab604c73 authored by Dmitriy Zaporozhets's avatar Dmitriy Zaporozhets
Browse files

Temporary return sm and xs button sizes

parent f1e38949
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -6,7 +6,7 @@
font-size: 13px;
font-weight: 600;
line-height: 18px;
padding: 11px 16px;
padding: 11px $gl-padding;
letter-spacing: .4px;
 
&:focus,
Loading
Loading
@@ -71,6 +71,14 @@
@include btn-default;
@include btn-white;
 
&.btn-sm {
padding: 5px 10px;
}
&.btn-xs {
padding: 1px 5px;
}
&.btn-success,
&.btn-new,
&.btn-create,
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