fix: ajuta titulo prouto mobile

This commit is contained in:
Emmanuel Vitor Pereira de Jesus 2023-02-10 23:37:58 -03:00
parent ee9b53bd1a
commit 2fd2a267ed
4 changed files with 16 additions and 0 deletions

View File

@ -90,6 +90,9 @@
.flexRow--indisponivel :global(.vtex-store-components-3-x-container) .flexRowContent--indisponivel :global(.vtex-flex-layout-0-x-stretchChildrenWidth) :global(.vtex-store-components-3-x-productNameContainer--quickview) { .flexRow--indisponivel :global(.vtex-store-components-3-x-container) .flexRowContent--indisponivel :global(.vtex-flex-layout-0-x-stretchChildrenWidth) :global(.vtex-store-components-3-x-productNameContainer--quickview) {
max-width: none; max-width: none;
text-align: initial; text-align: initial;
font-weight: 300;
font-size: 20px;
line-height: 34px;
} }
} }
.flexRow--indisponivel :global(.vtex-store-components-3-x-container) .flexRowContent--indisponivel :global(.vtex-flex-layout-0-x-stretchChildrenWidth) .flexColChild--info-availability { .flexRow--indisponivel :global(.vtex-store-components-3-x-container) .flexRowContent--indisponivel :global(.vtex-flex-layout-0-x-stretchChildrenWidth) .flexColChild--info-availability {

View File

@ -122,6 +122,9 @@
@media (max-width: 1024px) { @media (max-width: 1024px) {
:global(.vtex-store-components-3-x-container) .productNameContainer--quickview { :global(.vtex-store-components-3-x-container) .productNameContainer--quickview {
text-align: initial; text-align: initial;
font-weight: 300;
font-size: 20px;
line-height: 34px;
} }
} }
@ -523,6 +526,7 @@
max-width: none; max-width: none;
padding-bottom: 16px; padding-bottom: 16px;
border-bottom: 1px solid #B9B9B9; border-bottom: 1px solid #B9B9B9;
color: #929292;
} }
} }

View File

@ -81,6 +81,10 @@
@media (max-width:1024px) { @media (max-width:1024px) {
max-width: none; max-width: none;
text-align: initial; text-align: initial;
font-weight: 300;
font-size: 20px;
line-height: 34px;
} }
} }

View File

@ -128,6 +128,10 @@
@media (max-width:1024px) { @media (max-width:1024px) {
text-align: initial; text-align: initial;
font-weight: 300;
font-size: 20px;
line-height: 34px;
} }
} }
} }
@ -613,6 +617,7 @@
max-width: none; max-width: none;
padding-bottom: 16px; padding-bottom: 16px;
border-bottom: 1px solid $color-gray11; border-bottom: 1px solid $color-gray11;
color: $color-gray6 ;
} }
} }