feat: moved some card.scss styles to the card.vue component

This commit is contained in:
Dominik Pschenitschni 2021-10-18 14:18:49 +02:00
parent 1f5283d548
commit a33758e37e
No known key found for this signature in database
GPG key ID: B257AC0149F43A77
4 changed files with 27 additions and 28 deletions

View file

@ -147,3 +147,8 @@ button.table {
.dragging-disabled .handle {
opacity: 0 !important;
}
.box {
border: 1px solid $grey-200;
box-shadow: $shadow-sm;
}