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 {
|
||||
opacity: 0;
|
||||
pointer-events: none;
|
||||
position: relative;
|
||||
transition: opacity .2s ease-in-out;
|
||||
text-align: center;
|
||||
@ -637,6 +638,7 @@
|
||||
|
||||
&.visible {
|
||||
opacity: 1;
|
||||
pointer-events: all;
|
||||
}
|
||||
|
||||
p {
|
||||
|
Loading…
Reference in New Issue
Block a user