css.gg
Version:
700+ Pure CSS, SVG & Figma UI Icons Available in SVG Sprite, styled-components, Black & White PNG, NPM & API + 6031 glyphs
24 lines (22 loc) • 411 B
CSS
.gg-border-left {
transform: scale(var(--ggs,1));
}
.gg-border-left,
.gg-border-left::before {
box-sizing: border-box;
position: relative;
display: block;
width: 14px;
height: 14px;
border-left: 3px solid
}
.gg-border-left::before {
content: "";
position: absolute;
width: 10px;
border: 3px solid;
border-left: 0;
bottom: 0;
left: 2px;
opacity: .3
}