Skip to content

Commit 5805b12

Browse files
min width modal, increase smallmobile height, fix link text not wrapping
1 parent aa9bc6d commit 5805b12

File tree

3 files changed

+7
-5
lines changed

3 files changed

+7
-5
lines changed

src/components/modal/v2/parts/views/LongTerm/styles.scss

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@
2121
}
2222

2323
.nav__link-prefix {
24-
min-width: 315px;
2524
padding: 0px;
2625
font-size: 14px;
2726
margin: 0px;

src/components/modal/v2/styles/components/_body-content.scss

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,9 @@
7676
@include desktop {
7777
max-height: 90vh;
7878
}
79+
@include mobile {
80+
min-width: 285px;
81+
}
7982

8083
@include lander {
8184
height: auto;

src/components/modal/v2/styles/components/_offer-accordion.scss

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -77,17 +77,17 @@
7777
.open & {
7878
height: 172px;
7979
transition: height 0.2s linear;
80+
81+
@include smallMobile {
82+
height: 190px;
83+
}
8084
}
8185

8286
.accordion__row {
8387
display: flex;
8488
justify-content: space-between;
8589
padding: 25px 18px 0px 13px;
8690

87-
@include smallMobile {
88-
padding-top: 22px;
89-
}
90-
9191
&:first-child {
9292
padding-top: 0px;
9393

0 commit comments

Comments
 (0)