mirror of
https://github.com/twofas/2fas-browser-extension.git
synced 2024-11-26 04:00:09 +01:00
#1163 Regenerate QR button improvement
This commit is contained in:
parent
9bbe5ade3c
commit
44abf1747d
@ -630,6 +630,7 @@
|
|||||||
|
|
||||||
&-timeout {
|
&-timeout {
|
||||||
opacity: 0;
|
opacity: 0;
|
||||||
|
pointer-events: none;
|
||||||
position: relative;
|
position: relative;
|
||||||
transition: opacity .2s ease-in-out;
|
transition: opacity .2s ease-in-out;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
@ -637,6 +638,7 @@
|
|||||||
|
|
||||||
&.visible {
|
&.visible {
|
||||||
opacity: 1;
|
opacity: 1;
|
||||||
|
pointer-events: all;
|
||||||
}
|
}
|
||||||
|
|
||||||
p {
|
p {
|
||||||
|
Loading…
Reference in New Issue
Block a user