aboutsummaryrefslogtreecommitdiff
path: root/src/scss/components/_footer.scss
diff options
context:
space:
mode:
authorPhil <phil.buschmann@tum.de>2018-06-09 12:16:34 +0200
committerPhil <phil.buschmann@tum.de>2018-06-09 12:16:34 +0200
commitdedf1f9f6e2f74cc1b36cbfc566d05c3a50d163b (patch)
treeec62c2a35460bd3d191e73463d6cbc6d35731ace /src/scss/components/_footer.scss
parent4e29a546ba125186f43c6a7bd280ae7857ad4131 (diff)
downloadgnunet-webui-dedf1f9f6e2f74cc1b36cbfc566d05c3a50d163b.tar.gz
gnunet-webui-dedf1f9f6e2f74cc1b36cbfc566d05c3a50d163b.zip
Implemented GNS and fixed UI issuesfeature/services
Diffstat (limited to 'src/scss/components/_footer.scss')
-rw-r--r--src/scss/components/_footer.scss6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/scss/components/_footer.scss b/src/scss/components/_footer.scss
new file mode 100644
index 0000000..8bd8664
--- /dev/null
+++ b/src/scss/components/_footer.scss
@@ -0,0 +1,6 @@
1.c-footer{
2 bottom: 0px;
3 width: 100%;
4 background-color: $color-primary;
5 color: $color-contrary;
6}