mirror of
https://github.com/Xevion/100prisoners.git
synced 2025-12-06 15:14:20 -06:00
Separate arrows from boxes & bg with shadow
This commit is contained in:
@@ -12,6 +12,7 @@ body {
|
|||||||
|
|
||||||
.box {
|
.box {
|
||||||
@apply transition-all;
|
@apply transition-all;
|
||||||
|
.arrow { @apply drop-shadow-lg; }
|
||||||
> .text { @apply transition-opacity opacity-30; }
|
> .text { @apply transition-opacity opacity-30; }
|
||||||
&:hover {
|
&:hover {
|
||||||
> .text { @apply opacity-100; }
|
> .text { @apply opacity-100; }
|
||||||
|
|||||||
Reference in New Issue
Block a user