Merged in feat/SW-3542-update-color-variables-to- (pull request #2970)
feat(SW-3542): Updated the color variables for MVP Approved-by: Joakim Jäderberg
This commit is contained in:
@@ -18,7 +18,7 @@
|
||||
|
||||
.userMenu .avatar {
|
||||
background-color: white;
|
||||
color: var(--TEMP-sas-default);
|
||||
color: var(--SAS-Default);
|
||||
|
||||
span {
|
||||
color: currentColor;
|
||||
@@ -27,12 +27,12 @@
|
||||
|
||||
.userDetailsContainer {
|
||||
padding: var(--Space-x1);
|
||||
color: var(--Text-sas-20);
|
||||
color: var(--SAS-Gray-20);
|
||||
}
|
||||
|
||||
.logoutLink,
|
||||
.loginLink {
|
||||
color: var(--Text-sas-20);
|
||||
color: var(--SAS-Gray-20);
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
@@ -41,7 +41,7 @@
|
||||
font-weight: normal;
|
||||
|
||||
&:hover {
|
||||
color: var(--Text-sas-20);
|
||||
color: var(--SAS-Gray-20);
|
||||
text-decoration: none;
|
||||
}
|
||||
}
|
||||
@@ -70,7 +70,7 @@
|
||||
position: fixed;
|
||||
top: calc(var(--Space-x2) + var(--sitewide-alert-height));
|
||||
right: var(--Space-x15);
|
||||
background-color: var(--TEMP-sas-default);
|
||||
background-color: var(--SAS-Default);
|
||||
border: none;
|
||||
padding: var(--Space-x05);
|
||||
color: white;
|
||||
@@ -80,7 +80,7 @@
|
||||
|
||||
&:hover,
|
||||
&:hover:not(:disabled) {
|
||||
background-color: var(--TEMP-sas-default);
|
||||
background-color: var(--SAS-Default);
|
||||
}
|
||||
|
||||
.bar,
|
||||
|
||||
Reference in New Issue
Block a user