mirror of
https://github.com/bspeice/speice.io
synced 2024-11-05 01:28:09 -05:00
14 lines
312 B
SCSS
14 lines
312 B
SCSS
|
/* ==========================================================================
|
||
|
Separator
|
||
|
========================================================================== */
|
||
|
|
||
|
.u-separate {
|
||
|
margin-right: .45rem;
|
||
|
margin-left: .25rem;
|
||
|
color: $c-base__01;
|
||
|
&:after {
|
||
|
content: '\00a0/';
|
||
|
}
|
||
|
}
|
||
|
|