Sha256: c9aa191ed09fc1967bd96170385c349e945456b9b95f65acf020b0bdfbe6940a

Contents?: true

Size: 1.19 KB

Versions: 9

Compression:

Stored size: 1.19 KB

Contents

// Variables
//––––––––––––––––––––––––––––––––––––––––––––––––––

// Breakpoints
$bp-larger-than-mobile    : "min-width: 400px" !default;
$bp-larger-than-phablet   : "min-width: 550px" !default;
$bp-larger-than-tablet    : "min-width: 750px" !default;
$bp-larger-than-desktop   : "min-width: 1000px" !default;
$bp-larger-than-desktophd : "min-width: 1200px" !default;

// Colors
$light-grey: #e1e1e1 !default;
$dark-grey: #333 !default;
$primary-color: #33c3f0 !default;
$secondary-color: lighten($dark-grey, 13.5%) !default;
$border-color: #bbb !default;
$link-color: #1eaedb !default;
$font-color: #222 !default;

// Typography
$font-family: "Raleway", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif !default;

//Grid Variables
$container-width: 960px !default;
$container-width-larger-than-mobile: 85% !default;
$container-width-larger-than-phablet: 80% !default;
$total-columns: 12 !default;
$column-width: 100 / $total-columns !default; // calculates individual column width based off of # of columns
$column-margin: 4% !default; // space between columns

// Misc
$global-radius: 4px !default;

Version data entries

9 entries across 9 versions & 3 rubygems

Version Path
jekyll-theme-newtype-0.1.3 _sass/skeleton/base/_variables.scss
jekyll-theme-newtype-0.1.2 _sass/skeleton/base/_variables.scss
jekyll-theme-newtype-0.1.1 _sass/skeleton/base/_variables.scss
jekyll-theme-newtype-0.1.0 _sass/skeleton/base/_variables.scss
blog.sahithyen.com-0.1.2 _sass/base/_variables.scss
flying_dutchman-0.6.0 vendor/assets/stylesheets/skeleton/base/_variables.scss
flying_dutchman-0.5.0 vendor/assets/stylesheets/skeleton/base/_variables.scss
flying_dutchman-0.4.0 vendor/assets/stylesheets/skeleton/base/_variables.scss
flying_dutchman-0.3.0 vendor/assets/stylesheets/skeleton/base/_variables.scss