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 {
|
.green {
|
||||||
background-color: var(--Scandic-Green-00);
|
background-color: var(--Surface-Feedback-Succes-light);
|
||||||
color: var(--UI-Semantic-Success);
|
color: var(--Surface-Feedback-Succes);
|
||||||
}
|
}
|
||||||
|
|
||||||
.red {
|
.red {
|
||||||
|
|||||||
@@ -159,10 +159,7 @@ label:not(:has(.radio:checked)) .checkIcon {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.variant-campaign .banner {
|
.variant-campaign .banner {
|
||||||
background-color: var(
|
background-color: var(--Surface-Feedback-Succes);
|
||||||
--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*/
|
|
||||||
display: flex;
|
display: flex;
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
|
|||||||
Reference in New Issue
Block a user