add order buttons
This commit is contained in:
14
resources/sass/components/_btn.scss
vendored
14
resources/sass/components/_btn.scss
vendored
@@ -55,3 +55,17 @@
|
||||
@apply bg-green-dark;
|
||||
}
|
||||
}
|
||||
|
||||
.btn-small {
|
||||
@extend .btn;
|
||||
@apply text-sm;
|
||||
|
||||
& svg {
|
||||
@apply ml-2 mr-0;
|
||||
}
|
||||
}
|
||||
|
||||
.arrowUp {
|
||||
--transform-rotate: -90deg !important;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user