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:
@@ -48,8 +48,6 @@
|
||||
}
|
||||
|
||||
.selection {
|
||||
font-weight: 450;
|
||||
font-size: var(--typography-Title-4-fontSize);
|
||||
grid-area: selection;
|
||||
}
|
||||
|
||||
|
||||
@@ -16,7 +16,7 @@
|
||||
justify-content: space-between;
|
||||
align-items: center;
|
||||
grid-template-areas:
|
||||
"title button"
|
||||
"title title"
|
||||
"description button";
|
||||
}
|
||||
|
||||
@@ -25,14 +25,13 @@
|
||||
}
|
||||
|
||||
.description {
|
||||
font-weight: 450;
|
||||
font-size: var(--typography-Title-4-fontSize);
|
||||
grid-area: description;
|
||||
}
|
||||
|
||||
.button {
|
||||
grid-area: button;
|
||||
justify-self: flex-end;
|
||||
align-self: flex-start;
|
||||
}
|
||||
|
||||
.iconWrapper {
|
||||
|
||||
Reference in New Issue
Block a user