Skip to content

Commit

Permalink
FWB: Replace hardcoded hex values with color variables
Browse files Browse the repository at this point in the history
  • Loading branch information
anselmbradford committed Aug 8, 2023
1 parent 3b7d8e6 commit 0e61f66
Showing 1 changed file with 11 additions and 9 deletions.
20 changes: 11 additions & 9 deletions cfgov/unprocessed/apps/financial-well-being/css/main.less
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
@import (reference) 'cfpb-core.less';

.save-links {
padding-bottom: 15px;
border-bottom: 1px solid #b4b5b6;
border-bottom: 1px solid @gray-40;
margin: 30px 0;
text-align: right;
}
Expand All @@ -14,7 +16,7 @@

.score-box {
height: 150px;
border-color: #101820;
border-color: @black;
border-style: solid;
position: absolute;
top: 0;
Expand Down Expand Up @@ -43,7 +45,7 @@
.spectrum_x-label {
padding-top: 5px;
padding-left: 5px;
border-left: 1px solid #b4b5b6;
border-left: 1px solid @gray-40;
position: absolute;
font-size: 0.75em;
list-style: none;
Expand Down Expand Up @@ -79,15 +81,15 @@

.comparison-chart_toggle-button {
margin-bottom: 5px;
background-color: #d6e8fa;
color: #101820;
background-color: @pacific-20;
color: @black;
font-size: 0.875em;
}

.comparison-chart_toggle-button:hover,
.comparison-chart_toggle-button:focus,
.comparison-chart_toggle-button__selected {
background-color: #7eb7e8;
background-color: @pacific-60;
}

.comparison-chart_title {
Expand All @@ -114,7 +116,7 @@

.comparison-chart_list dd {
width: 65%;
border-bottom: 1px solid #b4b5b6;
border-bottom: 1px solid @gray-40;
position: relative;
bottom: 0.25em;
}
Expand All @@ -136,9 +138,9 @@

.comparison-chart_source {
padding-top: 15px;
border-top: 1px solid #b4b5b6;
border-top: 1px solid @gray-40;
margin-top: 30px;
color: #75787b;
color: @gray-80;
font-size: 0.75em;
}

Expand Down

0 comments on commit 0e61f66

Please sign in to comment.