Merged in feat/SW-999-visual-fixes (pull request #976)

Feat/SW-999 visual fixes in enter details

* fix(SW-999): accordion title font sizes fix and alignment of change room button

* fix(SW-999): added scroll if content cannot fit inside popover


Approved-by: Christel Westerberg
This commit is contained in:
Tobias Johansson
2024-11-26 08:11:50 +00:00
parent 8bfc4065ed
commit d6cff63c5e
4 changed files with 4 additions and 5 deletions

View File

@@ -48,8 +48,6 @@
} }
.selection { .selection {
font-weight: 450;
font-size: var(--typography-Title-4-fontSize);
grid-area: selection; grid-area: selection;
} }

View File

@@ -16,7 +16,7 @@
justify-content: space-between; justify-content: space-between;
align-items: center; align-items: center;
grid-template-areas: grid-template-areas:
"title button" "title title"
"description button"; "description button";
} }
@@ -25,14 +25,13 @@
} }
.description { .description {
font-weight: 450;
font-size: var(--typography-Title-4-fontSize);
grid-area: description; grid-area: description;
} }
.button { .button {
grid-area: button; grid-area: button;
justify-self: flex-end; justify-self: flex-end;
align-self: flex-start;
} }
.iconWrapper { .iconWrapper {

View File

@@ -4,6 +4,7 @@
box-shadow: 0px 0px 14px 6px rgba(0, 0, 0, 0.1); box-shadow: 0px 0px 14px 6px rgba(0, 0, 0, 0.1);
padding: var(--Spacing-x2); padding: var(--Spacing-x2);
max-width: calc(360px + var(--Spacing-x2) * 2); max-width: calc(360px + var(--Spacing-x2) * 2);
overflow-y: auto;
} }
.root section:focus-visible { .root section:focus-visible {

View File

@@ -207,6 +207,7 @@
"Membership ID": "Mitglieds-ID", "Membership ID": "Mitglieds-ID",
"Membership ID copied to clipboard": "Mitglieds-ID in die Zwischenablage kopiert", "Membership ID copied to clipboard": "Mitglieds-ID in die Zwischenablage kopiert",
"Membership cards": "Mitgliedskarten", "Membership cards": "Mitgliedskarten",
"Menu": "Menü",
"Modify": "Ändern", "Modify": "Ändern",
"Mon-Fri": "Mo-Fr", "Mon-Fri": "Mo-Fr",
"Month": "Monat", "Month": "Monat",