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:
committed by
Linus Flood
parent
0383a332ad
commit
d3ba9d4a99
@@ -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);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user