development #21

Merged
emmanuelvitor merged 2 commits from development into master 2023-02-11 02:39:12 +00:00
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) {
max-width: none;
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 {

View File

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

View File

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

View File

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