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