|
|
@ -1,111 +1,165 @@ |
|
|
|
.subscribe-radio{ |
|
|
|
.subscribe-radio { |
|
|
|
width: 100%; |
|
|
|
width: 100%; |
|
|
|
border : 1px solid $gray7; |
|
|
|
border: 1px solid $gray7; |
|
|
|
margin-bottom: 15px; |
|
|
|
margin-bottom: 15px; |
|
|
|
border-radius: 10px; |
|
|
|
border-radius: 10px; |
|
|
|
cursor: pointer; |
|
|
|
cursor: pointer; |
|
|
|
transition: all 0.5s; |
|
|
|
transition: all 0.5s; |
|
|
|
|
|
|
|
&-active { |
|
|
|
|
|
|
|
box-shadow: 0px 0px 6px $green !important; |
|
|
|
|
|
|
|
background-color: $green !important; |
|
|
|
|
|
|
|
border: none; |
|
|
|
|
|
|
|
.subscribe-radio__factor { |
|
|
|
|
|
|
|
background-color: rgba(255, 255, 255, 0.18); |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
h2,p,b, strong,i { |
|
|
|
|
|
|
|
color: white !important; |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
&-light { |
|
|
|
|
|
|
|
.subscribe-radio { |
|
|
|
|
|
|
|
&__name { |
|
|
|
|
|
|
|
h2 { |
|
|
|
|
|
|
|
color: $gray5; |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
&__factor { |
|
|
|
|
|
|
|
background-color: rgba(255, 255, 255, 0.18); |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
strong, |
|
|
|
|
|
|
|
b { |
|
|
|
|
|
|
|
color: $gray5; |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
&--tag { |
|
|
|
|
|
|
|
background-color: $yellow; |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
&--finalPrice { |
|
|
|
|
|
|
|
i { |
|
|
|
|
|
|
|
color: $gray5; |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
&--off { |
|
|
|
|
|
|
|
color: #707070; |
|
|
|
|
|
|
|
b { |
|
|
|
|
|
|
|
color: #707070; |
|
|
|
|
|
|
|
span { |
|
|
|
|
|
|
|
background-color: rgb(211, 211, 211); |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
&-dark { |
|
|
|
|
|
|
|
.subscribe-radio { |
|
|
|
|
|
|
|
&__name { |
|
|
|
|
|
|
|
h2 { |
|
|
|
|
|
|
|
color: white; |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
&__factor { |
|
|
|
|
|
|
|
background-color: rgba(255, 255, 255, 0.18); |
|
|
|
|
|
|
|
|
|
|
|
&__name{ |
|
|
|
strong, |
|
|
|
|
|
|
|
b { |
|
|
|
|
|
|
|
color: white; |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
&--tag { |
|
|
|
|
|
|
|
background-color: $yellow; |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
&--finalPrice { |
|
|
|
|
|
|
|
i { |
|
|
|
|
|
|
|
color: white; |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
&--off { |
|
|
|
|
|
|
|
color: #707070; |
|
|
|
|
|
|
|
b { |
|
|
|
|
|
|
|
color: #707070; |
|
|
|
|
|
|
|
span { |
|
|
|
|
|
|
|
background-color: rgb(211, 211, 211); |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
&-active { |
|
|
|
|
|
|
|
box-shadow: 0px 0px 6px $green; |
|
|
|
|
|
|
|
background-color: $green; |
|
|
|
|
|
|
|
.subscribe-radio__factor { |
|
|
|
|
|
|
|
background-color: rgba(255, 255, 255, 0.18); |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
&__name { |
|
|
|
border-top-right-radius: 10px; |
|
|
|
border-top-right-radius: 10px; |
|
|
|
border-bottom-right-radius: 10px; |
|
|
|
border-bottom-right-radius: 10px; |
|
|
|
h2{ |
|
|
|
h2 { |
|
|
|
color: white; |
|
|
|
|
|
|
|
margin-bottom: 0px; |
|
|
|
margin-bottom: 0px; |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
} |
|
|
|
} |
|
|
|
&__factor{ |
|
|
|
&__factor { |
|
|
|
border-top-left-radius: 10px; |
|
|
|
border-top-left-radius: 10px; |
|
|
|
border-bottom-left-radius: 10px; |
|
|
|
border-bottom-left-radius: 10px; |
|
|
|
background-color: rgba(255, 255, 255, 0.18); |
|
|
|
&--tag { |
|
|
|
|
|
|
|
|
|
|
|
strong, b{ |
|
|
|
|
|
|
|
color: white; |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
&--tag{ |
|
|
|
|
|
|
|
background-color: $yellow; |
|
|
|
|
|
|
|
padding: 4px 20px; |
|
|
|
padding: 4px 20px; |
|
|
|
border-radius: 30px; |
|
|
|
border-radius: 30px; |
|
|
|
width: fit-content; |
|
|
|
width: fit-content; |
|
|
|
letter-spacing: -1px; |
|
|
|
letter-spacing: -1px; |
|
|
|
} |
|
|
|
} |
|
|
|
&--finalPrice{ |
|
|
|
&--finalPrice { |
|
|
|
i{ |
|
|
|
i { |
|
|
|
color: white; |
|
|
|
|
|
|
|
margin-right: 10px; |
|
|
|
margin-right: 10px; |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
&--off{ |
|
|
|
&--off { |
|
|
|
color: #707070; |
|
|
|
b { |
|
|
|
b{ |
|
|
|
|
|
|
|
color: #707070; |
|
|
|
|
|
|
|
position: relative; |
|
|
|
position: relative; |
|
|
|
span{ |
|
|
|
span { |
|
|
|
position: absolute; |
|
|
|
position: absolute; |
|
|
|
width: 100%; |
|
|
|
width: 100%; |
|
|
|
height: 2px; |
|
|
|
height: 2px; |
|
|
|
top: 50%; |
|
|
|
top: 50%; |
|
|
|
left: 0px; |
|
|
|
left: 0px; |
|
|
|
transform: translateY(-50%) rotate(-15deg); |
|
|
|
transform: translateY(-50%) rotate(-15deg); |
|
|
|
background-color: rgb(211, 211, 211); |
|
|
|
|
|
|
|
opacity: 0.5; |
|
|
|
opacity: 0.5; |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
i{ |
|
|
|
i { |
|
|
|
margin-right: 10px; |
|
|
|
margin-right: 10px; |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
&-active{ |
|
|
|
|
|
|
|
box-shadow: 0px 0px 6px $green; |
|
|
|
|
|
|
|
background-color: $green; |
|
|
|
|
|
|
|
.subscribe-radio__factor{ |
|
|
|
|
|
|
|
background-color: rgba(255, 255, 255, 0.18); |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
&__light{ |
|
|
|
|
|
|
|
h2{ |
|
|
|
|
|
|
|
color: black !important; |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
.subscribe-radio{ |
|
|
|
|
|
|
|
&-active{ |
|
|
|
|
|
|
|
h2{ |
|
|
|
|
|
|
|
color: white !important; |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
@media screen and (min-width: 1441px) { |
|
|
|
@media screen and (min-width: 1441px) { |
|
|
|
.subscribe-radio{ |
|
|
|
.subscribe-radio { |
|
|
|
min-height: 60px; |
|
|
|
min-height: 60px; |
|
|
|
&__name{ |
|
|
|
&__name { |
|
|
|
flex: 7; |
|
|
|
flex: 7; |
|
|
|
h2{ |
|
|
|
h2 { |
|
|
|
font-size: 20px; |
|
|
|
font-size: 20px; |
|
|
|
margin-right: 40px; |
|
|
|
margin-right: 40px; |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
&__factor{ |
|
|
|
&__factor { |
|
|
|
flex: 3; |
|
|
|
flex: 3; |
|
|
|
&--tag{ |
|
|
|
&--tag { |
|
|
|
font-size: 11px; |
|
|
|
font-size: 11px; |
|
|
|
} |
|
|
|
} |
|
|
|
&--off{ |
|
|
|
&--off { |
|
|
|
b{ |
|
|
|
b { |
|
|
|
font-size: 16px; |
|
|
|
font-size: 16px; |
|
|
|
} |
|
|
|
} |
|
|
|
i{ |
|
|
|
i { |
|
|
|
font-size: 10px; |
|
|
|
font-size: 10px; |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
&--finalPrice{ |
|
|
|
&--finalPrice { |
|
|
|
i{ |
|
|
|
i { |
|
|
|
font-size: 12px; |
|
|
|
font-size: 12px; |
|
|
|
} |
|
|
|
} |
|
|
|
strong{ |
|
|
|
strong { |
|
|
|
font-size: 26px; |
|
|
|
font-size: 26px; |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
@ -114,33 +168,33 @@ |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
@media screen and (min-width: 1008px) and (max-width: 1440px) { |
|
|
|
@media screen and (min-width: 1008px) and (max-width: 1440px) { |
|
|
|
.subscribe-radio{ |
|
|
|
.subscribe-radio { |
|
|
|
min-height: 60px; |
|
|
|
min-height: 60px; |
|
|
|
&__name{ |
|
|
|
&__name { |
|
|
|
flex: 7; |
|
|
|
flex: 7; |
|
|
|
h2{ |
|
|
|
h2 { |
|
|
|
font-size: calc(100vw / 70); |
|
|
|
font-size: calc(100vw / 70); |
|
|
|
margin-right: 40px; |
|
|
|
margin-right: 40px; |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
&__factor{ |
|
|
|
&__factor { |
|
|
|
flex: 3; |
|
|
|
flex: 3; |
|
|
|
&--tag{ |
|
|
|
&--tag { |
|
|
|
font-size: calc(100vw / 130); |
|
|
|
font-size: calc(100vw / 130); |
|
|
|
} |
|
|
|
} |
|
|
|
&--off{ |
|
|
|
&--off { |
|
|
|
b{ |
|
|
|
b { |
|
|
|
font-size: calc(100vw / 80); |
|
|
|
font-size: calc(100vw / 80); |
|
|
|
} |
|
|
|
} |
|
|
|
i{ |
|
|
|
i { |
|
|
|
font-size: calc(100vw / 115); |
|
|
|
font-size: calc(100vw / 115); |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
&--finalPrice{ |
|
|
|
&--finalPrice { |
|
|
|
i{ |
|
|
|
i { |
|
|
|
font-size: calc(100vw / 125); |
|
|
|
font-size: calc(100vw / 125); |
|
|
|
} |
|
|
|
} |
|
|
|
strong{ |
|
|
|
strong { |
|
|
|
font-size: calc(100vw / 74); |
|
|
|
font-size: calc(100vw / 74); |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
@ -149,33 +203,33 @@ |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
@media screen and (min-width: 641px) and (max-width: 1007px) { |
|
|
|
@media screen and (min-width: 641px) and (max-width: 1007px) { |
|
|
|
.subscribe-radio{ |
|
|
|
.subscribe-radio { |
|
|
|
min-height: 70px; |
|
|
|
min-height: 70px; |
|
|
|
&__name{ |
|
|
|
&__name { |
|
|
|
flex: 7; |
|
|
|
flex: 7; |
|
|
|
h2{ |
|
|
|
h2 { |
|
|
|
font-size: calc(100vw / 40); |
|
|
|
font-size: calc(100vw / 40); |
|
|
|
margin-right: 10px; |
|
|
|
margin-right: 10px; |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
&__factor{ |
|
|
|
&__factor { |
|
|
|
flex: 3; |
|
|
|
flex: 3; |
|
|
|
&--tag{ |
|
|
|
&--tag { |
|
|
|
font-size: calc(100vw / 55); |
|
|
|
font-size: calc(100vw / 55); |
|
|
|
} |
|
|
|
} |
|
|
|
&--off{ |
|
|
|
&--off { |
|
|
|
b{ |
|
|
|
b { |
|
|
|
font-size: calc(100vw / 50); |
|
|
|
font-size: calc(100vw / 50); |
|
|
|
} |
|
|
|
} |
|
|
|
i{ |
|
|
|
i { |
|
|
|
font-size: calc(100vw / 60); |
|
|
|
font-size: calc(100vw / 60); |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
&--finalPrice{ |
|
|
|
&--finalPrice { |
|
|
|
i{ |
|
|
|
i { |
|
|
|
font-size: calc(100vw / 45); |
|
|
|
font-size: calc(100vw / 45); |
|
|
|
} |
|
|
|
} |
|
|
|
strong{ |
|
|
|
strong { |
|
|
|
font-size: calc(100vw / 38); |
|
|
|
font-size: calc(100vw / 38); |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
@ -184,33 +238,33 @@ |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
@media screen and (max-width: 640px) { |
|
|
|
@media screen and (max-width: 640px) { |
|
|
|
.subscribe-radio{ |
|
|
|
.subscribe-radio { |
|
|
|
min-height: 70px; |
|
|
|
min-height: 70px; |
|
|
|
&__name{ |
|
|
|
&__name { |
|
|
|
flex: 7; |
|
|
|
flex: 7; |
|
|
|
h2{ |
|
|
|
h2 { |
|
|
|
font-size: calc(100vw / 25); |
|
|
|
font-size: calc(100vw / 25); |
|
|
|
margin-right: 10px; |
|
|
|
margin-right: 10px; |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
&__factor{ |
|
|
|
&__factor { |
|
|
|
flex: 3; |
|
|
|
flex: 3; |
|
|
|
&--tag{ |
|
|
|
&--tag { |
|
|
|
font-size: calc(100vw / 45); |
|
|
|
font-size: calc(100vw / 45); |
|
|
|
} |
|
|
|
} |
|
|
|
&--off{ |
|
|
|
&--off { |
|
|
|
b{ |
|
|
|
b { |
|
|
|
font-size: calc(100vw / 30); |
|
|
|
font-size: calc(100vw / 30); |
|
|
|
} |
|
|
|
} |
|
|
|
i{ |
|
|
|
i { |
|
|
|
font-size: calc(100vw / 45); |
|
|
|
font-size: calc(100vw / 45); |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
&--finalPrice{ |
|
|
|
&--finalPrice { |
|
|
|
i{ |
|
|
|
i { |
|
|
|
font-size: calc(100vw / 45); |
|
|
|
font-size: calc(100vw / 45); |
|
|
|
} |
|
|
|
} |
|
|
|
strong{ |
|
|
|
strong { |
|
|
|
font-size: calc(100vw / 20); |
|
|
|
font-size: calc(100vw / 20); |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|