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