Adds donate component

Adds FAB to dashboard
Adds slack to sidebar
This commit is contained in:
GloriousCode
2017-11-30 17:54:45 +11:00
parent b35c6b65bc
commit 420d65a5eb
14 changed files with 65 additions and 7 deletions

View File

@@ -1,5 +1,6 @@
.container {
height: 100vmax;
min-height: 100vh;
height:100%;
}
.main {
@@ -17,6 +18,7 @@
width: 14%;
position: fixed;
margin-top: 4rem;
}
.navbar {
@@ -43,4 +45,8 @@
.settings-highlight {
color: magenta !important;
}
.donate-highlight {
color: goldenrod!important;
}