css.gg
Version:
Minimalistic Icon library Designed by code.
33 lines (31 loc) • 705 B
CSS
.gg-designmodo {
display: block;
position: relative;
box-sizing: border-box;
transform: scale(var(--ggs,1));
width: 20px;
height: 16px;
background:
linear-gradient( to left,
currentColor 5px,transparent 0)
no-repeat right 3px/8px 3px
}
.gg-designmodo::after,
.gg-designmodo::before {
content: "";
display: block;
position: absolute;
box-sizing: border-box;
width: 10px;
height: 10px;
border: 3px solid;
border-radius: 10px
}
.gg-designmodo::after {
width: 14px;
height: 14px;
border: 3px solid transparent;
border-bottom: 3px solid;
left: 3px;
bottom: 0
}