ok_transition
This commit is contained in:
parent
4a92d64e7e
commit
24310cf12a
@ -335,7 +335,7 @@ body {
|
|||||||
border-radius: 10px;
|
border-radius: 10px;
|
||||||
box-shadow: 0 4px 20px rgba(0, 0, 0, 0.5);
|
box-shadow: 0 4px 20px rgba(0, 0, 0, 0.5);
|
||||||
margin: 1% 0% 0.5% 1%;
|
margin: 1% 0% 0.5% 1%;
|
||||||
transition: opacity 0.3s ease-in-out, visibility 0s linear 0.3s;
|
transition: all 1s ease 0.1s;
|
||||||
visibility: visible;
|
visibility: visible;
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -343,6 +343,7 @@ body {
|
|||||||
opacity: 0;
|
opacity: 0;
|
||||||
visibility: hidden;
|
visibility: hidden;
|
||||||
display: none;
|
display: none;
|
||||||
|
pointer-events: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
.signature-header {
|
.signature-header {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user