2014-07-12 02:00:18 +02:00
|
|
|
//
|
|
|
|
// kremalicious3
|
|
|
|
// --------------
|
|
|
|
// Global variables & settings
|
|
|
|
//
|
|
|
|
|
|
|
|
|
|
|
|
// Settings
|
|
|
|
/////////////////////////////////////
|
|
|
|
|
2015-08-09 18:11:26 +02:00
|
|
|
vendors = official // Stylus' @keyframes settings
|
2014-07-12 02:00:18 +02:00
|
|
|
|
|
|
|
|
|
|
|
// Asset Paths
|
|
|
|
/////////////////////////////////////
|
|
|
|
|
2015-06-10 22:53:29 +02:00
|
|
|
$img-path = '/assets/img/'
|
2014-07-12 21:22:47 +02:00
|
|
|
$font-path = '/assets/fonts/'
|
2014-07-12 02:00:18 +02:00
|
|
|
|
|
|
|
|
|
|
|
// Colors
|
|
|
|
/////////////////////////////////////
|
|
|
|
|
|
|
|
$brand-dark = #015565
|
|
|
|
$brand-light = #e7eef4
|
|
|
|
$brand-cyan = #3a9085
|
|
|
|
$brand-grey = #56666e
|
2015-06-10 23:09:15 +02:00
|
|
|
$brand-grey-light = lighten($brand-grey, 15%)
|
2015-06-10 22:53:29 +02:00
|
|
|
|
|
|
|
|
|
|
|
// Text Colors
|
|
|
|
/////////////////////////////////////
|
|
|
|
|
|
|
|
$text-color = $brand-grey-light
|
|
|
|
$text-color-light = lighten($brand-grey-light, 30%)
|
2015-06-11 01:51:55 +02:00
|
|
|
$text-color-dimmed = lighten($brand-grey-light, 50%)
|
2014-07-12 02:00:18 +02:00
|
|
|
|
|
|
|
|
|
|
|
// Typography
|
|
|
|
/////////////////////////////////////
|
|
|
|
|
2016-04-16 19:32:58 +02:00
|
|
|
$font-size-root = 18px
|
|
|
|
$font-size-root-lg = 20px
|
|
|
|
|
|
|
|
$font-size-base = 1rem
|
|
|
|
$font-size-large = 1.35rem
|
|
|
|
$font-size-small = 0.8rem
|
|
|
|
$font-size-mini = 0.7rem
|
|
|
|
|
|
|
|
$font-size-h1 = 3rem
|
|
|
|
$font-size-h2 = 2rem
|
|
|
|
$font-size-h3 = 1.75rem
|
2014-07-12 02:00:18 +02:00
|
|
|
$font-size-h4 = $font-size-large
|
|
|
|
$font-size-h5 = $font-size-base
|
|
|
|
$font-size-h6 = $font-size-small
|
|
|
|
|
2016-04-16 19:32:58 +02:00
|
|
|
$line-height = 1.5
|
|
|
|
$line-height-large = 1.5
|
2014-07-12 02:00:18 +02:00
|
|
|
$line-height-small = 1.1428571429
|
|
|
|
|
2015-12-05 16:15:24 +01:00
|
|
|
$font-family-base = 'ff-tisa-sans-web-pro', 'Trebuchet MS', 'Helvetica Neue', Helvetica, Arial, sans-serif
|
2014-07-12 02:00:18 +02:00
|
|
|
$font-weight-base = 400
|
2015-06-10 22:53:29 +02:00
|
|
|
$font-color-base = $text-color
|
2014-07-12 02:00:18 +02:00
|
|
|
|
|
|
|
$font-family-monospace = Menlo, Monaco, Consolas, 'Courier New', monospace
|
|
|
|
|
2015-12-05 16:15:24 +01:00
|
|
|
$headings-font-family = 'brandon-grotesque', 'Avenir Next', 'Helvetica Neue',Helvetica,Arial,sans-serif
|
2014-07-12 02:00:18 +02:00
|
|
|
$headings-font-weight = 500 // Medium
|
2014-07-12 21:22:47 +02:00
|
|
|
$headings-line-height = 1.1
|
2014-07-12 02:00:18 +02:00
|
|
|
$headings-color = $brand-dark
|
|
|
|
|
|
|
|
|
|
|
|
// Scaffolding
|
|
|
|
/////////////////////////////////////
|
|
|
|
|
|
|
|
$body-bg = #dfe8ef
|
|
|
|
$page-bg = $brand-light
|
|
|
|
|
|
|
|
|
|
|
|
// Links
|
|
|
|
/////////////////////////////////////
|
|
|
|
|
2015-08-20 00:19:58 +02:00
|
|
|
$link-color = lighten($brand-cyan, 10%)
|
|
|
|
$link-color-hover = lighten($link-color, 15%)
|
2014-07-12 02:00:18 +02:00
|
|
|
|
|
|
|
|
2015-08-10 00:48:31 +02:00
|
|
|
// Grid
|
|
|
|
/////////////////////////////////////
|
|
|
|
|
2016-04-16 19:32:58 +02:00
|
|
|
$gutter-space = $spacer
|
2015-08-10 00:48:31 +02:00
|
|
|
|
2014-07-12 02:00:18 +02:00
|
|
|
// Components spacing
|
|
|
|
/////////////////////////////////////
|
|
|
|
|
2016-04-16 19:32:58 +02:00
|
|
|
$spacer = ($font-size-base * $line-height)
|
|
|
|
|
2014-07-12 02:00:18 +02:00
|
|
|
$border-radius-base = 3px
|
|
|
|
$border-radius-small = $border-radius-base
|
|
|
|
$border-radius-large = $border-radius-base
|
|
|
|
|
2015-08-09 21:50:06 +02:00
|
|
|
$padding-base-vertical = 8px
|
|
|
|
$padding-base-horizontal = 18px
|
2014-07-12 02:00:18 +02:00
|
|
|
|
|
|
|
$padding-small-vertical = ($padding-base-vertical / 2)
|
|
|
|
$padding-small-horizontal = ($padding-base-horizontal / 2)
|
|
|
|
|
|
|
|
$padding-large-vertical = ($padding-base-vertical * 2)
|
|
|
|
$padding-large-horizontal = ($padding-base-horizontal * 2)
|
|
|
|
|
|
|
|
|
|
|
|
// Forms
|
|
|
|
/////////////////////////////////////
|
|
|
|
|
2014-07-12 21:22:47 +02:00
|
|
|
$input-bg = #fff
|
|
|
|
$input-bg-focus = #fff
|
2014-07-12 02:00:18 +02:00
|
|
|
$input-bg-disabled = $brand-grey-light
|
|
|
|
|
|
|
|
$input-font-size = $font-size-base
|
2014-07-12 21:22:47 +02:00
|
|
|
$input-font-weight = $font-weight-base
|
2014-07-12 02:00:18 +02:00
|
|
|
|
|
|
|
$input-color = $font-color-base
|
|
|
|
$input-color-placeholder = rgba(46, 79, 92, .3)
|
|
|
|
|
|
|
|
$input-border = $brand-grey-light
|
|
|
|
$input-border-radius = $border-radius-base
|
|
|
|
$input-border-focus = $brand-cyan
|
|
|
|
|
2016-04-16 19:32:58 +02:00
|
|
|
$input-height-base = ($spacer + ($padding-base-vertical * 2) + 2)
|
2014-07-12 02:00:18 +02:00
|
|
|
$input-height-large = (ceil($font-size-large * $line-height-large) + ($padding-large-vertical * 2) + 1)
|
|
|
|
$input-height-small = (floor($font-size-small * $line-height-small) + ($padding-small-vertical * 2) + 2)
|
|
|
|
|
|
|
|
|
|
|
|
// Code
|
|
|
|
/////////////////////////////////////
|
|
|
|
|
2015-07-26 21:41:59 +02:00
|
|
|
$code-bg = #343642
|
|
|
|
$code-color = #C1C2C3
|
2014-07-12 02:00:18 +02:00
|
|
|
$kbd-bg = $code-bg
|
|
|
|
$kbd-color = $code-color
|
|
|
|
|
2015-08-20 20:06:14 +02:00
|
|
|
|
2014-07-12 02:00:18 +02:00
|
|
|
// Responsive breakpoints
|
|
|
|
/////////////////////////////////////
|
|
|
|
|
2015-08-20 20:06:14 +02:00
|
|
|
$screen-small-min = 30em
|
|
|
|
$screen-medium-min = 40.625em
|
|
|
|
$screen-large-min = 87.500em
|
|
|
|
|
2014-07-12 02:00:18 +02:00
|
|
|
$breakpoint1 = 'only screen and (min-width: 30em)'
|
|
|
|
$breakpoint2 = 'only screen and (min-width: 40.625em)'
|
|
|
|
$breakpoint3 = 'only screen and (min-width: 87.500em)'
|
|
|
|
|
|
|
|
|
|
|
|
// High dpi media query
|
|
|
|
/////////////////////////////////////
|
|
|
|
|
|
|
|
$highDPI = 'print, (-o-min-device-pixel-ratio: 5/4), (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 120dpi) '
|
2015-06-10 22:53:29 +02:00
|
|
|
$highDPI_3x = 'print, (-webkit-min-device-pixel-ratio: 3), (min-resolution: 344dpi) '
|
2015-12-02 00:19:46 +01:00
|
|
|
|
|
|
|
|
|
|
|
// Tooltips
|
|
|
|
/////////////////////////////////////
|
|
|
|
|
|
|
|
$tooltip-color = #fff
|
|
|
|
$tooltip-bg = darken($brand-dark, 15%)
|