1
0
mirror of https://github.com/mgerb/go-discord-bot synced 2026-01-11 17:42:48 +00:00

changes for public use

This commit is contained in:
2017-03-27 18:46:03 -05:00
committed by mgerb42
parent 39861a62bc
commit 1626bdddcd
25 changed files with 58 additions and 2789 deletions

View File

@@ -12,14 +12,6 @@
border-right: 1px solid darken($gray2, 2%);
overflow-y: auto;
padding-bottom: 10px;
.link {
display: flex;
flex: 1;
flex-direction: column;
justify-content: flex-end;
text-align: center;
}
}
.Navbar__header {
@@ -28,6 +20,7 @@
display: flex;
align-items: center;
justify-content: center;
text-align: center;
background-color: $primaryBlue;
border-bottom: 1px solid $gray3;
}