Merged in fix/book-425-update-color-token (pull request #3048)
fix(BOOK-425): removed fallback and updated to correct color tokens * fix(BOOK-425): removed fallback and updated to correct color tokens Approved-by: Bianca Widstam
This commit is contained in:
@@ -12,8 +12,8 @@
|
||||
}
|
||||
|
||||
.green {
|
||||
background-color: var(--Scandic-Green-00);
|
||||
color: var(--UI-Semantic-Success);
|
||||
background-color: var(--Surface-Feedback-Succes-light);
|
||||
color: var(--Surface-Feedback-Succes);
|
||||
}
|
||||
|
||||
.red {
|
||||
|
||||
@@ -159,10 +159,7 @@ label:not(:has(.radio:checked)) .checkIcon {
|
||||
}
|
||||
|
||||
.variant-campaign .banner {
|
||||
background-color: var(
|
||||
--Surface-Feedback-Succes-light,
|
||||
var(--Scandic-Green-60)
|
||||
); /*Should be updated to only use the new token --Surface-Feedback-Succes-light when tokens are up to date*/
|
||||
background-color: var(--Surface-Feedback-Succes);
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
|
||||
Reference in New Issue
Block a user