aboutsummaryrefslogtreecommitdiff
path: root/app/javascript/scss/components/_footer.scss
blob: 4cc80462485b05255a58b97636bc1dc5755857da (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
body>footer {
    position: fixed;
    z-index: 1004;
    margin: 0 auto;
    background-color: rgba(0,0,0,0.5);
    color: white;
    text-align: center;
    bottom: 0;
    left: 0;
    right: 0;
    width: 10rem;
    border-top-left-radius: 1rem;
    border-top-right-radius: 1rem;
}

.app-version a:link,
.app-version a:visited {
    color: whitesmoke;
}