css.gg
Version:
700+ Pure CSS, SVG & Figma UI Icons Available in SVG Sprite, styled-components, Black & White PNG, NPM & API + 6031 glyphs
29 lines (27 loc) • 484 B
CSS
.gg-captions {
border-radius: 1px;
transform: scale(var(--ggs,1))
}
.gg-captions,
.gg-captions::after,
.gg-captions::before {
box-sizing: border-box;
position: relative;
display: block;
width: 20px;
height: 16px;
border: 2px solid
}
.gg-captions::after,
.gg-captions::before {
content: "";
position: absolute;
width: 5px;
height: 8px;
border-right: transparent;
top: 2px;
left: 2px
}
.gg-captions::before {
left: 9px
}