feat: Adiciona responsividade ultrawide
This commit is contained in:
parent
eeb2aa9b99
commit
3329159322
@ -4,6 +4,17 @@
|
||||
gap: 10px;
|
||||
margin-bottom: 16px;
|
||||
}
|
||||
[class*="vtex-add-to-cart-button-0-x-buttonText"]{
|
||||
font-size: 0;
|
||||
}
|
||||
[class*="vtex-add-to-cart-button-0-x-buttonText"]::before{
|
||||
content: 'ADICIONAR À SACOLA';
|
||||
font-family: 'Open Sans', sans-serif;
|
||||
font-style: normal;
|
||||
font-weight: 400;
|
||||
font-size: 18px;
|
||||
line-height: 25px;
|
||||
}
|
||||
|
||||
@media (max-width: 576px) {
|
||||
[class*="html--quantityAndButton"] {
|
||||
|
@ -64,7 +64,7 @@
|
||||
line-height: 32px;
|
||||
color: #575757;
|
||||
}
|
||||
@media (min-width: 2500px) {
|
||||
@media (min-width: 1920px) {
|
||||
:global(.vtex-store-components-3-x-productDescriptionTitle) {
|
||||
font-family: "Open Sans";
|
||||
font-style: normal;
|
||||
@ -82,7 +82,7 @@
|
||||
line-height: 22px;
|
||||
color: #929292;
|
||||
}
|
||||
@media (min-width: 2500px) {
|
||||
@media (min-width: 1920px) {
|
||||
:global(.vtex-store-components-3-x-productDescriptionText) {
|
||||
font-family: "Open Sans";
|
||||
font-style: normal;
|
||||
|
@ -70,7 +70,7 @@
|
||||
text-transform: capitalize;
|
||||
border-radius: 0;
|
||||
}
|
||||
@media (min-width: 2500px) {
|
||||
@media (min-width: 1920px) {
|
||||
.listItem :global(.vtex-button) {
|
||||
font-family: "Open Sans";
|
||||
font-style: normal;
|
||||
@ -91,7 +91,7 @@
|
||||
font-size: 18px;
|
||||
line-height: 38px;
|
||||
}
|
||||
@media (min-width: 2500px) {
|
||||
@media (min-width: 1920px) {
|
||||
.listItemActive :global(.vtex-button) {
|
||||
font-family: "Open Sans";
|
||||
font-style: normal;
|
||||
|
@ -46,7 +46,7 @@
|
||||
font-size: 24px;
|
||||
line-height: 32px;
|
||||
color: #575757;
|
||||
@media (min-width: 2500px){
|
||||
@media (min-width: 1920px){
|
||||
font-family: 'Open Sans';
|
||||
font-style: normal;
|
||||
font-weight: 400;
|
||||
@ -61,7 +61,7 @@
|
||||
font-size: 16px;
|
||||
line-height: 22px;
|
||||
color: #929292;
|
||||
@media (min-width: 2500px){
|
||||
@media (min-width: 1920px){
|
||||
font-family: 'Open Sans';
|
||||
font-style: normal;
|
||||
font-weight: 400;
|
||||
|
@ -13,6 +13,7 @@
|
||||
font-size: 12px;
|
||||
line-height: 16px;
|
||||
}
|
||||
|
||||
}
|
||||
.sellingPrice{
|
||||
text-align: center;
|
||||
|
@ -25,12 +25,10 @@
|
||||
.slideChildrenContainer {
|
||||
:global(.vtex-product-summary-2-x-container) {
|
||||
margin: 0;
|
||||
|
||||
:global(.vtex-product-summary-2-x-element) {
|
||||
padding: 0;
|
||||
:global(.vtex-product-summary-2-x-imageContainer) {
|
||||
display: flex;
|
||||
|
||||
:global(.vtex-store-components-3-x-discountContainer) {
|
||||
:global(.vtex-store-components-3-x-discountInsideContainer) {
|
||||
display: none;
|
||||
@ -121,6 +119,7 @@
|
||||
color: #000;
|
||||
}
|
||||
|
||||
|
||||
:global(.vtex-store-components-3-x-sellingPriceLabel) {
|
||||
display: none;
|
||||
}
|
||||
|
@ -58,7 +58,7 @@
|
||||
line-height: 38px;
|
||||
text-transform: capitalize;
|
||||
border-radius: 0;
|
||||
@media (min-width: 2500px){
|
||||
@media (min-width: 1920px){
|
||||
font-family: 'Open Sans';
|
||||
font-style: normal;
|
||||
font-weight: 400;
|
||||
@ -76,7 +76,7 @@
|
||||
font-weight: 400;
|
||||
font-size: 18px;
|
||||
line-height: 38px;
|
||||
@media (min-width: 2500px){
|
||||
@media (min-width: 1920px){
|
||||
font-family: 'Open Sans';
|
||||
font-style: normal;
|
||||
font-weight: 400;
|
||||
|
Loading…
Reference in New Issue
Block a user