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