mirror of https://github.com/astrit/css.gg.git
31 lines
482 B
CSS
31 lines
482 B
CSS
.gg-stack,
|
|
.gg-stack::after,
|
|
.gg-stack::before {
|
|
display: block;
|
|
box-sizing: border-box;
|
|
width: 14px;
|
|
height: 14px;
|
|
border: 2px solid
|
|
}
|
|
|
|
.gg-stack {
|
|
margin-right: 8px;
|
|
margin-top: 8px;
|
|
transform: scale(var(--ggs,1));
|
|
position: relative
|
|
}
|
|
|
|
.gg-stack::after,
|
|
.gg-stack::before {
|
|
content: "";
|
|
position: absolute;
|
|
border-left: 0;
|
|
border-bottom: 0;
|
|
right: -5px;
|
|
top: -5px
|
|
}
|
|
|
|
.gg-stack::before {
|
|
right: -8px;
|
|
top: -8px
|
|
} |