misc_pterodactyl-panel/resources/scripts/components/elements/inputs/inputs.module.css

8 lines
195 B
CSS
Raw Normal View History

2022-02-27 01:59:29 +00:00
.checkbox {
@apply w-4 h-4 rounded-sm border-neutral-500 bg-neutral-600 text-primary-500;
&:focus, &:active {
@apply ring-2 ring-primary-500 ring-offset-2 ring-offset-neutral-700;
}
}