css.gg
Version:
Minimalistic Icon library Designed by code.
25 lines (24 loc) • 532 B
CSS
.gg-edit-black-point {
box-sizing: border-box;
position: relative;
display: block;
transform: scale(var(--ggs,1));
width: 16px;
height: 16px;
border: 2px solid transparent;
box-shadow: 0 0 0 2px;
border-radius: 100px;
overflow: hidden
}
.gg-edit-black-point::before {
content: "";
display: block;
box-sizing: border-box;
position: absolute;
width: 8px;
height: 8px;
border: 3px solid;
border-radius: 6px;
left: 2px;
top: 2px;
}