develop #1
@ -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
|
||||
}
|
||||
|
@ -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;
|
||||
|
@ -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;
|
||||
|
@ -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 {
|
||||
|
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user