css.gg
Version:
Minimalistic Icon library Designed by code.
31 lines (28 loc) • 512 B
CSS
.gg-stack,
.gg-stack::after,
.gg-stack::before {
display: block;
box-sizing: border-box;
width: 14px;
height: 14px;
border: 2px solid
}
.gg-stack {
margin-right: 8px;
margin-top: 8px;
transform: scale(var(--ggs,1));
position: relative
}
.gg-stack::after,
.gg-stack::before {
content: "";
position: absolute;
border-left: 0;
border-bottom: 0;
right: -5px;
top: -5px
}
.gg-stack::before {
right: -8px;
top: -8px
}