chore: partner-sas header and footer improvements * improve header styling * Add footer Approved-by: Bianca Widstam
26 lines
410 B
CSS
26 lines
410 B
CSS
.header {
|
|
background-color: var(--TEMP-sas-default);
|
|
color: white;
|
|
display: flex;
|
|
align-items: center;
|
|
padding: 16px;
|
|
|
|
@media screen and (min-width: 768px) {
|
|
padding: 20px 40px;
|
|
}
|
|
}
|
|
|
|
.logo {
|
|
height: auto;
|
|
width: 90px;
|
|
}
|
|
|
|
.poweredBy {
|
|
padding: 6px 16px;
|
|
background-color: var(--Base-Surface-Primary-light-Normal);
|
|
|
|
@media screen and (min-width: 768px) {
|
|
padding: 8px 40px;
|
|
}
|
|
}
|