Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
36 changes: 18 additions & 18 deletions src/components/modal/v2/parts/views/LongTerm/styles.scss
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
@import '../../../styles/globals/colors';
@import '../../../styles/globals/mixins';
@import '../../../styles/globals/variables';
@use '../../../styles/globals/colors';
@use '../../../styles/globals/mixins';
@use '../../../styles/globals/variables';

.spinner {
display: block;
position: absolute;
left: 50%;
top: 50%;
border-radius: 50%;
border-top: 4px solid $spinner-green;
border-top: 4px solid colors.$spinner-green;
width: 80px;
height: 80px;
opacity: 0;
Expand All @@ -24,30 +24,30 @@
padding: 0px;
font-size: 14px;
margin: 0px;
@include tablet {
@include mixins.tablet {
margin: 0px 44px 0px 44px;
}

@include desktop {
@include mixins.desktop {
margin-left: 30px;
}

@include mobile {
@include mixins.mobile {
margin-top: 20px;
margin-left: 0px;
}
}

.button__fixed-wrapper {
@include fixedWrapper;
@include mixins.fixedWrapper;
bottom: 0;
z-index: 1;

@include tablet {
border-radius: 0 0 $content-wrapper-border-radius $content-wrapper-border-radius;
@include mixins.tablet {
border-radius: 0 0 variables.$content-wrapper-border-radius variables.$content-wrapper-border-radius;
overflow: hidden;

@include lander {
@include mixins.lander {
border-radius: 0;
}
}
Expand All @@ -58,29 +58,29 @@
flex-direction: column;
align-items: center;

@include tablet {
@include mixins.tablet {
margin-bottom: 0;
max-width: $content-wrapper-max-width-tablet;
max-width: variables.$content-wrapper-max-width-tablet;
padding: 15px 0;
.button {
width: calc(80%);
}
}

@include mobile {
@include mixins.mobile {
margin-bottom: 0;
max-width: $content-wrapper-max-width-tablet;
max-width: variables.$content-wrapper-max-width-tablet;
padding: 15px 0;
.button {
width: calc(80%);
}
}

@include apiIframe {
max-width: $content-wrapper-max-width-api-iframe;
@include mixins.apiIframe {
max-width: variables.$content-wrapper-max-width-api-iframe;
}
}

.checkout {
background: $white;
background: colors.$white;
}
82 changes: 41 additions & 41 deletions src/components/modal/v2/parts/views/NoInterest/styles.scss
Original file line number Diff line number Diff line change
@@ -1,28 +1,28 @@
@import '../../../styles/globals/variables';
@import '../../../styles/globals/mixins';
@import '../../../styles/globals/colors';
@use '../../../styles/globals/variables';
@use '../../../styles/globals/mixins';
@use '../../../styles/globals/colors';

.content {
&__container {
.content__body {
.button {
padding: 15px 100px 15px 100px;

@include mobile {
@include mixins.mobile {
padding: 15px 70px 15px 70px;
width: 100%;
}
}
.button__fixed-wrapper {
@include fixedWrapper;
@include mixins.fixedWrapper;
bottom: 0;
z-index: 1;

@include tablet {
border-radius: 0 0 $content-wrapper-border-radius $content-wrapper-border-radius;
@include mixins.tablet {
border-radius: 0 0 variables.$content-wrapper-border-radius variables.$content-wrapper-border-radius;
overflow: hidden;

@include lander {
@include mixins.lander {
border-radius: 0;
}
}
Expand All @@ -33,28 +33,28 @@
flex-direction: column;
align-items: center;

@include tablet {
@include mixins.tablet {
background: white;
margin-bottom: 0;
max-width: $content-wrapper-max-width-tablet;
max-width: variables.$content-wrapper-max-width-tablet;
padding: 15px 0;
.button {
width: calc(80%);
}
}

@include mobile {
@include mixins.mobile {
background: white;
margin-bottom: 0;
max-width: $content-wrapper-max-width-tablet;
max-width: variables.$content-wrapper-max-width-tablet;
padding: 15px 0;
.button {
width: calc(80%);
}
}

@include apiIframe {
max-width: $content-wrapper-max-width-api-iframe;
@include mixins.apiIframe {
max-width: variables.$content-wrapper-max-width-api-iframe;
}
}

Expand All @@ -74,80 +74,80 @@
padding-top: 25px;
margin: 0;

@include desktop {
@include mixins.desktop {
padding-left: 15px;
}

@include mobile {
@include mixins.mobile {
padding-top: 5px;
}

@include lander {
@include desktop {
@include mixins.lander {
@include mixins.desktop {
border-radius: 0px 0px 100px 0px;
}
@include tablet {
@include mixins.tablet {
padding-bottom: 30px;
margin-bottom: 0;
}
}

@include tablet {
@include mixins.tablet {
padding-bottom: 50px;
margin-bottom: 25px;
}

@include mobile {
@include mixins.mobile {
margin-bottom: 70px;
}
@include smallMobile {
@include mixins.smallMobile {
margin-bottom: 70px;
}
.terms {
padding-left: 0px;

@include desktop {
@include mixins.desktop {
margin-top: 0;
margin-left: 30px;
margin-right: 30px;
}

@include tablet {
@include mixins.tablet {
margin-top: 0;
margin-left: 30px;
margin-right: 30px;
}

&-item {
color: $gray;
color: colors.$gray;
margin-bottom: 20px;
font-size: 14px;
display: flex;
margin-left: unset;

&.v5Dot1Design {
color: $v5-gray;
color: colors.$v5-gray;
}

@include mobile {
@include mixins.mobile {
margin-bottom: 10px;
}

@include apiIframe {
@include tablet {
@include mixins.apiIframe {
@include mixins.tablet {
margin-bottom: 15px;
}
}

&.ppcc {
@include desktop {
@include mixins.desktop {
margin-left: 17px;
margin-bottom: 10px;
}
@include tablet {
@include mixins.tablet {
margin-left: 17px;
}
@include mobile {
@include mixins.mobile {
margin-left: 10px;
margin-right: 10px;
}
Expand All @@ -158,21 +158,21 @@
&::before {
/* pseudo class necessary for setting bullet color separate from font */
content: '\2022';
color: $dark-gray;
color: colors.$dark-gray;

@include mobile {
@include mixins.mobile {
padding: 0px 12.5px 0px 8px;
}

@include smallMobile {
@include mixins.smallMobile {
padding: 0px 12.5px 0px 0px;
}
padding: 0 12.5px;
font-weight: bold;
font-size: large;
}
&.v5Dot1Design::before {
color: $v5-gray;
color: colors.$v5-gray;
}
}
// &-content {
Expand All @@ -184,12 +184,12 @@
&:nth-child(2) {
margin-top: 20px;
}
@include desktop {
@include mixins.desktop {
margin-left: 17px;
margin-right: 45px;
}

@include tablet {
@include mixins.tablet {
margin-left: 17px;
margin-right: 45px;

Expand All @@ -198,18 +198,18 @@
}
}

@include mobile {
@include mixins.mobile {
margin-left: 10px;
margin-right: 10px;
}

list-style: none;
font-size: 14px;
margin: 0 0 20px 0;
color: $gray;
color: colors.$gray;

&.v5Dot1Design {
color: $v5-gray;
color: colors.$v5-gray;
}
}
}
Expand Down
12 changes: 6 additions & 6 deletions src/components/modal/v2/parts/views/PayIn1/styles.scss
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
@import '../../../styles/globals/colors';
@import '../../../styles/globals/mixins';
@use '../../../styles/globals/colors';
@use '../../../styles/globals/mixins';

.content__body {
.content__row {
padding-right: 50px;

@include mobile {
@include mixins.mobile {
padding: 0px;
}

Expand All @@ -14,15 +14,15 @@
padding: 0px;
font-size: 14px;
margin: 0px;
@include tablet {
@include mixins.tablet {
margin: 0px 44px 0px 44px;
}

@include desktop {
@include mixins.desktop {
margin-left: 30px;
}

@include mobile {
@include mixins.mobile {
margin-left: 0px;
}
}
Expand Down
10 changes: 5 additions & 5 deletions src/components/modal/v2/parts/views/ProductList/styles.scss
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
@import '../../../styles/globals/colors';
@import '../../../styles/globals/mixins';
@use '../../../styles/globals/colors';
@use '../../../styles/globals/mixins';

p {
color: $text-main;
color: colors.$text-main;
font-size: 18px;
width: 100%;

@include mobile {
@include mixins.mobile {
width: auto;
}

@include lander {
@include mixins.lander {
margin-top: 30px;
}

Expand Down
Loading
Loading