2017-08-03 12:40:52 +02:00
|
|
|
// Colors
|
|
|
|
|
|
|
|
$white: #fff !default;
|
|
|
|
$black: #000 !default;
|
|
|
|
$red: #d9534f !default;
|
|
|
|
$orange: #f0ad4e !default;
|
|
|
|
$yellow: #ffd500 !default;
|
|
|
|
$green: #5cb85c !default;
|
|
|
|
$blue: #0275d8 !default;
|
|
|
|
$teal: #5bc0de !default;
|
|
|
|
$pink: #ff5b77 !default;
|
|
|
|
$purple: #613d7c !default;
|
|
|
|
|
|
|
|
$gray-dark: #292b2c !default;
|
|
|
|
$gray: #464a4c !default;
|
|
|
|
$gray-light: #636c72 !default;
|
|
|
|
$gray-lighter: #eceeef !default;
|
|
|
|
$gray-lightest: #f7f7f9 !default;
|
|
|
|
|
2018-01-02 17:06:12 +01:00
|
|
|
$brand-primary: darken($blue, 10%) !default;
|
|
|
|
$brand-success: darken($green, 10%) !default;
|
2017-08-03 12:40:52 +02:00
|
|
|
$brand-info: $teal !default;
|
2018-01-02 17:06:12 +01:00
|
|
|
$brand-warning: darken($orange, 10%) !default;
|
2017-08-03 12:40:52 +02:00
|
|
|
$brand-danger: $red !default;
|
|
|
|
$brand-inverse: $gray-dark !default;
|
|
|
|
|
|
|
|
// Links
|
|
|
|
|
|
|
|
$link-color: $brand-primary !default;
|
|
|
|
$link-decoration: none !default;
|
|
|
|
$link-hover-color: darken($link-color, 15%) !default;
|
|
|
|
$link-hover-decoration: underline !default;
|
|
|
|
|
|
|
|
|
|
|
|
// Body
|
|
|
|
|
2017-09-16 02:32:42 +02:00
|
|
|
$body-bg: $gray-lightest !default;
|
2017-08-03 12:40:52 +02:00
|
|
|
$body-color: $gray-dark !default;
|
|
|
|
|
|
|
|
|
|
|
|
// Fonts
|
|
|
|
|
|
|
|
$font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif !default;
|
|
|
|
$font-family-monospace: Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !default;
|
|
|
|
$font-family-base: $font-family-sans-serif !default;
|
|
|
|
|
|
|
|
$font-size-base: 1rem !default;
|
|
|
|
|
|
|
|
$font-weight-normal: normal !default;
|
|
|
|
$font-weight-bold: bold !default;
|
|
|
|
|
|
|
|
$font-weight-base: $font-weight-normal !default;
|
|
|
|
$line-height-base: 1.5 !default;
|
|
|
|
|
|
|
|
$text-muted: $gray-light !default;
|
|
|
|
|
|
|
|
$dt-font-weight: $font-weight-bold !default;
|
|
|
|
|
|
|
|
|
|
|
|
// Tables
|
|
|
|
|
|
|
|
$table-cell-padding: .75rem !default;
|
|
|
|
|
|
|
|
|
|
|
|
// Options
|
|
|
|
|
|
|
|
$enable-hover-media-query: false !default;
|