fix
This commit is contained in:
parent
aa0b946688
commit
8a6ab3d7c2
1 changed files with 1 additions and 1 deletions
|
@ -241,7 +241,7 @@
|
|||
|
||||
/* ---------------------- DROPDOWNS --------------------- */
|
||||
.dropdown-item-primary {
|
||||
@apply block w-full text-left px-4 py-2 text-sm text-gray-200 bg-white dark:bg-black bg-gradient-to-t from-primary to-primary/80 dark:hover:from-primary/80 dark:hover:to-primary hover:shadow-inner focus:shadow-inner focus:bg-gradient-to-b
|
||||
@apply block w-full text-left px-4 py-2 text-sm text-gray-200 bg-white dark:bg-black bg-gradient-to-t dark:bg-gradient-to-b hover:from-primary hover:to-primary/80 dark:hover:from-primary/80 dark:hover:to-primary hover:shadow-inner focus:shadow-inner focus:bg-gradient-to-b dark:focus:bg-gradient-to-t;
|
||||
}
|
||||
|
||||
/* ----------------------- BADGES ----------------------- */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue