css.gg
Version:
Minimalistic Icon library Designed by code.
25 lines (24 loc) • 532 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
}