Update style.css
This commit is contained in:
parent
93288fdd85
commit
9e8107ee48
1 changed files with 2 additions and 2 deletions
|
|
@ -396,7 +396,7 @@ i {
|
||||||
opacity: 0;
|
opacity: 0;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
position: relative;
|
position: relative;
|
||||||
transform: translateY(10px);
|
transform: scale(1.04);
|
||||||
transition: transform 0.3s ease, opacity 0.3s ease;
|
transition: transform 0.3s ease, opacity 0.3s ease;
|
||||||
pointer-events: none;
|
pointer-events: none;
|
||||||
z-index: 10;
|
z-index: 10;
|
||||||
|
|
@ -410,7 +410,7 @@ i {
|
||||||
.open #main #content {
|
.open #main #content {
|
||||||
pointer-events: all;
|
pointer-events: all;
|
||||||
opacity: 1;
|
opacity: 1;
|
||||||
transform: translateY(0);
|
transform: scale(1);
|
||||||
}
|
}
|
||||||
|
|
||||||
.page {
|
.page {
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue