Skip to content

Commit

Permalink
Merge pull request #8248 from cfpb/ans_pfc_cruft
Browse files Browse the repository at this point in the history
PfC: Remove unused CSS
  • Loading branch information
anselmbradford authored Mar 22, 2024
2 parents 72a2e9b + 0b5b741 commit 46e1bb4
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 28 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -160,10 +160,6 @@
}
}

.other-borrowing-btns {
margin-bottom: unit(@grid_gutter-width / 2 / @base-font-size-px, em);
}

.action-plan_choices,
.affording-loans-choices {
// equal height radio inputs
Expand Down
Original file line number Diff line number Diff line change
@@ -1,11 +1,7 @@
main.college-costs {
.private-loan-section,
.parentPlus-loan-section,
.undergrad-content,
.associates-content,
.graduate-content,
.parentplus-loan-section,
.gradplus-loan-section,
.community-college,
.program-select {
display: none;
Expand Down Expand Up @@ -110,26 +106,6 @@ main.college-costs {
}
}

// Private & Plus loans content control

&[data-state_private-loan-section='active'] {
.private-loan-section {
display: block;
}
}

&[data-state_parentplus-loan-section='active'] {
.parentplus-loan-section {
display: block;
}
}

&[data-state_gradplus-loan-section='active'] {
.gradplus-loan-section {
display: block;
}
}

// App

&[data-state_gotstarted='false'] .app-container {
Expand Down

0 comments on commit 46e1bb4

Please sign in to comment.