css.gg
Version:
700+ Pure CSS, SVG & Figma UI Icons Available in SVG Sprite, styled-components, Black & White PNG, NPM & API + 6031 glyphs
30 lines (27 loc) • 504 B
CSS
.gg-row-last {
box-sizing: border-box;
position: relative;
display: block;
transform: scale(var(--ggs,1));
width: 14px;
height: 10px
}
.gg-row-last::after,
.gg-row-last::before {
content: "";
display: block;
box-sizing: border-box;
position: absolute;
border-radius: 3px;
height: 2px;
background: currentColor
}
.gg-row-last::before {
width: 10px;
opacity: .5;
box-shadow: 0 4px 0
}
.gg-row-last::after {
width: 14px;
bottom: 0
}