forked from M3-Academy/challenge-vtex-io
Entrega do Desafio #1
@ -1,11 +1,16 @@
|
|||||||
.row--menu-row {
|
/*
|
||||||
padding-right: 24px;
|
0 - 600PX: Phone
|
||||||
|
600 - 900px: Table portrait
|
||||||
|
900 - 1200px: Tablet landscape
|
||||||
|
[1200 - 1800] is where our nortal styles apply
|
||||||
|
1800px + : Big desktop
|
||||||
|
*/
|
||||||
|
/* Media Query M3 */
|
||||||
|
/* Grid breakpoints */
|
||||||
|
.acceptedPaymentMethodContainer {
|
||||||
|
margin: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
.row--menu-row .rowContainer {
|
.socialNetworksContainer {
|
||||||
align-items: flex-start;
|
margin: 0;
|
||||||
}
|
|
||||||
|
|
||||||
.row--payment-methods {
|
|
||||||
padding-top: 16px;
|
|
||||||
}
|
}
|
7
styles/sass/pages/product/vtex.store-footer.scss
Normal file
7
styles/sass/pages/product/vtex.store-footer.scss
Normal file
@ -0,0 +1,7 @@
|
|||||||
|
.acceptedPaymentMethodContainer{
|
||||||
|
margin: 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
.socialNetworksContainer{
|
||||||
|
margin: 0;
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user