forked from M3-Academy/challenge-vtex-io
Merge pull request 'feat(agenciamagmastorethemeSASS): Implementa SASS do block agenciamagmastore' (#2) from feature/agenciamagmastorethemeSASS into development
Reviewed-on: #2
This commit is contained in:
commit
e51e8f4863
36
styles/sass/pages/product/agenciamagma.store-theme.scss
Normal file
36
styles/sass/pages/product/agenciamagma.store-theme.scss
Normal file
@ -0,0 +1,36 @@
|
|||||||
|
.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;
|
||||||
|
|
||||||
|
.html--cart-content {
|
||||||
|
flex-direction: column;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
@media (min-width: 2560px) {
|
||||||
|
min-width: 434.4px;
|
||||||
|
min-height: 568.4px;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
.html--slider-layout-wrapper {
|
||||||
|
@media (min-width: 2560px) {
|
||||||
|
margin: 0 350px;
|
||||||
|
}
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user