Add drag and drop to Travel Extra Community table #189

Merged
alexm merged 12 commits from :feature/ExtraCommunityDragAndDrop into dev 2024-02-20 10:40:40 +00:00
2 changed files with 2 additions and 1 deletions
Showing only changes of commit 60d2491409 - Show all commits

View File

@ -13,6 +13,7 @@
// Tip: Use the "Theme Builder" on Quasar's documentation website.
$primary: #ec8916;
$primary-light: lighten($primary, 35%);
$secondary: #26a69a;
$accent: #9c27b0;
$white: #fff;

View File

@ -491,7 +491,7 @@ const cleanDragAndDropData = () => {
}
.dragged-row {
background-color: $secondary;
background-color: $primary-light;
}
</style>