* 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
15 lines
177 B
CSS
15 lines
177 B
CSS
.requests {
|
|
grid-column: 1 / -1;
|
|
display: grid;
|
|
gap: var(--Space-x2);
|
|
}
|
|
|
|
.heading {
|
|
color: var(--Text-Default);
|
|
}
|
|
|
|
.content {
|
|
display: grid;
|
|
gap: var(--Space-x2);
|
|
}
|