An error occurred while fetching the assigned milestone of the selected merge_request.
New buttons for issue
Merge request reports
Activity
18 18 19 19 @mixin btn-middle { 20 20 @include btn-default; 21 @include border-radius(2px); 21 @include border-radius(3px); 22 22 padding: 11px 24px; 23 23 } 24 24 25 25 @mixin btn-color($light, $border-light, $normal, $border-normal, $dark, $border-dark, $color) { 26 26 background-color: $light; 27 background-image: linear-gradient(#fff, $gray-light); @skyruler why every button should have gray gradient on background?
@dzaporozhets it was a test never mind
mentioned in commit c1a477ef
Please register or sign in to reply