4
0
forked from crowetic/commerce
2020-10-08 12:26:49 -06:00

10 lines
107 B
CSS

.separator {
@apply mx-3 bg-white;
width: 1px;
height: 20px;
}
.separator:before {
content: '';
}