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