forked from M3-Academy/m3-academy-template-checkout
Merge pull request 'feat: configura css inicial do footer' (#8) from feature/configura-css-inicial-footer into development
Reviewed-on: #8
This commit is contained in:
commit
090761d06d
@ -133,6 +133,15 @@
|
|||||||
display: flex;
|
display: flex;
|
||||||
justify-content: space-between;
|
justify-content: space-between;
|
||||||
margin-top: 56px !important;
|
margin-top: 56px !important;
|
||||||
|
border-top: 1px solid $color-black;
|
||||||
|
width: 100% !important;
|
||||||
|
|
||||||
|
.container {
|
||||||
|
display: flex;
|
||||||
|
justify-content: space-between;
|
||||||
|
align-items: center;
|
||||||
|
height: 65px;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
&__address {
|
&__address {
|
||||||
|
@ -6,6 +6,8 @@
|
|||||||
height: 95px;
|
height: 95px;
|
||||||
border-bottom: 1px solid $color-black;
|
border-bottom: 1px solid $color-black;
|
||||||
.container {
|
.container {
|
||||||
|
display: flex;
|
||||||
|
justify-content: center;
|
||||||
width: 80% !important;
|
width: 80% !important;
|
||||||
#progressBar {
|
#progressBar {
|
||||||
width: 439px;
|
width: 439px;
|
||||||
@ -94,6 +96,7 @@
|
|||||||
display: flex;
|
display: flex;
|
||||||
justify-content: space-between;
|
justify-content: space-between;
|
||||||
height: 37.14px;
|
height: 37.14px;
|
||||||
|
width: 100%;
|
||||||
}
|
}
|
||||||
|
|
||||||
&__logo {
|
&__logo {
|
||||||
|
Loading…
Reference in New Issue
Block a user