feat: fazendo o css do footer

This commit is contained in:
PatrickSouza 2023-02-07 21:11:38 -03:00
parent 1c1829249c
commit b6dac0711d
5 changed files with 39 additions and 3 deletions

View File

@ -9,7 +9,7 @@
"flex-layout.row#footer-social"
],
"props": {
"blockClass": "menu-row",
"blockClass": "menu-row-wrapper",
"paddingTop": 6,
"paddingBottom": 3
}
@ -17,7 +17,7 @@
"flex-layout.row#footer-social": {
"children": ["social-networks", "accepted-payment-methods"],
"props": {
"blockClass": "menu-row",
"blockClass": "menu-row-wrapper",
"paddingTop": 6,
"paddingBottom": 3
}

View File

@ -39,6 +39,12 @@
width: 100% !important;
}
.flexRow--menu-row-wrapper {
background-color: #000000;
padding-top: 32px;
padding-bottom: 128px;
}
.flexRow--footer-credits {
background-color: #000000 !important;
border-top: 1px solid #ffffff;

View File

@ -32,6 +32,18 @@
color: #929292;
}
.paragraph--footer-link-1-title,
.paragraph--footer-link-2-title,
.paragraph--footer-link-3-title {
font-family: "Open Sans", sans-serif;
font-style: normal;
font-weight: 400;
font-size: 14px;
line-height: 38px;
text-align: center;
color: #ffffff;
}
.paragraph--footer-copyright {
font-family: "Open Sans", sans-serif;
font-style: normal;

View File

@ -39,7 +39,13 @@
}
}
//STYLE DO FOOTER PAYMENTS
//STYLE DO FOOTER PARTE DO MEIO COM PAYMENTS
.flexRow--menu-row-wrapper {
background-color: #000000;
padding-top: 32px;
padding-bottom: 128px;
}
//STYLE DO FOOTER CREDITS
.flexRow--footer-credits {

View File

@ -25,6 +25,18 @@
color: #929292;
}
}
//AREA DO FOOTER DO MEIO COM PAYMENTS E CARTOES
.paragraph--footer-link-1-title,
.paragraph--footer-link-2-title,
.paragraph--footer-link-3-title {
font-family: "Open Sans", sans-serif;
font-style: normal;
font-weight: 400;
font-size: 14px;
line-height: 38px;
text-align: center;
color: #ffffff;
}
//AREA DO FOOTER CREDITS PARAGRAFO
.paragraph--footer-copyright {