Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Severian
/
dify
like
0
Paused
App
Files
Files
Community
e26861f
dify
/
web
/
app
/
components
/
base
/
modal
/
index.css
Severian
initial commit
a8b3f00
23 days ago
raw
Copy download link
history
blame
Safe
174 Bytes
.modal-dialog
{
@apply
relative z-
50
;
}
.modal-panel
{
@apply
w-full max-w-[
480px
] transform rounded-
2
xl bg-white p-
6
text-left align-middle shadow-xl transition-all;
}