This repository has been archived on 2025-05-09. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
Astral-nook/resources/scripts/components/server/files/style.module.css
2022-06-20 14:16:42 -04:00

15 lines
291 B
CSS

.manager_actions {
@apply grid grid-cols-2 sm:grid-cols-3 w-full gap-4 mb-4;
& button {
@apply w-full first:col-span-2 sm:first:col-span-1;
}
@screen md {
@apply flex flex-1 justify-end mb-0;
& button {
@apply w-auto;
}
}
}