css.gg
Version:
700+ Pure CSS, SVG & Figma UI Icons Available in SVG Sprite, styled-components, Black & White PNG, NPM & API + 6031 glyphs
27 lines (25 loc) • 485 B
CSS
.gg-format-separator {
transform: scale(var(--ggs,1))
}
.gg-format-separator,
.gg-format-separator::after {
box-sizing: border-box;
position: relative;
display: block;
width: 18px;
height: 2px;
border-radius: 3px;
background: currentColor
}
.gg-format-separator::after {
content: "";
position: absolute;
top: -12px;
left: 3px;
opacity: .5;
width: 12px;
box-shadow:
0 4px 0 0,
0 8px 0 0,
0 16px 0 0
}