mirror of https://github.com/astrit/css.gg.git
21 lines
392 B
CSS
21 lines
392 B
CSS
.gg-sidebar-open {
|
|
box-sizing: border-box;
|
|
position: relative;
|
|
display: block;
|
|
transform: scale(var(--ggs,1));
|
|
width: 18px;
|
|
height: 16px;
|
|
border: 2px solid
|
|
}
|
|
|
|
.gg-sidebar-open::before {
|
|
content: "";
|
|
display: block;
|
|
box-sizing: border-box;
|
|
position: absolute;
|
|
width: 4px;
|
|
height: 12px;
|
|
background: currentColor;
|
|
top: 0;
|
|
left: 0
|
|
} |