Skip to content

Commit b58a8af

Browse files
styles update for firefox issue
1 parent 99b7ed2 commit b58a8af

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

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

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
@import '../globals/mixins';
2+
13
.accordion {
24
&__container {
35
border: 1px solid $light-gray;
@@ -81,6 +83,9 @@
8183
display: flex;
8284
justify-content: space-between;
8385
padding: 25px 18px 0px 13px;
86+
@include smallMobile {
87+
padding-top: 22px;
88+
}
8489
&:first-child {
8590
padding-top: 0px;
8691

0 commit comments

Comments
 (0)