mirror of https://github.com/astrit/css.gg.git
24 lines
476 B
CSS
24 lines
476 B
CSS
.gg-log-off {
|
|
box-sizing: border-box;
|
|
position: relative;
|
|
display: block;
|
|
border-radius: 16px;
|
|
border: 2px solid;
|
|
transform: scale(var(--ggs,1));
|
|
width: 16px;
|
|
height: 16px;
|
|
border-top: 2px solid transparent
|
|
}
|
|
|
|
.gg-log-off::before {
|
|
content: "";
|
|
display: block;
|
|
box-sizing: border-box;
|
|
position: absolute;
|
|
border-radius: 3px;
|
|
height: 8px;
|
|
width: 2px;
|
|
background: currentColor;
|
|
left: 5px;
|
|
bottom: 6px
|
|
} |