Morget-01 / web /app /components /base /divider /style.module.css
MGFeng's picture
Upload 2985 files
c867d8f 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;
}