css.gg/icons/css/view-comfortable.css

33 lines
589 B
CSS

.gg-view-comfortable {
box-sizing: border-box;
position: relative;
display: block;
transform: scale(var(--ggs,1));
border: 2px solid;
border-radius: 3px;
width: 20px;
height: 14px
}
.gg-view-comfortable::after,
.gg-view-comfortable::before {
content: "";
display: block;
box-sizing: border-box;
position: absolute;
background: currentColor
}
.gg-view-comfortable::after {
width: 2px;
height: 8px;
bottom: -2px;
left: 4px
}
.gg-view-comfortable::before {
width: 20px;
height: 2px;
left: -2px;
top: 4px
}