2017-08-09 17:12:21 +02:00
|
|
|
//
|
|
|
|
// Colors
|
|
|
|
//
|
2017-08-29 11:20:22 +02:00
|
|
|
$brand-01: #cc6bb3 !default;
|
2017-08-24 11:39:17 +02:00
|
|
|
$brand-02: #7dacbc !default;
|
|
|
|
$brand-03: #093749 !default;
|
|
|
|
$brand-04: #557f8d !default;
|
|
|
|
$brand-05: #eaf3f5 !default;
|
2017-08-10 23:42:59 +02:00
|
|
|
$brand-06: #444 !default;
|
2017-08-24 13:47:28 +02:00
|
|
|
$brand-07: #0e475d !default;
|
2017-08-09 17:12:21 +02:00
|
|
|
|
2017-08-30 13:06:52 +02:00
|
|
|
$brand-success: #6bcc74 !default; // adjust-hue($brand-01, 170%)
|
2017-08-30 15:58:38 +02:00
|
|
|
$brand-failure: #cc6b72 !default; // adjust-hue($brand-01, 40%)
|
2017-08-30 13:06:52 +02:00
|
|
|
|
2017-08-09 17:12:21 +02:00
|
|
|
//
|
|
|
|
// Typography
|
|
|
|
//
|
2017-08-24 12:17:29 +02:00
|
|
|
$font-family-base: 'futura-pt', 'Futura PT', 'Helvetica Neue', Helvetica, Arial, sans-serif !default;
|
2017-08-10 23:42:59 +02:00
|
|
|
$font-family-monospace: Menlo, Monaco, Consolas, 'Courier New', monospace !default;
|
|
|
|
|
2017-08-24 17:40:25 +02:00
|
|
|
$font-size-root: 20px !default;
|
|
|
|
$font-size-root-lg: 22px !default;
|
2017-08-29 12:00:08 +02:00
|
|
|
$line-height: 1.33333 !default;
|
2017-08-24 12:17:29 +02:00
|
|
|
$spacer: 1rem !default;
|
2017-08-30 12:52:30 +02:00
|
|
|
$border-radius: 1rem !default;
|
2017-08-10 23:42:59 +02:00
|
|
|
|
|
|
|
$font-weight-light: 300 !default;
|
|
|
|
$font-weight-normal: 400 !default;
|
2017-08-24 12:17:29 +02:00
|
|
|
$font-weight-bold: 500 !default;
|
2017-08-09 17:12:21 +02:00
|
|
|
|
|
|
|
$font-size-base: 1rem !default;
|
2017-08-24 17:40:25 +02:00
|
|
|
$font-size-large: 1.25rem !default;
|
2017-08-30 12:11:53 +02:00
|
|
|
$font-size-small: .85rem !default;
|
2017-08-09 17:12:21 +02:00
|
|
|
$font-size-mini: .7rem !default;
|
|
|
|
|
2017-08-24 12:17:29 +02:00
|
|
|
$font-size-h1: 2rem !default;
|
|
|
|
$font-size-h2: 1.7rem !default;
|
2017-08-30 12:52:30 +02:00
|
|
|
$font-size-h3: 1.33333rem !default;
|
|
|
|
$font-size-h4: $font-size-large !default;
|
|
|
|
$font-size-h5: $font-size-base !default;
|
2017-08-10 23:42:59 +02:00
|
|
|
|
|
|
|
$headings-font-family: inherit !default;
|
2017-08-24 16:14:43 +02:00
|
|
|
$headings-font-weight: $font-weight-normal !default;
|
2017-08-24 17:49:10 +02:00
|
|
|
$headings-line-height: 1.1 !default;
|
2017-08-10 23:42:59 +02:00
|
|
|
$headings-color: $brand-03 !default;
|
2017-08-09 17:12:21 +02:00
|
|
|
|
2017-08-24 11:39:17 +02:00
|
|
|
$text-color: $brand-04 !default;
|
2017-08-10 23:42:59 +02:00
|
|
|
$link-color: $brand-01 !default;
|
2017-08-09 17:12:21 +02:00
|
|
|
|
|
|
|
//
|
|
|
|
// Responsive breakpoints
|
|
|
|
//
|
2017-08-30 13:58:03 +02:00
|
|
|
$screen-xs-min: 30em !default;
|
2017-08-09 17:12:21 +02:00
|
|
|
$screen-sm-min: 40em !default;
|
|
|
|
$screen-md-min: 58em !default;
|
|
|
|
$screen-lg-min: 85em !default;
|
|
|
|
|
2017-08-30 13:58:03 +02:00
|
|
|
$screen-xs: 'min-width: #{$screen-xs-min}';
|
2017-08-09 17:12:21 +02:00
|
|
|
$screen-sm: 'min-width: #{$screen-sm-min}';
|
|
|
|
$screen-md: 'min-width: #{$screen-md-min}';
|
|
|
|
$screen-lg: 'min-width: #{$screen-lg-min}';
|
2017-08-24 17:18:17 +02:00
|
|
|
|
|
|
|
|
|
|
|
//
|
|
|
|
// Buttons
|
|
|
|
//
|
|
|
|
$btn-font-family: inherit;
|
|
|
|
$btn-font-weight: $font-weight-bold !default;
|
|
|
|
$btn-padding-x: 2rem !default;
|
|
|
|
$btn-padding-y: .5rem !default;
|
|
|
|
$btn-padding-x-sm: 1.5rem !default;
|
|
|
|
$btn-padding-y-sm: .3rem !default;
|
|
|
|
$btn-padding-x-lg: 3rem !default;
|
|
|
|
$btn-padding-y-lg: .7rem !default;
|
|
|
|
$btn-primary-color: #fff !default;
|
|
|
|
$btn-primary-bg: $brand-01 !default;
|
|
|
|
$btn-secondary-color: #fff !default;
|
|
|
|
$btn-secondary-bg: $brand-04 !default;
|
2017-08-30 19:52:14 +02:00
|
|
|
$btn-dark-color: #fff !default;
|
|
|
|
$btn-dark-bg: $brand-03 !default;
|
2017-08-24 17:18:17 +02:00
|
|
|
$btn-link-disabled-color: $brand-05 !default;
|
|
|
|
$btn-border-radius: 10rem !default;
|
2017-08-30 19:52:14 +02:00
|
|
|
|
|
|
|
|
|
|
|
$edge-height-sm: $spacer * 2 !default;
|
|
|
|
$edge-height: $spacer * 4 !default;
|