1
0
mirror of https://github.com/mgerb/go-discord-bot synced 2026-01-10 09:02:49 +00:00
Files
go-discord-bot/client/app/scss/variables.scss
2018-08-23 00:24:01 -05:00

16 lines
236 B
SCSS

$navbarWidth: 200px;
// colors
$primaryBlue: #7289da;
$red: #dd6e6e;
$white: darken(white, 20%);
$gray1: #2e3136;
$gray2: #2a2d32;
$gray3: #23262a;
$gray4: #2e3136;
$gray5: #282b30;
$gray6: #1e2124;
$lightGray: lighten($gray1, 15%);