fix(order): Hover effect on sortable items

This commit is contained in:
alexsparkes 2024-02-28 12:57:47 +00:00
parent 67a387c73d
commit c6b4359612
1 changed files with 8 additions and 6 deletions

View File

@ -1,14 +1,16 @@
@import 'scss/variables';
.sortableItem {
transition: 0.5s;
cursor: move;
width: 200px;
z-index: 999 !important;
padding: 15px;
margin-bottom: 10px;
font-size: 1.325rem;
@include themed {
padding: 15px;
margin-bottom: 10px;
font-size: 1.325rem;
color: t($color) !important;
cursor: move;
width: 200px;
z-index: 999 !important;
display: flex;
justify-content: space-between;
align-items: center;