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
1 merge request!1577Refactor styles
Pipeline #
Loading
@@ -6,7 +6,7 @@
Loading
@@ -6,7 +6,7 @@
font-size: 13px; font-size: 13px;
font-weight: 600; font-weight: 600;
line-height: 18px; line-height: 18px;
padding: 11px 16px; padding: 11px $gl-padding;
letter-spacing: .4px; letter-spacing: .4px;
   
&:focus, &:focus,
Loading
@@ -71,6 +71,14 @@
Loading
@@ -71,6 +71,14 @@
@include btn-default; @include btn-default;
@include btn-white; @include btn-white;
   
&.btn-sm {
padding: 5px 10px;
}
&.btn-xs {
padding: 1px 5px;
}
&.btn-success, &.btn-success,
&.btn-new, &.btn-new,
&.btn-create, &.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