css.gg
Version:
700+ Pure CSS, SVG & Figma UI Icons Available in SVG Sprite, styled-components, Black & White PNG, NPM & API + 6031 glyphs
28 lines (26 loc) • 579 B
CSS
.gg-format-uppercase {
transform: scale(var(--ggs,1))
}
.gg-format-uppercase,
.gg-format-uppercase::after {
box-sizing: border-box;
position: relative;
display: block;
width: 8px;
height: 8px;
border-left: 3px solid transparent;
border-right: 3px solid transparent;
box-shadow:
0 -2px 0 0,
inset 0 0 0 2px
}
.gg-format-uppercase::after {
content: "";
position: absolute;
width: 6px;
height: 4px;
border-left: 2px solid transparent;
border-right: 2px solid transparent;
bottom: 0;
right: -8px
}