mirror of https://github.com/astrit/css.gg.git
21 lines
421 B
CSS
21 lines
421 B
CSS
.gg-menu-motion {
|
|
box-sizing: border-box;
|
|
position: relative;
|
|
display: block;
|
|
width: 18px;
|
|
height: 14px;
|
|
transform: scale(var(--ggs,1))
|
|
}
|
|
|
|
.gg-menu-motion::before {
|
|
content: "";
|
|
position: absolute;
|
|
box-sizing: border-box;
|
|
display: block;
|
|
width: 10px;
|
|
height: 2px;
|
|
bottom: 0;
|
|
box-shadow: 4px -6px 0,8px -12px 0;
|
|
border-radius: 4px;
|
|
background: currentColor
|
|
} |