css.gg
Version:
Minimalistic Icon library Designed by code.
24 lines (23 loc) • 490 B
CSS
.gg-git-commit {
box-sizing: border-box;
position: relative;
display: block;
transform: scale(var(--ggs,1));
width: 2px;
height: 16px;
border-radius: 3px;
border-top: 6px solid;
border-bottom: 6px solid
}
.gg-git-commit::after {
content: "";
display: block;
box-sizing: border-box;
position: absolute;
width: 2px;
height: 2px;
box-shadow: 0 0 0 2px;
border-radius: 100%;
left: 0;
top: 1px
}