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

added soundlist to client

This commit is contained in:
2017-02-05 06:57:52 +00:00
parent 0448a2e755
commit d62370eb77
14 changed files with 165 additions and 47 deletions

View File

@@ -26,7 +26,9 @@ body {
.Card {
background-color: $gray2;
border-radius: 5px;
max-width: 800px;
padding: 10px;
border: 1px solid $gray3;
}
.Card__header {
@@ -39,4 +41,12 @@ body {
border-radius: 5px 5px 0 0;
font-size: 25px;
background-color: $gray3;
}
.column {
flex: 1;
& + .column {
margin-left: 10px;
}
}

View File

@@ -7,7 +7,7 @@ $white: darken(white, 10%);
$gray1: #2e3136;
$gray2: #2a2d32;
$gray3: #282b30;
$gray3: #23262a;
$gray4: #2e3136;
$gray5: #282b30;
$gray6: #1e2124;