mirror of https://github.com/astrit/css.gg.git
21 lines
386 B
CSS
21 lines
386 B
CSS
.gg-studio {
|
|
box-sizing: border-box;
|
|
position: relative;
|
|
display: block;
|
|
transform: scale(var(--ggs,1));
|
|
width: 18px;
|
|
height: 18px;
|
|
border: 2px solid
|
|
}
|
|
|
|
.gg-studio::after {
|
|
content: "";
|
|
display: block;
|
|
box-sizing: border-box;
|
|
position: absolute;
|
|
width: 4px;
|
|
height: 4px;
|
|
background: currentColor;
|
|
right: 2px;
|
|
bottom: 2px
|
|
} |