forked from M3-Academy/challenge-vtex-io
development #30
@ -43,7 +43,7 @@
|
|||||||
color: #ffffff;
|
color: #ffffff;
|
||||||
}
|
}
|
||||||
|
|
||||||
@media screen and (max-width: 1024px) and (min-width: 768px) {
|
@media screen and (max-width: 1024px) {
|
||||||
.flexRowContent {
|
.flexRowContent {
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
|
@ -31,7 +31,7 @@
|
|||||||
color: rgba(146, 146, 146, 0.48);
|
color: rgba(146, 146, 146, 0.48);
|
||||||
}
|
}
|
||||||
|
|
||||||
@media screen and (max-width: 1024px) and (min-width: 768px) {
|
@media screen and (max-width: 1024px) {
|
||||||
.product-identifier--productReference {
|
.product-identifier--productReference {
|
||||||
justify-content: flex-start;
|
justify-content: flex-start;
|
||||||
}
|
}
|
||||||
|
@ -8,12 +8,6 @@
|
|||||||
/* Media Query M3 */
|
/* Media Query M3 */
|
||||||
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;500;600;700&display=swap");
|
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;500;600;700&display=swap");
|
||||||
/* Grid breakpoints */
|
/* Grid breakpoints */
|
||||||
/*.sliderLayoutContainer {
|
|
||||||
margin: 0 40px 0 40px;
|
|
||||||
.sliderRightArrow {
|
|
||||||
right: 100px;
|
|
||||||
}
|
|
||||||
}*/
|
|
||||||
.sliderLayoutContainer {
|
.sliderLayoutContainer {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
padding: 0 16px 0 16px;
|
padding: 0 16px 0 16px;
|
||||||
|
@ -374,7 +374,7 @@
|
|||||||
text-align: left;
|
text-align: left;
|
||||||
}
|
}
|
||||||
|
|
||||||
@media screen and (max-width: 1024px) and (min-width: 768px) {
|
@media screen and (max-width: 1024px) {
|
||||||
.container {
|
.container {
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
@ -385,4 +385,14 @@
|
|||||||
.product-identifier--productReference {
|
.product-identifier--productReference {
|
||||||
justify-content: none;
|
justify-content: none;
|
||||||
}
|
}
|
||||||
|
:global(.vtex-styleguide-9-x-input) {
|
||||||
|
width: 100%;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
@media screen and (max-width: 631px) {
|
||||||
|
:global(.vtex-button) {
|
||||||
|
position: relative;
|
||||||
|
bottom: 48px;
|
||||||
|
left: 188px;
|
||||||
|
}
|
||||||
}
|
}
|
@ -63,7 +63,7 @@
|
|||||||
gap: 32px;
|
gap: 32px;
|
||||||
}
|
}
|
||||||
|
|
||||||
@media screen and (max-width: 1024px) and (min-width: 768px) {
|
@media screen and (max-width: 1024px) {
|
||||||
.listContainer {
|
.listContainer {
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
|
@ -377,4 +377,14 @@
|
|||||||
.product-identifier--productReference {
|
.product-identifier--productReference {
|
||||||
justify-content: none;
|
justify-content: none;
|
||||||
}
|
}
|
||||||
|
:global(.vtex-styleguide-9-x-input) {
|
||||||
|
width: 100%;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
@media screen and (max-width: 631px) {
|
||||||
|
:global(.vtex-button) {
|
||||||
|
position: relative;
|
||||||
|
bottom: 48px;
|
||||||
|
left: 188px;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user