css.gg
Version:
Minimalistic Icon library Designed by code.
32 lines (29 loc) • 615 B
CSS
.gg-path-crop {
display: block;
position: relative;
box-sizing: border-box;
transform: scale(var(--ggs,1));
width: 14px;
height: 14px
}
.gg-path-crop::after,
.gg-path-crop::before {
content: "";
position: absolute;
display: block;
box-sizing: border-box;
border: 2px solid;
width: 10px;
height: 10px
}
.gg-path-crop::after {
opacity: .5
}
.gg-path-crop::before {
background:
linear-gradient(to left,
currentColor 4px,transparent 0)
no-repeat top left/4px 4px;
bottom: 0;
right: 0
}