22 lines
546 B
Sass
22 lines
546 B
Sass
.mark-list-as-helped-button
|
|
+button-icon-only
|
|
vertical-align: top
|
|
padding-left: 8px //do not ask me why, just looks
|
|
padding-right: 2px //do not ask me why, just looks
|
|
margin-right: $button-spacing
|
|
span
|
|
@extend .fa, .fa-2x, .fa-bell-slash-o
|
|
.mark-order-active-button
|
|
+button-icon-only
|
|
margin-right: 0.6em
|
|
.mark-order-delivered-button
|
|
+button-icon-only
|
|
.mark-order-cancelled-button
|
|
+button($bg: $alert-color)
|
|
+button-icon-only
|
|
margin-left: $button-spacing
|
|
span
|
|
@extend .fa
|
|
@extend .fa-2x
|
|
@extend .fa-times
|