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:
Rafael Sampaio de Oliveira 2022-12-13 10:38:47 +00:00
commit 090761d06d
2 changed files with 12 additions and 0 deletions

View File

@ -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 {

View File

@ -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 {