Merged in fix/SW-3528-hamburger-menu-partially-shown- (pull request #2946)
feat(SW-3528): Fixed UI for close icon Approved-by: Anton Gunnarsson Approved-by: Matilda Landström
This commit is contained in:
@@ -60,7 +60,7 @@
|
|||||||
.closeModalBtn {
|
.closeModalBtn {
|
||||||
position: fixed;
|
position: fixed;
|
||||||
top: calc(var(--Space-x2) + var(--sitewide-alert-height));
|
top: calc(var(--Space-x2) + var(--sitewide-alert-height));
|
||||||
right: var(--Space-x1);
|
right: var(--Space-x15);
|
||||||
background-color: var(--TEMP-sas-default);
|
background-color: var(--TEMP-sas-default);
|
||||||
border: none;
|
border: none;
|
||||||
padding: var(--Space-x05);
|
padding: var(--Space-x05);
|
||||||
|
|||||||
Reference in New Issue
Block a user