Merged in fix/SW-2290-ui-for-signup (pull request #2224)

Fix/SW-2290 new ui for signup on enter details page

* fix(SW-2290): New UI for join card


Approved-by: Michael Zetterberg
Approved-by: Tobias Johansson
Approved-by: Bianca Widstam
This commit is contained in:
Niclas Edenvin
2025-06-05 07:41:46 +00:00
committed by Linus Flood
parent 0383a332ad
commit d3ba9d4a99
9 changed files with 150 additions and 188 deletions

View File

@@ -6,7 +6,7 @@
.container {
display: grid;
gap: var(--Spacing-x2);
width: min(100%, 600px);
width: min(100%, 696px);
}
.fullWidth {
@@ -18,13 +18,7 @@
}
@media screen and (min-width: 768px) {
.form {
gap: var(--Spacing-x3);
}
.container {
gap: var(--Spacing-x2);
grid-template-columns: 1fr 1fr;
width: min(100%, 600px);
}
}