Skip to content

Commit

Permalink
Include chart styling on mpt pages and remove chart import from mpt s…
Browse files Browse the repository at this point in the history
…tyles
  • Loading branch information
wpears committed May 6, 2024
1 parent 0840226 commit d448d1a
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 d448d1a

Please sign in to comment.