2015-03-06 23:02:34 -05:00
|
|
|
// Override Bootstrap variables here (defaults from bootstrap-sass v3.3.3):
|
2015-03-18 01:31:45 -04:00
|
|
|
// For all variables see https://github.com/twbs/bootstrap-sass/blob/master/templates/project/_bootstrap-variables.sass
|
2015-03-06 23:02:34 -05:00
|
|
|
//
|
|
|
|
// Variables
|
|
|
|
// --------------------------------------------------
|
|
|
|
|
|
|
|
|
|
|
|
//== Colors
|
|
|
|
//
|
|
|
|
//## Gray and brand colors for use across Bootstrap.
|
|
|
|
|
|
|
|
// $gray-base: #000
|
|
|
|
// $gray-darker: lighten($gray-base, 13.5%) // #222
|
|
|
|
// $gray-dark: lighten($gray-base, 20%) // #333
|
|
|
|
// $gray: lighten($gray-base, 33.5%) // #555
|
|
|
|
// $gray-light: lighten($gray-base, 46.7%) // #777
|
|
|
|
// $gray-lighter: lighten($gray-base, 93.5%) // #eee
|
|
|
|
|
|
|
|
$brand-primary: $gl-primary;
|
|
|
|
$brand-success: $gl-success;
|
|
|
|
$brand-info: $gl-info;
|
|
|
|
$brand-warning: $gl-warning;
|
|
|
|
$brand-danger: $gl-danger;
|
|
|
|
|
2015-10-07 11:21:15 -04:00
|
|
|
$border-radius-base: 2px !default;
|
|
|
|
$border-radius-large: 2px !default;
|
2015-09-07 16:04:23 -04:00
|
|
|
$border-radius-small: 2px !default;
|
|
|
|
|
2015-03-06 23:02:34 -05:00
|
|
|
|
|
|
|
//== Scaffolding
|
|
|
|
//
|
2015-03-18 01:25:25 -04:00
|
|
|
$text-color: $gl-text-color;
|
2015-03-06 23:02:34 -05:00
|
|
|
$link-color: $gl-link-color;
|
|
|
|
|
|
|
|
|
|
|
|
//== Typography
|
|
|
|
//
|
|
|
|
//## Font, line-height, and color for body text, headings, and more.
|
|
|
|
|
2015-03-18 01:31:45 -04:00
|
|
|
$font-family-sans-serif: $regular_font;
|
|
|
|
$font-family-monospace: $monospace_font;
|
|
|
|
$font-size-base: $gl-font-size;
|
2015-03-06 23:02:34 -05:00
|
|
|
|
|
|
|
|
|
|
|
//== Components
|
|
|
|
//
|
|
|
|
//## Define common padding and border radius sizes and more. Values based on 14px text and 1.428 line-height (~20px to start).
|
|
|
|
|
2015-09-03 08:24:27 -04:00
|
|
|
$padding-base-vertical: 9px;
|
2015-09-04 05:17:25 -04:00
|
|
|
$padding-base-horizontal: $gl-padding;
|
2015-09-03 07:44:54 -04:00
|
|
|
$component-active-color: #fff;
|
|
|
|
$component-active-bg: $brand-info;
|
2015-03-06 23:02:34 -05:00
|
|
|
|
|
|
|
//== Forms
|
|
|
|
//
|
|
|
|
//##
|
|
|
|
|
2015-03-09 20:06:08 -04:00
|
|
|
$input-color: $text-color;
|
2015-09-03 08:24:27 -04:00
|
|
|
$input-border: #e7e9ed;
|
|
|
|
$input-border-focus: #7F8FA4;
|
2015-03-09 20:06:08 -04:00
|
|
|
$legend-color: $text-color;
|
2015-03-06 23:02:34 -05:00
|
|
|
|
|
|
|
|
|
|
|
//== Pagination
|
|
|
|
//
|
|
|
|
//##
|
|
|
|
|
2015-09-19 10:22:04 -04:00
|
|
|
$pagination-color: $gl-gray;
|
|
|
|
$pagination-bg: $background-color;
|
2015-03-07 03:28:53 -05:00
|
|
|
$pagination-border: transparent;
|
2015-03-06 23:02:34 -05:00
|
|
|
|
2015-03-07 03:28:53 -05:00
|
|
|
$pagination-hover-color: #fff;
|
2015-09-19 10:22:04 -04:00
|
|
|
$pagination-hover-bg: $brand-info;
|
2015-03-07 03:28:53 -05:00
|
|
|
$pagination-hover-border: transparent;
|
2015-03-06 23:02:34 -05:00
|
|
|
|
2015-03-07 03:28:53 -05:00
|
|
|
$pagination-active-color: #fff;
|
2015-09-19 10:22:04 -04:00
|
|
|
$pagination-active-bg: $brand-info;
|
2015-03-07 03:28:53 -05:00
|
|
|
$pagination-active-border: transparent;
|
2015-03-06 23:02:34 -05:00
|
|
|
|
2015-09-19 10:22:04 -04:00
|
|
|
$pagination-disabled-color: #fff;
|
|
|
|
$pagination-disabled-bg: lighten($brand-info, 15%);
|
2015-03-07 03:28:53 -05:00
|
|
|
$pagination-disabled-border: transparent;
|
2015-03-06 23:02:34 -05:00
|
|
|
|
|
|
|
|
|
|
|
//== Form states and alerts
|
|
|
|
//
|
|
|
|
//## Define colors for form feedback states and, by default, alerts.
|
|
|
|
|
2015-03-07 03:28:53 -05:00
|
|
|
$state-success-text: #fff;
|
|
|
|
$state-success-bg: $brand-success;
|
|
|
|
$state-success-border: $brand-success;
|
2015-03-06 23:02:34 -05:00
|
|
|
|
2015-03-07 03:28:53 -05:00
|
|
|
$state-info-text: #fff;
|
|
|
|
$state-info-bg: $brand-info;
|
|
|
|
$state-info-border: $brand-info;
|
2015-03-06 23:02:34 -05:00
|
|
|
|
2015-03-07 03:28:53 -05:00
|
|
|
$state-warning-text: #fff;
|
|
|
|
$state-warning-bg: $brand-warning;
|
|
|
|
$state-warning-border: $brand-warning;
|
|
|
|
|
|
|
|
$state-danger-text: #fff;
|
|
|
|
$state-danger-bg: $brand-danger;
|
|
|
|
$state-danger-border: $brand-danger;
|
2015-03-06 23:02:34 -05:00
|
|
|
|
|
|
|
|
|
|
|
//== Alerts
|
|
|
|
//
|
|
|
|
//## Define alert colors, border radius, and padding.
|
|
|
|
|
2015-03-07 00:15:15 -05:00
|
|
|
$alert-border-radius: 0;
|
2015-03-06 23:02:34 -05:00
|
|
|
|
|
|
|
|
|
|
|
//== Panels
|
|
|
|
//
|
|
|
|
//##
|
|
|
|
|
2015-09-09 17:29:19 -04:00
|
|
|
$panel-border-radius: 2px;
|
|
|
|
$panel-default-text: $text-color;
|
|
|
|
$panel-default-border: $border-color;
|
|
|
|
$panel-default-heading-bg: $background-color;
|
|
|
|
$panel-footer-bg: $background-color;
|
|
|
|
$panel-inner-border: $border-color;
|
2015-03-06 23:02:34 -05:00
|
|
|
|
2015-03-26 02:16:01 -04:00
|
|
|
//== Wells
|
|
|
|
//
|
|
|
|
//##
|
|
|
|
|
|
|
|
$well-bg: #F9F9F9;
|
|
|
|
$well-border: #EEE;
|
2015-03-06 23:02:34 -05:00
|
|
|
|
|
|
|
//== Code
|
|
|
|
//
|
|
|
|
//##
|
|
|
|
|
2015-03-09 20:06:08 -04:00
|
|
|
$code-color: #c7254e;
|
|
|
|
$code-bg: #f9f2f4;
|
2015-03-06 23:02:34 -05:00
|
|
|
|
2015-03-09 20:06:08 -04:00
|
|
|
$kbd-color: #fff;
|
|
|
|
$kbd-bg: #333;
|
2015-09-03 07:44:54 -04:00
|
|
|
|
|
|
|
//== Buttons
|
|
|
|
//
|
|
|
|
//##
|
2015-09-03 16:15:21 -04:00
|
|
|
$btn-default-color: $gl-text-color;
|
2015-09-03 07:44:54 -04:00
|
|
|
$btn-default-bg: #fff;
|
|
|
|
$btn-default-border: #e7e9ed;
|
2015-09-03 08:24:27 -04:00
|
|
|
|
|
|
|
//== Nav
|
|
|
|
//
|
|
|
|
//##
|
2015-09-04 05:17:25 -04:00
|
|
|
$nav-link-padding: 13px $gl-padding;
|
2015-09-08 04:12:14 -04:00
|
|
|
|
|
|
|
//== Code
|
|
|
|
//
|
|
|
|
//##
|
|
|
|
$pre-bg: #f8fafc !default;
|
|
|
|
$pre-color: $gl-gray !default;
|
|
|
|
$pre-border-color: #e7e9ed;
|
2015-10-13 10:41:48 -04:00
|
|
|
|
|
|
|
$table-bg-accent: $background-color;
|