🚀 release: v3.0.0

This commit is contained in:
Amruth Pillai
2022-03-02 17:44:11 +01:00
parent 2175256310
commit 295172687b
352 changed files with 30932 additions and 0 deletions

View File

@ -0,0 +1,32 @@
.content {
@apply rounded p-6 text-sm shadow lg:w-1/2 xl:w-2/5;
@apply absolute inset-4 sm:inset-x-4 sm:inset-y-auto lg:inset-auto;
@apply overflow-scroll bg-neutral-50 dark:bg-neutral-900 lg:overflow-auto;
}
.header {
@apply flex items-center justify-between;
@apply w-full border-b pb-5 dark:border-white/10;
> div {
@apply flex items-center gap-2;
}
button {
@apply flex items-center justify-center;
@apply rotate-0 transition-transform hover:rotate-90;
}
h1 {
@apply text-base font-medium;
}
}
.body {
@apply grid gap-4 pt-4 pb-6;
}
.footer {
@apply flex items-center justify-end gap-x-4;
@apply w-full border-t pt-5 dark:border-white/10;
}