development #4
@ -40,14 +40,19 @@
|
||||
}
|
||||
}
|
||||
|
||||
.html--slider-layout-wrapper {
|
||||
max-width: 96rem;
|
||||
margin: auto;
|
||||
}
|
||||
@media (min-width: 2560px) {
|
||||
.html--slider-layout-wrapper {
|
||||
margin: 0 350px !important;
|
||||
max-width: 100%;
|
||||
}
|
||||
}
|
||||
|
||||
.html--cart-content {
|
||||
@media (max-width: 1024px) {
|
||||
.html--cart-content {
|
||||
flex-direction: column;
|
||||
}
|
||||
}
|
@ -8,10 +8,15 @@
|
||||
/* Media Query M3 */
|
||||
/* Grid breakpoints */
|
||||
.container {
|
||||
align-items: center;
|
||||
align-items: baseline;
|
||||
max-width: 96rem;
|
||||
margin: auto;
|
||||
display: flex;
|
||||
flex-wrap: wrap;
|
||||
}
|
||||
@media (min-width: 2560px) {
|
||||
.container {
|
||||
max-width: 100%;
|
||||
margin: 0 320px;
|
||||
}
|
||||
}
|
||||
@ -30,11 +35,6 @@
|
||||
line-height: 19px;
|
||||
color: #929292;
|
||||
}
|
||||
@media (min-width: 2560px) {
|
||||
.container .homeLink::before {
|
||||
vertical-align: super;
|
||||
}
|
||||
}
|
||||
.container .arrow--1 .link {
|
||||
font-size: 0;
|
||||
}
|
||||
|
@ -227,6 +227,9 @@
|
||||
:global(.vtex-product-price-1-x-installmentValue)::after {
|
||||
content: " ";
|
||||
}
|
||||
:global(.vtex-product-price-1-x-installmentValue) :global(.vtex-product-price-1-x-currencyContainer) {
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
:global(.vtex-product-price-1-x-installmentsNumber) {
|
||||
font-family: "Open Sans";
|
||||
@ -234,6 +237,7 @@
|
||||
font-weight: 400;
|
||||
font-size: 16px;
|
||||
line-height: 22px;
|
||||
font-weight: bold;
|
||||
color: #929292;
|
||||
}
|
||||
:global(.vtex-product-price-1-x-installmentsNumber)::after {
|
||||
|
@ -30,11 +30,16 @@
|
||||
}
|
||||
|
||||
.html--slider-layout-wrapper {
|
||||
max-width: 96rem;
|
||||
margin: auto;
|
||||
@media (min-width: 2560px) {
|
||||
margin: 0 350px !important;
|
||||
max-width: 100%;
|
||||
}
|
||||
}
|
||||
|
||||
.html--cart-content {
|
||||
@media (max-width: 1024px) {
|
||||
flex-direction: column;
|
||||
}
|
||||
}
|
||||
|
@ -1,6 +1,11 @@
|
||||
.container {
|
||||
align-items: center;
|
||||
align-items: baseline;
|
||||
max-width: 96rem;
|
||||
margin: auto;
|
||||
display: flex;
|
||||
flex-wrap: wrap;
|
||||
@media (min-width: 2560px) {
|
||||
max-width: 100%;
|
||||
margin: 0 320px;
|
||||
}
|
||||
|
||||
@ -19,9 +24,6 @@
|
||||
font-size: 14px;
|
||||
line-height: 19px;
|
||||
color: #929292;
|
||||
@media (min-width: 2560px) {
|
||||
vertical-align: super;
|
||||
}
|
||||
}
|
||||
.arrow--1 {
|
||||
.link {
|
||||
|
@ -255,6 +255,9 @@
|
||||
&::after {
|
||||
content: " ";
|
||||
}
|
||||
:global(.vtex-product-price-1-x-currencyContainer) {
|
||||
font-weight: bold;
|
||||
}
|
||||
}
|
||||
|
||||
:global(.vtex-product-price-1-x-installmentsNumber) {
|
||||
@ -263,6 +266,7 @@
|
||||
font-weight: 400;
|
||||
font-size: 16px;
|
||||
line-height: 22px;
|
||||
font-weight: bold;
|
||||
color: #929292;
|
||||
&::after {
|
||||
content: " x ";
|
||||
|
Loading…
Reference in New Issue
Block a user