Merged in chore/partner-sas-header-footer-styling (pull request #2765)

chore: partner-sas header and footer improvements

* improve header styling

* Add footer


Approved-by: Bianca Widstam
This commit is contained in:
Anton Gunnarsson
2025-09-08 09:23:20 +00:00
parent 8d30232aee
commit c0ee968368
11 changed files with 246 additions and 15 deletions

View File

@@ -0,0 +1,13 @@
.root {
display: flex;
align-items: center;
gap: 8px;
color: var(--TEMP-sas-20);
}
.logo {
max-height: 14px;
max-width: 65px;
height: auto;
width: 100%;
}