feat(SW-3520): Updated the footer * feat(SW-3520): Updated links to route to scandic web * feat(SW-3520): Updated the footer with language switcher * feat(SW-3520): Updated the Contact-us link and removed double slash Approved-by: Anton Gunnarsson
30 lines
451 B
CSS
30 lines
451 B
CSS
.root {
|
|
background-color: var(--Base-Surface-Primary-light-Normal);
|
|
}
|
|
|
|
.sasLogo {
|
|
height: auto;
|
|
width: 90px;
|
|
}
|
|
|
|
.top {
|
|
padding: 40px 16px 32px;
|
|
display: flex;
|
|
flex-direction: column;
|
|
gap: 24px;
|
|
|
|
@media screen and (min-width: 768px) {
|
|
padding: 40px;
|
|
}
|
|
}
|
|
|
|
.bottom {
|
|
background-color: var(--TEMP-sas-default);
|
|
color: white;
|
|
padding: 32px 16px 40px;
|
|
|
|
@media screen and (min-width: 768px) {
|
|
padding: 32px 40px 40px;
|
|
}
|
|
}
|