forked from crowetic/commerce
10 lines
110 B
CSS
10 lines
110 B
CSS
.separator {
|
|
@apply mx-3 bg-gray-400;
|
|
width: 1px;
|
|
height: 20px;
|
|
}
|
|
|
|
.separator:before {
|
|
content: '';
|
|
}
|