Files
web/apps/partner-sas/components/Footer/footer.module.css
Hrishikesh Vaipurkar c01f440651 Merged in feat/SW-3542-update-color-variables-to- (pull request #2970)
feat(SW-3542): Updated the color variables for MVP

Approved-by: Joakim Jäderberg
2025-10-17 09:22:03 +00:00

30 lines
446 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(--SAS-Default);
color: white;
padding: 32px 16px 40px;
@media screen and (min-width: 768px) {
padding: 32px 40px 40px;
}
}