feat: configura css inicial do footer #8

Merged
Rafael_Sampaio_de_Oliveira merged 1 commits from feature/configura-css-inicial-footer into development 2022-12-13 10:38:48 +00:00
2 changed files with 12 additions and 0 deletions
Showing only changes of commit c940d93da8 - Show all commits

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 {