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:
@@ -10,7 +10,7 @@
|
||||
align-items: center;
|
||||
display: flex;
|
||||
width: 100%;
|
||||
color: var(--Text-sas-20);
|
||||
color: var(--SAS-Gray-20);
|
||||
}
|
||||
|
||||
&.header {
|
||||
@@ -25,13 +25,13 @@
|
||||
&.footer {
|
||||
.triggerText,
|
||||
.chevron {
|
||||
color: var(--TEMP-sas-40);
|
||||
color: var(--SAS-40);
|
||||
}
|
||||
.chevron {
|
||||
margin: 1px 0 0 2px;
|
||||
}
|
||||
.globeIcon {
|
||||
color: var(--TEMP-sas-40);
|
||||
color: var(--SAS-40);
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -45,7 +45,7 @@
|
||||
align-items: flex-start;
|
||||
|
||||
.arrowBack {
|
||||
color: var(--TEMP-sas-40);
|
||||
color: var(--SAS-40);
|
||||
padding: var(--Space-x2) 0;
|
||||
width: 100%;
|
||||
justify-content: flex-start;
|
||||
@@ -88,7 +88,7 @@
|
||||
.closeModal {
|
||||
align-self: flex-end;
|
||||
background-color: transparent;
|
||||
color: var(--TEMP-sas-40);
|
||||
color: var(--SAS-40);
|
||||
gap: 0;
|
||||
}
|
||||
|
||||
@@ -112,7 +112,7 @@
|
||||
display: flex;
|
||||
width: 100%;
|
||||
padding: 0 var(--Space-x2);
|
||||
border-bottom: 1px solid var(--SAS-90);
|
||||
border-bottom: 1px solid var(--SAS-Gray-90);
|
||||
justify-content: flex-end;
|
||||
}
|
||||
.arrowBackIcon {
|
||||
|
||||
Reference in New Issue
Block a user