improve overlay design and fix footer
To fix: - css split between nav and nav-tree repeated due to mobile - right overlay needs padding adjustments and resizing for mobile
This commit is contained in:
parent
0a69344f98
commit
c516c950a8
8 changed files with 132 additions and 174 deletions
|
|
@ -57,26 +57,6 @@
|
|||
}
|
||||
}
|
||||
|
||||
@keyframes rotateIn {
|
||||
from {
|
||||
transform: rotate(0deg);
|
||||
}
|
||||
|
||||
to {
|
||||
transform: rotate(180deg);
|
||||
}
|
||||
}
|
||||
|
||||
@keyframes rotateOut {
|
||||
from {
|
||||
transform: rotate(180deg);
|
||||
}
|
||||
|
||||
to {
|
||||
transform: rotate(0deg);
|
||||
}
|
||||
}
|
||||
|
||||
@keyframes rotateIn90 {
|
||||
from {
|
||||
transform: rotate(0deg);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue