diff options
author | hellekin <hellekin@cepheide.org> | 2021-01-22 14:45:15 +0100 |
---|---|---|
committer | hellekin <hellekin@cepheide.org> | 2021-01-22 14:46:50 +0100 |
commit | 9d51444479cec02d0b250ae65a91d36beb5f6b1b (patch) | |
tree | 71475d4157eaa2f65207e43cec433a18304d1a50 /app/assets | |
parent | 97bfc3f6012027077077ea4a6b5f2f709c76158e (diff) | |
download | incommon-map-9d51444479cec02d0b250ae65a91d36beb5f6b1b.tar.gz |
Link to current source code version (per AGPL-3.0)
Diffstat (limited to 'app/assets')
-rw-r--r-- | app/assets/stylesheets/application/_footer.scss | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/app/assets/stylesheets/application/_footer.scss b/app/assets/stylesheets/application/_footer.scss new file mode 100644 index 0000000..4ab34a2 --- /dev/null +++ b/app/assets/stylesheets/application/_footer.scss @@ -0,0 +1,20 @@ +body>footer { + position: absolute; + 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; +} + |