feat: moved some card.scss styles to the card.vue component
This commit is contained in:
parent
1f5283d548
commit
a33758e37e
4 changed files with 27 additions and 28 deletions
|
|
@ -147,3 +147,8 @@ button.table {
|
|||
.dragging-disabled .handle {
|
||||
opacity: 0 !important;
|
||||
}
|
||||
|
||||
.box {
|
||||
border: 1px solid $grey-200;
|
||||
box-shadow: $shadow-sm;
|
||||
}
|
||||
Reference in a new issue