css.gg
Version:
Minimalistic Icon library Designed by code.
43 lines (40 loc) • 1 kB
CSS
.gg-readme {
display: block;
position: relative;
box-sizing: border-box;
transform: scale(var(--ggs,1));
width: 2px;
height: 17px;
border-bottom: 4px solid;
border-radius: 4px
}
.gg-readme::after,
.gg-readme::before {
content: "";
display: block;
position: absolute;
box-sizing: border-box;
width: 8px;
height: 12px;
box-shadow: 0 0 0 2px;
border-radius: 1px;
bottom: -1px;
background:
linear-gradient(to left,
currentColor 4px,transparent 0)
no-repeat center 5px/4px 2px,
linear-gradient(to left,
currentColor 4px,transparent 0)
no-repeat center 2px/4px 2px,
linear-gradient(to left,
currentColor 4px,transparent 0)
no-repeat center 8px/4px 2px
}
.gg-readme::before {
border-top-right-radius: 3px;
left: -8px
}
.gg-readme::after {
border-top-left-radius: 3px;
right: -8px
}