Sha256: 1953a470d5f4054295185626d5ffce65d7232f163e0ae3ed9fd19e7dbda464ce

Contents?: true

Size: 1.24 KB

Versions: 16

Compression:

Stored size: 1.24 KB

Contents

//Contains All variables
//-----------------------

//Layout
//Side bar and logo width
$left-side-width: 220px

//Colors
$light-blue: #3c8dbc

//Primary
$red: #f56954

//Danger
$green: #00a65a

//Success
$aqua: #00c0ef

//Info
$yellow: #f39c12

//Warning
$blue: #0073b7
$navy: #001f3f
$teal: #39cccc
$olive: #27b18b
$lime: #01ff70
$orange: #ff851b
$fuchsia: #f012be
$purple: #932ab6
$maroon: #85144b
$black: #222222
$gray: #eaeaec

//Link colors (Aka: <a> tags)
$link-color: $light-blue
$link-hover-color: lighten($link-color, 15%)

//Body background (Affects main content background only)
$body-bg: #f9f9f9

//Table striped color
$table-striped-color: #f3f4f5

//Sidebar skins
//skin blue (light) sidebar vars
$sidebar-light-bg: #f4f4f4
$sidebar-light-hover-bg: #f9f9f9
$sidebar-light-font: #555555
$sidebar-light-border: #dbdbdb

//Screen widths - Same as bootstrap default settings
$screen-xs: 480px
$screen-sm: 767px
$screen-md: 992px
$screen-lg: 1200px

//When the logo should go to the top of the screen
$screen-header-collapse: 560px

//BOXES
$box-border-color: #f4f4f4
$box-border-radius: 3px
$box-footer-bg: white

//FORMS
$input-radius: 0px

//BUTTONS
//Border radius for non flat buttons
$btn-border-radius: 3px

//CHAT widget
$attachment-border-radius: 3px

Version data entries

16 entries across 16 versions & 1 rubygems

Version Path
dune-dashboard-1.1.5 app/assets/stylesheets/core/settings.sass
dune-dashboard-1.1.4 app/assets/stylesheets/core/settings.sass
dune-dashboard-1.1.3 app/assets/stylesheets/core/settings.sass
dune-dashboard-1.1.2 app/assets/stylesheets/core/settings.sass
dune-dashboard-1.1.1 app/assets/stylesheets/core/settings.sass
dune-dashboard-1.1.0 app/assets/stylesheets/core/settings.sass
dune-dashboard-1.0.9 app/assets/stylesheets/core/settings.sass
dune-dashboard-1.0.8 app/assets/stylesheets/core/settings.sass
dune-dashboard-1.0.7 app/assets/stylesheets/core/settings.sass
dune-dashboard-1.0.6 app/assets/stylesheets/core/settings.sass
dune-dashboard-1.0.5 app/assets/stylesheets/core/settings.sass
dune-dashboard-1.0.4 app/assets/stylesheets/core/settings.sass
dune-dashboard-1.0.3 app/assets/stylesheets/core/settings.sass
dune-dashboard-1.0.2 app/assets/stylesheets/core/settings.sass
dune-dashboard-1.0.1 app/assets/stylesheets/core/settings.sass
dune-dashboard-1.0.0 app/assets/stylesheets/core/settings.sass