css.gg
Version:
Minimalistic Icon library Designed by code.
26 lines (25 loc) • 536 B
CSS
.gg-pokemon {
box-sizing: border-box;
position: relative;
display: block;
transform: scale(var(--ggs,1));
width: 18px;
height: 18px;
border: 5px solid transparent;
box-shadow:
0 0 0 2px,
inset 0 0 0 2px;
border-radius: 100%
}
.gg-pokemon::before {
content: "";
display: block;
box-sizing: border-box;
position: absolute;
width: 20px;
height: 2px;
border-left: 8px solid;
border-right: 8px solid;
left: -6px;
top: 3px
}