aboutsummaryrefslogtreecommitdiffstats
path: root/src/scss/custom/_footer.scss
blob: f0c2cf79be3d757afa4b2a2dcae6983e11c46a9b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
.footer {
    background-color: $footerheader;
    color: whitesmoke;
    a {
        color: $links;
        &:hover {
            color: $hlinks;
        }
    }
}

.footer-top-shadow {
    box-shadow: 0 1px 3px rgba(10, 10, 10, 0.1);
}

.hidden-more {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: $txfooter;
}