Merge pull request 'feature/ajusteFinosfinal' (#20) from feature/ajusteFinosfinal into development
Reviewed-on: #20
This commit is contained in:
commit
c1efeaa065
@ -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 {
|
||||||
|
@ -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;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -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;
|
||||||
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -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 ;
|
||||||
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user