Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Replace color with new name (same color value) #25405

Merged
merged 8 commits into from
Aug 29, 2023
2 changes: 1 addition & 1 deletion src/applications/claims-status/sass/claims-status.scss
Original file line number Diff line number Diff line change
Expand Up @@ -213,7 +213,7 @@

&.soc,
&.ssoc {
background: $color-gibill-accent;
background: $color-gold-lightest;
padding-left: 2.5em;

&:before {
Expand Down
2 changes: 1 addition & 1 deletion src/applications/gi/sass/gi.scss
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
max-width: 460px;

&.warning {
background-color: $color-gibill-accent;
background-color: $color-gold-lightest;
}

&.info {
Expand Down