css.gg
Version:
Minimalistic Icon library Designed by code.
27 lines (26 loc) • 561 B
CSS
.gg-controller {
box-sizing: border-box;
position: relative;
display: block;
transform: scale(var(--ggs,1));
width: 8px;
height: 8px;
border: 2px solid;
border-radius: 100px
}
.gg-controller::before {
content: "";
display: block;
box-sizing: border-box;
position: absolute;
width: 14px;
height: 14px;
box-shadow:
-6px -6px 0 -4px,
6px 6px 0 -4px,
6px -6px 0 -4px,
-6px 6px 0 -4px;
left: -5px;
top: -5px;
transform: rotate(45deg)
}