chore: partner-sas header and footer improvements * improve header styling * Add footer Approved-by: Bianca Widstam
14 lines
172 B
CSS
14 lines
172 B
CSS
.root {
|
|
display: flex;
|
|
align-items: center;
|
|
gap: 8px;
|
|
color: var(--TEMP-sas-20);
|
|
}
|
|
|
|
.logo {
|
|
max-height: 14px;
|
|
max-width: 65px;
|
|
height: auto;
|
|
width: 100%;
|
|
}
|