1
0
Fork 0

wip(dev): Work on examples sharing code from workbench

This commit is contained in:
Joost De Cock 2022-09-22 10:09:46 +02:00 committed by joostdecock
parent 75de42a03d
commit 34250abeed
22 changed files with 18 additions and 815 deletions

View file

@ -1,7 +1,7 @@
const Modal = ({ cancel, children }) => (
<div className={`
fixed top-0 left-0 right-0 w-screen h-screen
bg-neutral bg-opacity-70 z-30
bg-neutral bg-opacity-80 z-30
hover:cursor-pointer flex flex-col justify-center
`} onClick={cancel}>
<div className="m-auto text-neutral-content lightbox" style={{