css.gg/icons/css/view-list.css

31 lines
552 B
CSS

.gg-view-list {
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-list::after,
.gg-view-list::before {
content: "";
display: block;
box-sizing: border-box;
position: absolute;
width: 2px;
height: 14px;
top: -2px;
left: 3px;
background: currentColor
}
.gg-view-list::before {
width: 20px;
height: 2px;
left: -2px;
top: 2px;
box-shadow: 0 4px 0
}