transfer Ownership

This commit is contained in:
Julian Krauser 2024-11-21 15:58:58 +01:00
parent 8f23a688cb
commit 0fb7a563d0
10 changed files with 195 additions and 10 deletions

View file

@ -56,8 +56,7 @@ body {
@apply w-full h-full overflow-hidden flex flex-col;
}
/* :not([headlessui]):not([id*="headlessui"]):not([class*="headlessui"]) */
button:not([class*="ql"] *):not([class*="fc"]),
button:not([class*="ql"] *):not([class*="fc"]):not([headlessui]):not([id*="headlessui"]):not([class*="headlessui"]),
a[button] {
@apply relative box-border h-10 w-full flex justify-center py-2 px-4 text-sm font-medium rounded-md focus:outline-none focus:ring-0;
}