Merged in feat/LOY-490-cleanup-profiling-consent (pull request #3237)

Feat/LOY-490 cleanup profiling consent

* chore(LOY-490): cleanup accordion

* xhore(LOY-490): cleanup signup

* fix(LOY-490): use correct tokens

* fi(LOY-490): change button to correct color

* fix(LOY-490): switch deprecated Link


Approved-by: Chuma Mcphoy (We Ahead)
This commit is contained in:
Matilda Landström
2025-11-27 07:48:34 +00:00
parent 42b039c4ef
commit b122f2ff4f
8 changed files with 39 additions and 338 deletions

View File

@@ -32,7 +32,7 @@
box-shadow: var(--modal-box-shadow);
width: 100%;
max-width: 100%;
border-radius: var(--Corner-radius-xLarge) var(--Corner-radius-xLarge) 0 0;
border-radius: var(--Corner-radius-xl) var(--Corner-radius-xl) 0 0;
}
.dialog {
@@ -90,8 +90,8 @@
padding: var(--Space-x2) var(--Space-x3) var(--Space-x3) var(--Space-x3);
border-top: 1px solid var(--Border-Divider-Subtle);
background: var(--Base-Surface-Primary-light-Normal);
border-bottom-right-radius: var(--Corner-radius-xLarge);
border-bottom-left-radius: var(--Corner-radius-xLarge);
border-bottom-right-radius: var(--Corner-radius-xl);
border-bottom-left-radius: var(--Corner-radius-xl);
}
.container {
@@ -119,7 +119,7 @@
.modal {
width: 95%;
max-width: 95%;
border-radius: var(--Corner-radius-xLarge);
border-radius: var(--Corner-radius-xl);
}
.actions {