Skip to content
Snippets Groups Projects

New buttons for issue

Closed username-removed-127938 requested to merge new_buttons_issue into master

old Screenshot_2015-12-17_14.14.53

new

Screenshot_2015-12-17_14.15.12

Merge request reports

Loading
Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
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);
  • username-removed-127938 Status changed to closed

    Status changed to closed

  • mentioned in commit c1a477ef

  • Please register or sign in to reply
    Loading