mirror of
https://github.com/penpot/penpot.git
synced 2025-08-03 22:18:32 +02:00
🎉 Add a/b test for onboarding questions
This commit is contained in:
parent
e83c90203e
commit
98038b10a0
9 changed files with 195 additions and 168 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue