feat: Refactor listeners
- Add handler functions for event listeners - Change agreement step to wait for interaction - Remove listeners after each step - Add steps object
This commit is contained in:
parent
7255b009b9
commit
fa5e74a100
2 changed files with 73 additions and 34 deletions
|
|
@ -42,6 +42,7 @@ $z-indexes: (
|
|||
align-items: center;
|
||||
justify-content: center;
|
||||
background-color: white;
|
||||
pointer-events: none;
|
||||
}
|
||||
|
||||
#bar {
|
||||
|
|
@ -112,6 +113,7 @@ $z-indexes: (
|
|||
align-items: center;
|
||||
justify-content: center;
|
||||
background-color: black;
|
||||
pointer-events: none;
|
||||
|
||||
h1,
|
||||
p,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue