1
0

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