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) • 403 B
CSS
.gg-border-top {
transform: scale(var(--ggs,1));
}
.gg-border-top,
.gg-border-top::before {
box-sizing: border-box;
position: relative;
display: block;
width: 14px;
height: 14px;
border-top: 3px solid
}
.gg-border-top::before {
content: "";
position: absolute;
height: 10px;
border: 3px solid;
border-top: 0;
top: 2px;
left: 0;
opacity: .3
}