wip(dev): Work on examples sharing code from workbench
This commit is contained in:
parent
75de42a03d
commit
34250abeed
22 changed files with 18 additions and 815 deletions
|
@ -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={{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue