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;
|
|
|
|
@apply font-mono text-xs font-bold select-none text-chalkboard-90;
|
2023-12-06 14:44:13 -05:00
|
|
|
@apply ui-active:bg-energy-10/50 ui-active:text-inherit;
|
2023-09-09 01:38:36 -04:00
|
|
|
@apply transition-colors ease-out;
|
|
|
|
}
|
|
|
|
|
|
|
|
:global(.dark) .button {
|
|
|
|
@apply text-chalkboard-30;
|
2023-12-06 14:44:13 -05:00
|
|
|
@apply ui-active:bg-chalkboard-80 ui-active:text-energy-10;
|
2023-09-09 01:38:36 -04:00
|
|
|
}
|
|
|
|
|
|
|
|
.button small {
|
|
|
|
@apply text-chalkboard-60;
|
|
|
|
}
|
|
|
|
|
|
|
|
:global(.dark) .button small {
|
|
|
|
@apply text-chalkboard-40;
|
|
|
|
}
|