/*

  There are a few ways to apply themes to your wallboard:

  1: Just uncomment the stylus code below. These variables will override the default
     ones declared in Atlasboard core and you will be using a local theme!

  2: Change config/theming.js in your wallboard so it points to a different
     theme name. That theme can be one of the default ones shipped in Atlasboard
     core (ex: foundation) or it can be a new theme added to your local
     wallboard "themes" folder

*/


//$font-family = 'Roboto Condensed'
//$gutter-size = 30px
//
//$body-padding = 0
//
//$gray-base = #181818;
//$gray-darker = lighten($gray-base, 5%);
//$gray-dark = lighten($gray-base, 20%);
//$gray = #707070;
//$gray-light = lighten($gray, 30%);
//$gray-lighter = lighten($gray-base, 70%);
//
//$brand-primary = #205081
//$brand-success = #1C842F // green
//$brand-warning = #f6c342 // yellow
//$brand-danger = #d04437 // red
//
//$error-color = $brand-danger
//$success-color = $brand-success
//
//$background-color = #205081
//
//$widget-background-color = #ebf2f9
//$widget-padding = $gutter-size
//$widget-container-padding = 0
//$widget-content-padding = 0
//$widget-border = none
//
//$widget-title-color = $gray
//$widget-title-background-color = transparent
//$widget-title-font-size = 30px
//$widget-title-padding = 0
//$widget-title-margin = 0 0 1em 0
//
//$widget-body-text-color = $gray
//$dashboard-title-color = $gray
