summaryrefslogtreecommitdiffstats
path: root/web/sass-files/sass/partials/_footer.scss
blob: 239dd92c16c4b0fb4134a57c1398ba813c3e3fb8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
.footer-pane {
	background: #eee;
    padding-bottom: 1em;
    .footer-link {
        padding: 0 1.5em;
        &.copyright {
            color: #999;
            padding-right: 0;
        }
    }
    .footer-site-name {
        padding: 1.5em 0 1em;
        font-size:14px;
        font-weight:bold;
        text-transform:uppercase;
    }
}

.footer, .footer-pane, .footer-push {
  height: 89px;
}