Moving old to subdirectory

This commit is contained in:
2026-04-14 21:39:34 +02:00
parent 407b9946f8
commit cda7ffd226
199 changed files with 0 additions and 229 deletions
+17
View File
@@ -0,0 +1,17 @@
.btn {
@apply inline-block rounded border border-transparent px-5 py-2 font-semibold transition;
}
.btn-sm {
@apply rounded-sm px-4 py-1.5 text-sm;
}
.btn-primary {
@apply border-primary text-white bg-primary
dark:border-darkmode-primary dark:text-dark dark:bg-white;
}
.btn-outline-primary {
@apply text-dark bg-transparent border-dark hover:bg-dark hover:text-white
dark:text-white dark:border-white dark:hover:text-dark dark:hover:bg-white;
}