generated from spatie/package-skeleton-laravel
-
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
2ee01e2
commit 48adf68
Showing
3 changed files
with
16 additions
and
16 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,25 +1,25 @@ | ||
/* | ||
.nested-sort { | ||
.fi-nested-list { | ||
@apply p-0; | ||
} | ||
*/ | ||
.nested-sort--enabled li { | ||
@apply hover:cursor-move; | ||
|
||
.fi-nested-list--enabled li { | ||
@apply cursor-move; | ||
} | ||
|
||
/* | ||
.nested-sort li { | ||
@apply mr-5 p-2; | ||
.fi-nested-list-item { | ||
@apply mt-0 mb-0 mr-5 p-2 border border-gray-300 dark:border-gray-700 bg-gray-200 dark:bg-gray-800/50; | ||
} | ||
|
||
.nested-sort li ol { | ||
@apply p-0 mt-5; | ||
.fi-nested-list-item ol { | ||
@apply p-0 mt-2; | ||
} | ||
*/ | ||
.nested-sort .ns-dragged { | ||
@apply border border-danger-500; | ||
|
||
/* ns-dragged is the class name of the item which is being dragged */ | ||
.fi-nested-list .ns-dragged { | ||
@apply border-warning-500 !important; | ||
} | ||
|
||
.nested-sort .ns-targeted { | ||
/* ns-targeted is the class name of the item on which the dragged item is hovering */ | ||
.fi-nested-list .ns-targeted { | ||
@apply border border-success-500; | ||
} |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters