Severian's picture
initial commit
a8b3f00
raw
history blame
127 Bytes
.divider {
@apply bg-gray-200;
}
.horizontal {
@apply w-full h-[0.5px] my-2;
}
.vertical {
@apply w-[1px] h-full mx-2;
}