Implementação do rodapé

This commit is contained in:
eduardogusmao
2019-09-02 19:28:52 -03:00
parent ac035071ec
commit ee8345d785
10 changed files with 139 additions and 88 deletions

View File

@@ -1,4 +1,10 @@
p{
color: #666;
line-height: 21px;
font-size: 15px !important;
}
@media (min-width: 768px) {
.container {
width: 750px;
@@ -151,4 +157,39 @@ section#inicial{
}
}
}
#page{
#page-content{
.titulo{
font-weight: 900;
font-size: 24px;
color: #003D70;
margin-bottom: 8px;
}
#site-news-forum{
#news-articles{
.news-article{
margin-bottom: 15px;
.news-article-content{
h3{
a{
color: #565656;
font-weight: bold;
text-decoration: none;
}
}
}
}
}
}
}
}
/* ################################### FOOTER ################################# */
#page-footer{
margin-top: 55px;
.footer-logo{
.logo-qualisaude{
height: 50px;
}
}
}

View File

@@ -1003,10 +1003,10 @@ i.icon {
a {
color: #919191;
}
background: #ffffff url([[pix:theme|bg/bg_footer]]) no-repeat;
background-size: cover;
.footer-main {
background: #eaeaea url([[pix:theme|bg/footer]]) no-repeat;
background-size: contain;
padding: 30px 0 54px;
padding: 160px 0 50px;
h2 {
font-weight: 100;
line-height: 36px;
@@ -1015,14 +1015,15 @@ i.icon {
color: #888888;
}
p {
color: #919191;
line-height: 22px;
color: #31539d;
font-size: 14px;
line-height: 21px;
}
.infoarea {
padding: 24px 0 0;
.footer-logo {
max-width: 251px;
margin: 0 0 18px;
//max-width: 251px;
//margin: 0 0 18px;
a {
display: block;
img {