css.gg
Version:
Minimalistic Icon library Designed by code.
20 lines (18 loc) • 386 B
CSS
.gg-border-style-dotted {
transform: scale(var(--ggs,1));
}
.gg-border-style-dotted,
.gg-border-style-dotted::before {
box-sizing: border-box;
position: relative;
display: block;
width: 26px;
height: 17px
}
.gg-border-style-dotted::before {
content: "";
position: absolute;
height: 2px;
top: 7px;
border-top: 2px dotted
}