css.gg
Version:
700+ Pure CSS, SVG & Figma UI Icons Available in SVG Sprite, styled-components, Black & White PNG, NPM & API + 6031 glyphs
20 lines (18 loc) • 367 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
}