fix/SW-2247 enter details fixes
* fix(SW-2247): Removed accordion like special requests block and changed button variant * fix(SW-2247): Added additional info for bedtype selection Approved-by: Tobias Johansson Approved-by: Niclas Edenvin
This commit is contained in:
@@ -1,26 +1,18 @@
|
||||
.accordion {
|
||||
--header-height: 2.4em;
|
||||
--circle-height: 24px;
|
||||
gap: var(--Spacing-x3);
|
||||
width: 100%;
|
||||
padding-top: var(--Spacing-x3);
|
||||
.section {
|
||||
display: grid;
|
||||
grid-template-areas: "header" "content";
|
||||
grid-template-rows: var(--header-height) 1fr;
|
||||
column-gap: var(--Spacing-x-one-and-half);
|
||||
gap: var(--Space-x3);
|
||||
width: 100%;
|
||||
padding-top: var(--Space-x3);
|
||||
}
|
||||
|
||||
.header {
|
||||
grid-area: header;
|
||||
.heading,
|
||||
.subheading {
|
||||
color: var(--Text-Default);
|
||||
}
|
||||
|
||||
.title {
|
||||
grid-area: title;
|
||||
text-align: start;
|
||||
}
|
||||
|
||||
.selection {
|
||||
grid-area: selection;
|
||||
.additionalInfo {
|
||||
color: var(--Text-Secondary);
|
||||
margin-top: var(--Space-x05);
|
||||
}
|
||||
|
||||
.contentWrapper {
|
||||
@@ -28,7 +20,6 @@
|
||||
}
|
||||
|
||||
.content {
|
||||
grid-area: content;
|
||||
border-bottom: 1px solid var(--Primary-Light-On-Surface-Divider-subtle);
|
||||
}
|
||||
|
||||
@@ -36,10 +27,3 @@
|
||||
opacity: 0.5;
|
||||
pointer-events: none;
|
||||
}
|
||||
|
||||
@media screen and (min-width: 768px) {
|
||||
.accordion {
|
||||
column-gap: var(--Spacing-x3);
|
||||
grid-template-areas: "header" "content";
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user