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
9 lines
167 B
CSS
9 lines
167 B
CSS
.poweredBy {
|
|
padding: 6px 16px;
|
|
background-color: var(--Base-Surface-Primary-light-Normal);
|
|
|
|
@media screen and (min-width: 768px) {
|
|
padding: 8px 40px;
|
|
}
|
|
}
|