Skip to content

Commit

Permalink
Merge pull request #8386 from cfpb/mpt-footnote-styling
Browse files Browse the repository at this point in the history
Include chart styling on mpt pages
  • Loading branch information
wpears authored May 8, 2024
2 parents b57cf40 + d448d1a commit 043a2c0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
// Import external cfpb-chart-builder stylesheet
// This is also imported by the chart block (in chart.less)
@import url('cfpb-chart-builder.less');
@import (reference) 'cfpb-core.less';

.o-mp-map {
border: 1px solid var(--gray-40);
Expand Down
2 changes: 1 addition & 1 deletion cfgov/v1/atomic_elements/organisms.py
Original file line number Diff line number Diff line change
Expand Up @@ -962,7 +962,7 @@ class Meta:

class Media:
js = ["mortgage-performance-trends.js"]
css = ["mortgage-performance-trends.css"]
css = ["mortgage-performance-trends.css", "chart.css"]


class MortgageMapBlock(MortgageChartBlock):
Expand Down

0 comments on commit 043a2c0

Please sign in to comment.