forked from M3-Academy/m3-academy-template-checkout
feat(footer): mudando footer para resposividade
This commit is contained in:
parent
5919624050
commit
1bf6ecaed5
@ -19,6 +19,19 @@
|
|||||||
align-items: unset;
|
align-items: unset;
|
||||||
margin-left: 8px;
|
margin-left: 8px;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
|
|
||||||
|
.footerCheckout__stamps {
|
||||||
|
order: 1;
|
||||||
|
}
|
||||||
|
|
||||||
|
.footerCheckout__developedBy {
|
||||||
|
order: 3;
|
||||||
|
}
|
||||||
|
|
||||||
|
.footerCheckout__address {
|
||||||
|
order: 2;
|
||||||
|
margin: 16px 0;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
&:before,
|
&:before,
|
||||||
@ -95,10 +108,11 @@
|
|||||||
span {
|
span {
|
||||||
color: $color-black2;
|
color: $color-black2;
|
||||||
white-space: nowrap;
|
white-space: nowrap;
|
||||||
|
margin-right: 10px;
|
||||||
}
|
}
|
||||||
|
|
||||||
li:last-child {
|
li:last-child {
|
||||||
margin-left: 16px;
|
margin-left: 10px;
|
||||||
}
|
}
|
||||||
|
|
||||||
a {
|
a {
|
||||||
|
Loading…
Reference in New Issue
Block a user