1
0
mirror of https://github.com/mgerb/react-starter synced 2026-01-11 17:42:48 +00:00
Files
react-starter/app/scss/variables.scss
2017-03-29 18:08:19 -05:00

14 lines
187 B
SCSS

$navbarWidth: 200px;
// colors
$primaryBlue: #42adf4;
$white: darken(white, 10%);
$gray1: #686a6e;
$gray2: #424549;
$gray3: #36393e;
$gray4: #2e3136;
$gray5: #282b30;
$gray6: #1e2124;