Merged in fix/SW-3529-wl-site-logout-does-not-reload- (pull request #2947)
Fix/SW-3529 wl site logout does not reload Approved-by: Anton Gunnarsson
This commit is contained in:
@@ -33,10 +33,19 @@
|
||||
.logoutLink,
|
||||
.loginLink {
|
||||
color: var(--Text-sas-20);
|
||||
font-weight: 400;
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
.userDetailsContainer .logoutLink {
|
||||
text-decoration: none;
|
||||
font-weight: normal;
|
||||
|
||||
&:hover {
|
||||
color: var(--Text-sas-20);
|
||||
text-decoration: none;
|
||||
}
|
||||
}
|
||||
|
||||
.modal {
|
||||
position: fixed;
|
||||
top: calc(var(--main-menu-mobile-height) + var(--sitewide-alert-height));
|
||||
|
||||
Reference in New Issue
Block a user