1
0
mirror of https://github.com/vercel/commerce.git synced 2025-07-25 19:21:23 +00:00
Files
commerce/components/core/Featurebar/Featurebar.module.css
Belen Curcio 6010d3e2b7 Most Changes
2020-10-13 14:42:24 -03:00

10 lines
111 B
CSS

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