4
0
forked from crowetic/commerce
commerce/components/core/Featurebar/Featurebar.module.css
2020-10-08 14:46:33 -06:00

10 lines
110 B
CSS

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