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