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;
|
||||
justify-content: space-between;
|
||||
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 {
|
||||
|
@ -6,6 +6,8 @@
|
||||
height: 95px;
|
||||
border-bottom: 1px solid $color-black;
|
||||
.container {
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
width: 80% !important;
|
||||
#progressBar {
|
||||
width: 439px;
|
||||
@ -94,6 +96,7 @@
|
||||
display: flex;
|
||||
justify-content: space-between;
|
||||
height: 37.14px;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
&__logo {
|
||||
|
Loading…
Reference in New Issue
Block a user