mirror of https://github.com/astrit/css.gg.git
23 lines
421 B
CSS
23 lines
421 B
CSS
.gg-abstract {
|
|
box-sizing: border-box;
|
|
position: relative;
|
|
display: block;
|
|
width: 14px;
|
|
height: 14px;
|
|
transform: scale(var(--ggs,1));
|
|
border-right: 3px solid;
|
|
border-top: 3px solid
|
|
}
|
|
|
|
.gg-abstract::before {
|
|
content: "";
|
|
display: block;
|
|
box-sizing: border-box;
|
|
position: absolute;
|
|
width: 10px;
|
|
height: 10px;
|
|
left: 0;
|
|
bottom: 0;
|
|
border: 3px solid;
|
|
border-radius: 12px
|
|
} |