add order buttons

This commit is contained in:
2020-08-08 15:06:38 +02:00
parent 684130322f
commit 816364a305
2 changed files with 43 additions and 5 deletions

View File

@@ -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;
}