2023-09-09 01:38:36 -04:00
|
|
|
.button {
|
|
|
|
@apply flex justify-between items-center gap-2 px-2 py-1 text-left border-none rounded-sm;
|
2024-03-08 17:59:14 -05:00
|
|
|
@apply font-mono !no-underline text-xs font-bold select-none text-chalkboard-90;
|
2024-04-05 00:59:02 -04:00
|
|
|
@apply ui-active:bg-primary/10 ui-active:text-primary ui-active:text-inherit;
|
2023-09-09 01:38:36 -04:00
|
|
|
@apply transition-colors ease-out;
|
2025-01-22 16:57:27 +01:00
|
|
|
@apply m-0;
|
2023-09-09 01:38:36 -04:00
|
|
|
}
|
|
|
|
|
|
|
|
:global(.dark) .button {
|
2024-04-05 00:59:02 -04:00
|
|
|
@apply !text-chalkboard-30;
|
|
|
|
@apply ui-active:bg-chalkboard-90;
|
2023-09-09 01:38:36 -04:00
|
|
|
}
|
|
|
|
|
|
|
|
.button small {
|
|
|
|
@apply text-chalkboard-60;
|
|
|
|
}
|
|
|
|
|
|
|
|
:global(.dark) .button small {
|
|
|
|
@apply text-chalkboard-40;
|
|
|
|
}
|