2025-12-29 00:21:03 +01:00
|
|
|
@import "tailwindcss";
|
|
|
|
|
@import "tailwindcss/utilities";
|
|
|
|
|
|
2025-12-29 02:34:46 +01:00
|
|
|
.uw-menu-root {
|
2025-12-29 11:32:49 +01:00
|
|
|
@apply h-full w-full font-mono text-stone-200 text-[16px] flex flex-row;
|
|
|
|
|
|
|
|
|
|
&.uw-menu-left {
|
|
|
|
|
@apply justify-start;
|
|
|
|
|
}
|
|
|
|
|
&.uw-menu-right {
|
|
|
|
|
@apply justify-end;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
&.uw-menu-left, &.uw-menu-right {
|
|
|
|
|
&.uw-menu-top {
|
|
|
|
|
@apply items-start;
|
|
|
|
|
}
|
|
|
|
|
&.uw-menu-ycenter {
|
|
|
|
|
@apply items-center;
|
|
|
|
|
}
|
|
|
|
|
&.uw-menu-bottom {
|
|
|
|
|
@apply items-end;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
&.uw-menu-center {
|
|
|
|
|
@apply flex-col items-center;
|
|
|
|
|
|
|
|
|
|
&.uw-menu-top {
|
|
|
|
|
@apply justify-start;
|
|
|
|
|
}
|
|
|
|
|
&.uw-menu-bottom {
|
|
|
|
|
@apply justify-end;
|
|
|
|
|
}
|
|
|
|
|
}
|
2025-12-29 00:21:03 +01:00
|
|
|
|
2025-12-29 02:34:46 +01:00
|
|
|
* {
|
|
|
|
|
@apply font-mono text-stone-200 text-[1em];
|
2025-12-29 00:21:03 +01:00
|
|
|
}
|
|
|
|
|
}
|
2025-12-29 11:32:49 +01:00
|
|
|
|
|
|
|
|
.uw-menu-trigger {
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.uw-submenu {
|
|
|
|
|
@apply absolute flex flex-col gap-0;
|
|
|
|
|
|
|
|
|
|
&.uw-menu-left {
|
|
|
|
|
@apply left-full;
|
|
|
|
|
}
|
|
|
|
|
&.uw-menu-right {
|
|
|
|
|
@apply right-full;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
&.uw-menu-left, &.uw-menu-right {
|
|
|
|
|
&.uw-menu-top {
|
|
|
|
|
@apply top-1/2 -translate-y-1/2;
|
|
|
|
|
}
|
|
|
|
|
&.uw-menu-ycenter {
|
|
|
|
|
@apply top-0;
|
|
|
|
|
}
|
|
|
|
|
&.uw-menu-bottom {
|
|
|
|
|
@apply bottom-0;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
&.uw-menu-center {
|
|
|
|
|
@apply left-1/2 -translate-x-1/2 flex-row;
|
|
|
|
|
|
|
|
|
|
&.uw-menu-top {
|
|
|
|
|
@apply bottom-0;
|
|
|
|
|
}
|
|
|
|
|
&.uw-menu-bottom {
|
|
|
|
|
@apply top-0;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
* {
|
|
|
|
|
@apply font-mono text-stone-200 text-[1em];
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.uw-trigger {
|
|
|
|
|
@apply p-4 relative block
|
|
|
|
|
bg-stone-950/75 backdrop-blur-[1em] backdrop-brightness-75 backdrop-saturate-50
|
|
|
|
|
text-nowrap
|
|
|
|
|
;
|
|
|
|
|
|
|
|
|
|
&:hover {
|
|
|
|
|
@apply text-primary-200 bg-stone-800/75;
|
|
|
|
|
}
|
|
|
|
|
}
|