This commit is contained in:
parent
2b06612a0c
commit
fe9d02ffc7
8 changed files with 288 additions and 505 deletions
|
|
@ -102,6 +102,22 @@ body, #site-header, #site-footer{
|
|||
}
|
||||
|
||||
|
||||
@mixin pin(){
|
||||
.pin{
|
||||
width: 18px;
|
||||
height: 18px;
|
||||
transform: rotate(45deg);
|
||||
transform-origin: center;
|
||||
svg{
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
fill: var(--color-txt);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
||||
body.menu-open,
|
||||
body.is-hidden{
|
||||
overflow-y: hidden;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue