Sha256: 7a652314f250b3452926775e4faba715bb0a3113dac1c27699b9c5e901ea1245

Contents?: true

Size: 1.07 KB

Versions: 3

Compression:

Stored size: 1.07 KB

Contents

// Font
$font-stack: "open sans", "Helvetica Neue", Helvetica, Arial, sans-serif;

// Basic Colors
$navy: #1ab394;           // Primary color
$dark-gray: #c2c2c2;      // Default color
$blue: #1c84c6;           // Success color
$lazur: #23c6c8;          // Info color
$yellow: #f8ac59;         // Warrning color
$red: #ed5565;            // Danger color

// Various colors
$text-color: #676a6c;           // Body text
$gray: #f3f3f4;                 // Background wrapper color
$light-gray: #d1dade;           // Default label, badget
$label-badget-color: #5e5e5e;

// IBOX colors ( default panel colors)
$border-color: #e3e3e3;   // IBox border
$ibox-title-bg: white;    // IBox Background header
$ibox-content-bg: white;  // IBox Background content

//Sidebar width
$sidebar-width: 220px;

// Boxed layout width
$boxed-width: 1200px;
$boxed-backgound: url("patterns/shattered.png");

//Border radius for buttons
$btn-border-radius: 3px;

//Navigation
$nav-bg: #fff;
//$nav-profil-pattern: url("patterns/header-profile.png") no-repeat;
$nav-profil-pattern: transparent;
$nav-text-color: #a7b1c2;

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
chaskiq-0.0.6 app/assets/stylesheets/chaskiq/base/variables.scss
chaskiq-0.0.5 app/assets/stylesheets/chaskiq/base/variables.scss
chaskiq-0.0.4 app/assets/stylesheets/chaskiq/base/variables.scss