Skip to content

Commit

Permalink
Adjust footer CSS for new structure.
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasmassmann committed Oct 2, 2018
1 parent def1d26 commit 62da726
Showing 1 changed file with 62 additions and 4 deletions.
66 changes: 62 additions & 4 deletions plonetheme/barceloneta/theme/less/footer.plone.less
Original file line number Diff line number Diff line change
@@ -1,15 +1,21 @@
//*// FOOTER //*//

#portal-footer-wrapper {
padding: 30px 15px;
padding: 30px 0 30px 0;
background-color: @plone-footer-bg;
color: @plone-gray-lighter;
text-align: center;
clear: both;

p {
border-bottom: 1px solid @plone-gray-lighter;
padding-bottom: 28px;
border: none;
margin-bottom: 14px;
padding-bottom: 0;

&:last-child {
margin-bottom: 0;
}
}

abbr, ul {
color: @plone-gray-lighter;
}
Expand Down Expand Up @@ -63,6 +69,48 @@
}
}


#portal-footer {
font-weight: 400;

> .row {
margin-top: 14px;
padding-top: 14px;

&:first-child {
padding-top: 0;
margin-top: 0;
}
}

.colophon,
.copyright,
.site-actions {
text-align: center;
}

.row + .site-actions {
border-top: 1px solid #4d4d4d;
}

.site-actions {
ul {
list-style: none;
margin: 0;
padding: 0;

li {
display: inline-block;
padding: 10px 30px;
}
}
padding-top: 0;
padding-bottom: 0;
margin-bottom: 0;
}
}


#portal-siteactions {
display: inline-block;
text-transform: uppercase;
Expand All @@ -76,3 +124,13 @@
margin-left: 0;
}
}

.doormat {
h2 {
margin-top: 10px;
}

> div {
margin-bottom: 10px;
}
}

0 comments on commit 62da726

Please sign in to comment.