css.gg
Version:
Minimalistic Icon library Designed by code.
22 lines (21 loc) • 467 B
CSS
.gg-format-italic {
box-sizing: border-box;
position: relative;
display: block;
transform: skewX(-20deg) scale(var(--ggs,1));
width: 6px;
height: 12px;
border-top: 2px solid;
border-bottom: 2px solid
}
.gg-format-italic::before {
content: "";
display: block;
box-sizing: border-box;
position: absolute;
height: 10px;
width: 2px;
background: currentColor;
left: 2px;
top: -2px
}