Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
Severian/dify
Underground-Digital
/
Workflow-Engine
like
0
Build error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
337ba97
Workflow-Engine
/
web
/
app
/
components
/
base
/
divider
/
style.module.css
Severian
initial commit
a8b3f00
3 months ago
raw
Copy download link
history
blame
Safe
127 Bytes
.divider
{
@apply
bg-gray-
200
;
}
.horizontal
{
@apply
w-full h-[
0.5px
] my-
2
;
}
.vertical
{
@apply
w-[
1px
] h-full mx-
2
;
}