css.gg
Version:
Minimalistic Icon library Designed by code.
25 lines (24 loc) • 497 B
CSS
.gg-nametag {
box-sizing: border-box;
position: relative;
display: block;
width: 6px;
height: 6px;
border: 2px solid;
transform: scale(var(--ggs,1))
}
.gg-nametag::before {
content: "";
display: block;
box-sizing: border-box;
position: absolute;
width: 12px;
height: 12px;
box-shadow:
-5px -5px 0 -3px,
5px 5px 0 -3px,
5px -5px 0 -3px,
-5px 5px 0 -3px;
left: -5px;
top: -5px
}