feature/ProductDescription #4

Merged
DaviKlein merged 3 commits from feature/ProductDescription into development 2023-02-10 17:57:29 +00:00
Showing only changes of commit 2054848597 - Show all commits

View File

@ -0,0 +1,42 @@
.html {
background-color: red;
}
.html--pdp-breadcrumb {
background-color: transparent;
}
.html--addButton {
width: 100%;
}
:global(.vtex-store-components-3-x-discountInsideContainer) {
display: none !important;
}
.html--prateleira-flexcol {
display: flex;
flex-direction: column;
align-items: center;
@media screen and (max-width: 1024px) {
gap: 8px;
}
@media (min-width: 2560px) {
min-width: 434.4px;
min-height: 568.4px;
}
}
.html--slider-layout-wrapper {
@media (min-width: 2560px) {
margin: 0 350px;
}
}
.html--cart-content {
flex-direction: column;
}