Skip to content

Commit

Permalink
Merge pull request #1160 from erikacolette29/hotfix/DTCRCMERC-3699-DE…
Browse files Browse the repository at this point in the history
…GPLLT-APR-visibility-fix

fix: (LIVE ISSUE) DE GPL LT: Calculator in app does not properly display APRs
  • Loading branch information
tajha17 authored Dec 11, 2024
2 parents 713635e + 5805b12 commit 2e4402f
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/components/modal/v2/parts/views/LongTerm/styles.scss
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@
}

.nav__link-prefix {
min-width: 315px;
padding: 0px;
font-size: 14px;
margin: 0px;
Expand Down
3 changes: 3 additions & 0 deletions src/components/modal/v2/styles/components/_body-content.scss
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,9 @@
@include desktop {
max-height: 90vh;
}
@include mobile {
min-width: 285px;
}

@include lander {
height: auto;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
@import '../globals/mixins';

.accordion {
&__container {
border: 1px solid $light-gray;
Expand Down Expand Up @@ -75,12 +77,17 @@
.open & {
height: 172px;
transition: height 0.2s linear;

@include smallMobile {
height: 190px;
}
}

.accordion__row {
display: flex;
justify-content: space-between;
padding: 25px 18px 0px 13px;

&:first-child {
padding-top: 0px;

Expand Down

0 comments on commit 2e4402f

Please sign in to comment.