Apply tailwind shadow to .box class
Makes .box elements appear raised above the background. Only works in light mode!
This commit is contained in:
parent
491b228580
commit
fca1815216
1 changed files with 1 additions and 1 deletions
|
|
@ -217,7 +217,7 @@ .kbd-custom {
|
|||
}
|
||||
|
||||
.box {
|
||||
@apply relative flex lg:flex-row flex-col p-2 transition-colors cursor-pointer min-h-[4rem] dark:bg-coolgray-100 bg-white border text-black dark:text-white hover:text-black border-neutral-200 dark:border-black hover:bg-neutral-100 dark:hover:bg-coollabs-100 dark:hover:text-white hover:no-underline;
|
||||
@apply relative flex lg:flex-row flex-col p-2 transition-colors cursor-pointer min-h-[4rem] dark:bg-coolgray-100 shadow bg-white border text-black dark:text-white hover:text-black border-neutral-200 dark:border-black hover:bg-neutral-100 dark:hover:bg-coollabs-100 dark:hover:text-white hover:no-underline;
|
||||
}
|
||||
|
||||
.box-boarding {
|
||||
|
|
|
|||
Loading…
Reference in a new issue