47 lines
708 B
CSS
47 lines
708 B
CSS
/* Footer
|
|
-------------------------------------------------- */
|
|
|
|
.footer {
|
|
padding: 70px 0;
|
|
margin-top: 70px;
|
|
border-top: 1px solid #e5e5e5;
|
|
background-color: #f5f5f5;
|
|
text-align: center;
|
|
}
|
|
|
|
.footer p {
|
|
margin-bottom: 0;
|
|
color: #777;
|
|
}
|
|
|
|
.footer-links {
|
|
margin: 10px 0;
|
|
}
|
|
|
|
.footer-links li {
|
|
display: inline;
|
|
margin-right: 10px;
|
|
}
|
|
|
|
/* Helper
|
|
-------------------------------------------------- */
|
|
|
|
.cstm-background-white {
|
|
background-color: white;
|
|
}
|
|
|
|
.cstm-main-navbar {
|
|
margin-bottom: 0px;
|
|
}
|
|
|
|
/* Header
|
|
-------------------------------------------------- */
|
|
|
|
.brandLogo {
|
|
height: 30px;
|
|
padding: 8px 12px 10px 12px;
|
|
}
|
|
|
|
.navbar .brand {
|
|
padding: 0px;
|
|
} |