🎉 Add a/b test for onboarding questions

This commit is contained in:
Alejandro Alonso 2024-05-30 11:15:27 +02:00
parent e83c90203e
commit 98038b10a0
9 changed files with 195 additions and 168 deletions

View file

@ -593,6 +593,9 @@
width: 100%;
z-index: $z-index-modal;
background-color: var(--overlay-color);
&.onboarding-a-b-test {
background-color: var(--overlay-color-onboarding-a-b-test);
}
}
.modal-container-base {