css.gg
Version:
Minimalistic Icon library Designed by code.
34 lines (31 loc) • 657 B
CSS
.gg-tap-single {
display: block;
position: relative;
box-sizing: border-box;
transform: scale(var(--ggs,1));
width: 16px;
height: 22px
}
.gg-tap-single::after,
.gg-tap-single::before {
content: "";
display: block;
box-sizing: border-box;
position: absolute;
border: 2px solid transparent;
border-radius: 22px
}
.gg-tap-single::before {
width: 16px;
height: 16px;
border-top: 2px solid;
top: 2px
}
.gg-tap-single::after {
width: 6px;
height: 10px;
border-bottom-width: 5px;
box-shadow: 0 0 0 2px,inset 0 0 0 2px;
left: 5px;
top: 8px
}