precense
This commit is contained in:
parent
e70e6644a6
commit
562f6ab1f2
2 changed files with 126 additions and 7 deletions
|
@ -56,8 +56,8 @@ body {
|
|||
@apply w-full h-full overflow-hidden flex flex-col;
|
||||
}
|
||||
|
||||
button:not([headlessui]),
|
||||
a[button]:not([headlessui]) {
|
||||
button:not([headlessui]):not([id*="headlessui"]):not([class*="headlessui"]),
|
||||
a[button]:not([headlessui]):not([id*="headlessui"]):not([class*="headlessui"]) {
|
||||
@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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue