Skip to content

Commit

Permalink
Use unit for em
Browse files Browse the repository at this point in the history
  • Loading branch information
anselmbradford committed Aug 8, 2023
1 parent 0e61f66 commit 938ba31
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions cfgov/unprocessed/apps/financial-well-being/css/main.less
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
padding-left: 5px;
border-left: 1px solid @gray-40;
position: absolute;
font-size: 0.75em;
font-size: unit(12px / @base-font-size-px, em);
list-style: none;
}

Expand Down Expand Up @@ -83,7 +83,7 @@
margin-bottom: 5px;
background-color: @pacific-20;
color: @black;
font-size: 0.875em;
font-size: unit(14px / @base-font-size-px, em);
}

.comparison-chart_toggle-button:hover,
Expand Down Expand Up @@ -141,7 +141,7 @@
border-top: 1px solid @gray-40;
margin-top: 30px;
color: @gray-80;
font-size: 0.75em;
font-size: unit(12px / @base-font-size-px, em);
}

/* CF Enhancements */
Expand Down

0 comments on commit 938ba31

Please sign in to comment.