dify / web /app /components /base /divider /style.module.css
kikuepi's picture
Upload 4913 files
4304c6d verified
raw
history blame contribute delete
136 Bytes
.divider {
@apply bg-gray-200;
}
.horizontal {
@apply w-full h-[0.5px] my-2;
}
.vertical {
@apply w-[1px] h-full mx-2;
}