feat(SW-2782): Updated header as per design, added language switcher and user menu * feat(SW-2782): Updated header as per design, added language switcher and user menu * feat(SW-2782): Updated UI as per design * feat(SW-2782): Optimised code with use of Popover and modal from RAC Approved-by: Anton Gunnarsson
19 lines
308 B
CSS
19 lines
308 B
CSS
.container {
|
|
background-color: var(--TEMP-sas-default);
|
|
color: white;
|
|
display: flex;
|
|
align-items: center;
|
|
padding: var(--Space-x2);
|
|
justify-content: space-between;
|
|
|
|
@media screen and (min-width: 768px) {
|
|
padding: 20px 40px;
|
|
}
|
|
}
|
|
|
|
.logo {
|
|
height: auto;
|
|
width: 90px;
|
|
display: block;
|
|
}
|