2014-12-02 23:02:35 +01:00
|
|
|
// Variables
|
2015-03-09 15:18:25 +01:00
|
|
|
//
|
2015-08-11 08:38:41 +02:00
|
|
|
// Copy settings from this file into the provided `_custom.scss` to override
|
|
|
|
// the Bootstrap defaults without modifying key, versioned files.
|
2017-06-13 17:25:18 +02:00
|
|
|
//
|
2017-06-13 17:25:55 +02:00
|
|
|
// Variables should follow the `$component-state-property-size` formula for
|
2017-06-13 17:25:18 +02:00
|
|
|
// consistent naming. Ex: $nav-link-disabled-color and $modal-content-box-shadow-xs.
|
2015-08-11 08:38:41 +02:00
|
|
|
|
2015-08-19 23:06:39 +02:00
|
|
|
// Table of Contents
|
2015-08-11 08:38:41 +02:00
|
|
|
//
|
2016-12-24 21:35:08 +01:00
|
|
|
// Colors
|
|
|
|
// Options
|
|
|
|
// Spacing
|
|
|
|
// Body
|
|
|
|
// Links
|
|
|
|
// Grid breakpoints
|
|
|
|
// Grid containers
|
|
|
|
// Grid columns
|
|
|
|
// Fonts
|
|
|
|
// Components
|
|
|
|
// Tables
|
|
|
|
// Buttons
|
|
|
|
// Forms
|
|
|
|
// Dropdowns
|
|
|
|
// Z-index master list
|
|
|
|
// Navs
|
2017-01-14 07:52:05 +01:00
|
|
|
// Navbar
|
2016-12-24 21:35:08 +01:00
|
|
|
// Pagination
|
|
|
|
// Jumbotron
|
|
|
|
// Form states and alerts
|
|
|
|
// Cards
|
|
|
|
// Tooltips
|
|
|
|
// Popovers
|
|
|
|
// Badges
|
|
|
|
// Modals
|
|
|
|
// Alerts
|
|
|
|
// Progress bars
|
|
|
|
// List group
|
|
|
|
// Image thumbnails
|
|
|
|
// Figures
|
|
|
|
// Breadcrumbs
|
|
|
|
// Carousel
|
|
|
|
// Close
|
|
|
|
// Code
|
2014-12-02 23:02:35 +01:00
|
|
|
|
|
|
|
|
2016-12-24 21:35:08 +01:00
|
|
|
// Colors
|
2014-12-02 23:02:35 +01:00
|
|
|
//
|
2015-08-11 08:38:41 +02:00
|
|
|
// Grayscale and brand colors for use across Bootstrap.
|
2014-12-02 23:02:35 +01:00
|
|
|
|
2016-12-20 23:52:04 +01:00
|
|
|
// Start with assigning color names to specific hex values.
|
2016-12-23 04:09:11 +01:00
|
|
|
$white: #fff !default;
|
|
|
|
$black: #000 !default;
|
2016-12-20 23:52:04 +01:00
|
|
|
$red: #d9534f !default;
|
|
|
|
$orange: #f0ad4e !default;
|
|
|
|
$yellow: #ffd500 !default;
|
|
|
|
$green: #5cb85c !default;
|
|
|
|
$blue: #0275d8 !default;
|
|
|
|
$teal: #5bc0de !default;
|
|
|
|
$pink: #ff5b77 !default;
|
|
|
|
$purple: #613d7c !default;
|
|
|
|
|
|
|
|
// Create grayscale
|
2016-11-26 01:03:13 +01:00
|
|
|
$gray-dark: #292b2c !default;
|
|
|
|
$gray: #464a4c !default;
|
|
|
|
$gray-light: #636c72 !default;
|
2015-08-11 08:38:41 +02:00
|
|
|
$gray-lighter: #eceeef !default;
|
|
|
|
$gray-lightest: #f7f7f9 !default;
|
2014-12-02 23:02:35 +01:00
|
|
|
|
2016-12-20 23:52:04 +01:00
|
|
|
// Reassign color vars to semantic color scheme
|
|
|
|
$brand-primary: $blue !default;
|
|
|
|
$brand-success: $green !default;
|
|
|
|
$brand-info: $teal !default;
|
|
|
|
$brand-warning: $orange !default;
|
|
|
|
$brand-danger: $red !default;
|
2016-05-12 08:26:39 +02:00
|
|
|
$brand-inverse: $gray-dark !default;
|
2014-12-02 23:02:35 +01:00
|
|
|
|
|
|
|
|
2016-12-24 21:35:08 +01:00
|
|
|
// Options
|
2014-12-02 23:02:35 +01:00
|
|
|
//
|
2015-08-11 08:38:41 +02:00
|
|
|
// Quickly modify global styling by enabling or disabling optional features.
|
|
|
|
|
|
|
|
$enable-rounded: true !default;
|
|
|
|
$enable-shadows: false !default;
|
|
|
|
$enable-gradients: false !default;
|
2016-11-26 07:08:51 +01:00
|
|
|
$enable-transitions: true !default;
|
2015-08-11 08:38:41 +02:00
|
|
|
$enable-hover-media-query: false !default;
|
2015-08-24 07:13:58 +02:00
|
|
|
$enable-grid-classes: true !default;
|
2016-02-07 06:35:18 +01:00
|
|
|
$enable-print-styles: true !default;
|
2015-08-11 08:38:41 +02:00
|
|
|
|
|
|
|
|
2016-12-24 21:35:08 +01:00
|
|
|
// Spacing
|
2015-08-11 08:38:41 +02:00
|
|
|
//
|
|
|
|
// Control the default styling of most Bootstrap elements by modifying these
|
|
|
|
// variables. Mostly focused on spacing.
|
2015-12-27 19:20:39 +01:00
|
|
|
// You can add more entries to the $spacers map, should you need more variation.
|
2015-08-11 08:38:41 +02:00
|
|
|
|
2017-03-05 21:20:44 +01:00
|
|
|
$spacer: 1rem !default;
|
2015-11-06 07:17:34 +01:00
|
|
|
$spacers: (
|
2017-03-05 22:07:38 +01:00
|
|
|
0: 0,
|
|
|
|
1: ($spacer * .25),
|
|
|
|
2: ($spacer * .5),
|
|
|
|
3: $spacer,
|
|
|
|
4: ($spacer * 1.5),
|
|
|
|
5: ($spacer * 3)
|
2015-11-06 07:17:34 +01:00
|
|
|
) !default;
|
2015-08-11 08:38:41 +02:00
|
|
|
|
2017-04-09 00:14:52 +02:00
|
|
|
// This variable affects the `.h-*` and `.w-*` classes.
|
2016-12-25 23:29:01 +01:00
|
|
|
$sizes: (
|
|
|
|
25: 25%,
|
|
|
|
50: 50%,
|
|
|
|
75: 75%,
|
|
|
|
100: 100%
|
|
|
|
) !default;
|
2015-08-11 08:38:41 +02:00
|
|
|
|
2016-12-24 21:35:08 +01:00
|
|
|
// Body
|
2015-08-11 08:38:41 +02:00
|
|
|
//
|
|
|
|
// Settings for the `<body>` element.
|
2014-12-02 23:02:35 +01:00
|
|
|
|
2016-12-23 04:09:11 +01:00
|
|
|
$body-bg: $white !default;
|
2016-04-28 04:37:44 +02:00
|
|
|
$body-color: $gray-dark !default;
|
2015-08-11 08:38:41 +02:00
|
|
|
|
2016-12-24 21:35:08 +01:00
|
|
|
// Links
|
2015-08-11 08:38:41 +02:00
|
|
|
//
|
|
|
|
// Style anchor elements.
|
2014-12-02 23:02:35 +01:00
|
|
|
|
2016-01-07 09:20:25 +01:00
|
|
|
$link-color: $brand-primary !default;
|
|
|
|
$link-decoration: none !default;
|
|
|
|
$link-hover-color: darken($link-color, 15%) !default;
|
|
|
|
$link-hover-decoration: underline !default;
|
2014-12-02 23:02:35 +01:00
|
|
|
|
|
|
|
|
2016-12-24 21:35:08 +01:00
|
|
|
// Grid breakpoints
|
2014-12-02 23:02:35 +01:00
|
|
|
//
|
2016-02-16 10:24:34 +01:00
|
|
|
// Define the minimum dimensions at which your layout will change,
|
2015-08-11 08:38:41 +02:00
|
|
|
// adapting to different screen sizes, for use in media queries.
|
2014-12-02 23:02:35 +01:00
|
|
|
|
2015-08-11 08:38:41 +02:00
|
|
|
$grid-breakpoints: (
|
|
|
|
xs: 0,
|
2016-10-09 22:17:50 +02:00
|
|
|
sm: 576px,
|
2015-08-31 02:23:43 +02:00
|
|
|
md: 768px,
|
|
|
|
lg: 992px,
|
|
|
|
xl: 1200px
|
2015-08-11 08:38:41 +02:00
|
|
|
) !default;
|
2016-02-07 11:53:35 +01:00
|
|
|
@include _assert-ascending($grid-breakpoints, "$grid-breakpoints");
|
2016-02-24 21:42:02 +01:00
|
|
|
@include _assert-starts-at-zero($grid-breakpoints);
|
2014-12-02 23:02:35 +01:00
|
|
|
|
2015-04-29 20:48:58 +02:00
|
|
|
|
2016-12-24 21:35:08 +01:00
|
|
|
// Grid containers
|
2015-04-29 20:48:58 +02:00
|
|
|
//
|
2015-08-11 08:38:41 +02:00
|
|
|
// Define the maximum width of `.container` for different screen sizes.
|
2015-04-29 20:48:58 +02:00
|
|
|
|
2015-08-11 08:38:41 +02:00
|
|
|
$container-max-widths: (
|
2016-10-09 22:17:50 +02:00
|
|
|
sm: 540px,
|
2015-08-31 02:23:43 +02:00
|
|
|
md: 720px,
|
2016-10-09 22:49:11 +02:00
|
|
|
lg: 960px,
|
2015-08-31 02:23:43 +02:00
|
|
|
xl: 1140px
|
2015-08-11 08:38:41 +02:00
|
|
|
) !default;
|
2016-02-07 11:53:35 +01:00
|
|
|
@include _assert-ascending($container-max-widths, "$container-max-widths");
|
2015-08-11 08:38:41 +02:00
|
|
|
|
|
|
|
|
2016-12-24 21:35:08 +01:00
|
|
|
// Grid columns
|
2015-08-11 08:38:41 +02:00
|
|
|
//
|
|
|
|
// Set the number of columns and specify the width of the gutters.
|
|
|
|
|
2016-09-09 06:48:17 +02:00
|
|
|
$grid-columns: 12 !default;
|
|
|
|
$grid-gutter-width-base: 30px !default;
|
|
|
|
$grid-gutter-widths: (
|
|
|
|
xs: $grid-gutter-width-base,
|
|
|
|
sm: $grid-gutter-width-base,
|
|
|
|
md: $grid-gutter-width-base,
|
|
|
|
lg: $grid-gutter-width-base,
|
|
|
|
xl: $grid-gutter-width-base
|
|
|
|
) !default;
|
2015-01-21 00:35:28 +01:00
|
|
|
|
2017-03-05 21:20:44 +01:00
|
|
|
|
|
|
|
// Components
|
|
|
|
//
|
|
|
|
// Define common padding and border radius sizes and more.
|
|
|
|
|
2017-03-28 18:28:27 +02:00
|
|
|
$line-height-lg: 1.5 !default;
|
2017-03-05 21:20:44 +01:00
|
|
|
$line-height-sm: 1.5 !default;
|
|
|
|
|
|
|
|
$border-width: 1px !default;
|
|
|
|
|
|
|
|
$border-radius: .25rem !default;
|
|
|
|
$border-radius-lg: .3rem !default;
|
|
|
|
$border-radius-sm: .2rem !default;
|
|
|
|
|
|
|
|
$component-active-color: $white !default;
|
|
|
|
$component-active-bg: $brand-primary !default;
|
|
|
|
|
|
|
|
$caret-width: .3em !default;
|
|
|
|
|
|
|
|
$transition-base: all .2s ease-in-out !default;
|
|
|
|
$transition-fade: opacity .15s linear !default;
|
|
|
|
$transition-collapse: height .35s ease !default;
|
|
|
|
|
|
|
|
|
2016-12-24 21:35:08 +01:00
|
|
|
// Fonts
|
2014-12-02 23:02:35 +01:00
|
|
|
//
|
2015-03-09 15:18:25 +01:00
|
|
|
// Font, line-height, and color for body text, headings, and more.
|
2014-12-02 23:02:35 +01:00
|
|
|
|
2017-04-07 21:02:59 +02:00
|
|
|
$font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif !default;
|
2016-01-09 07:54:24 +01:00
|
|
|
$font-family-monospace: Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !default;
|
2016-01-07 09:21:58 +01:00
|
|
|
$font-family-base: $font-family-sans-serif !default;
|
2014-12-02 23:02:35 +01:00
|
|
|
|
2017-01-03 22:50:25 +01:00
|
|
|
$font-size-base: 1rem !default; // Assumes the browser default, typically `16px`
|
2016-01-07 09:21:58 +01:00
|
|
|
$font-size-lg: 1.25rem !default;
|
|
|
|
$font-size-sm: .875rem !default;
|
|
|
|
$font-size-xs: .75rem !default;
|
2014-12-10 01:24:05 +01:00
|
|
|
|
2016-10-19 21:41:27 +02:00
|
|
|
$font-weight-normal: normal !default;
|
|
|
|
$font-weight-bold: bold !default;
|
|
|
|
|
2016-10-28 05:02:59 +02:00
|
|
|
$font-weight-base: $font-weight-normal !default;
|
2016-02-04 04:45:13 +01:00
|
|
|
$line-height-base: 1.5 !default;
|
|
|
|
|
2017-06-09 03:05:27 +02:00
|
|
|
$h1-font-size: 2.5rem !default;
|
|
|
|
$h2-font-size: 2rem !default;
|
|
|
|
$h3-font-size: 1.75rem !default;
|
|
|
|
$h4-font-size: 1.5rem !default;
|
|
|
|
$h5-font-size: 1.25rem !default;
|
|
|
|
$h6-font-size: 1rem !default;
|
2014-12-02 23:02:35 +01:00
|
|
|
|
2016-01-07 09:21:58 +01:00
|
|
|
$headings-margin-bottom: ($spacer / 2) !default;
|
|
|
|
$headings-font-family: inherit !default;
|
|
|
|
$headings-font-weight: 500 !default;
|
|
|
|
$headings-line-height: 1.1 !default;
|
|
|
|
$headings-color: inherit !default;
|
2014-12-02 23:02:35 +01:00
|
|
|
|
2017-01-02 20:03:25 +01:00
|
|
|
$display1-size: 6rem !default;
|
|
|
|
$display2-size: 5.5rem !default;
|
|
|
|
$display3-size: 4.5rem !default;
|
|
|
|
$display4-size: 3.5rem !default;
|
|
|
|
|
|
|
|
$display1-weight: 300 !default;
|
|
|
|
$display2-weight: 300 !default;
|
|
|
|
$display3-weight: 300 !default;
|
|
|
|
$display4-weight: 300 !default;
|
|
|
|
$display-line-height: $headings-line-height !default;
|
|
|
|
|
2016-01-07 09:21:58 +01:00
|
|
|
$lead-font-size: 1.25rem !default;
|
|
|
|
$lead-font-weight: 300 !default;
|
2015-08-14 08:18:32 +02:00
|
|
|
|
2016-10-17 03:49:55 +02:00
|
|
|
$small-font-size: 80% !default;
|
|
|
|
|
2016-01-07 09:21:58 +01:00
|
|
|
$text-muted: $gray-light !default;
|
2015-08-14 08:18:32 +02:00
|
|
|
|
2016-01-07 09:21:58 +01:00
|
|
|
$blockquote-small-color: $gray-light !default;
|
|
|
|
$blockquote-font-size: ($font-size-base * 1.25) !default;
|
|
|
|
$blockquote-border-color: $gray-lighter !default;
|
2016-01-15 07:27:08 +01:00
|
|
|
$blockquote-border-width: .25rem !default;
|
2015-08-14 08:18:32 +02:00
|
|
|
|
2016-12-23 04:09:11 +01:00
|
|
|
$hr-border-color: rgba($black,.1) !default;
|
2016-01-07 09:21:58 +01:00
|
|
|
$hr-border-width: $border-width !default;
|
2015-08-05 09:38:36 +02:00
|
|
|
|
2016-02-16 08:55:19 +01:00
|
|
|
$mark-padding: .2em !default;
|
|
|
|
|
2016-10-19 21:41:27 +02:00
|
|
|
$dt-font-weight: $font-weight-bold !default;
|
2015-12-06 21:28:15 +01:00
|
|
|
|
2016-12-23 04:09:11 +01:00
|
|
|
$kbd-box-shadow: inset 0 -.1rem 0 rgba($black,.25) !default;
|
2016-10-19 21:41:27 +02:00
|
|
|
$nested-kbd-font-weight: $font-weight-bold !default;
|
2015-12-06 21:28:15 +01:00
|
|
|
|
2016-01-07 09:21:58 +01:00
|
|
|
$list-inline-padding: 5px !default;
|
2015-12-04 10:56:49 +01:00
|
|
|
|
2014-12-02 23:02:35 +01:00
|
|
|
|
2016-12-24 21:35:08 +01:00
|
|
|
// Tables
|
2014-12-02 23:02:35 +01:00
|
|
|
//
|
2015-03-09 15:18:25 +01:00
|
|
|
// Customizes the `.table` component with basic values, each used across all table variations.
|
2014-12-02 23:02:35 +01:00
|
|
|
|
2014-12-10 01:24:05 +01:00
|
|
|
$table-cell-padding: .75rem !default;
|
Rename for consistency `$table-sm-cell-padding`, `$table-bg-accent`, `$table-bg-hover`, `$table-bg-active`, `$table-inverse-bg-accent`, `$table-inverse-bg-hover` to `$table-cell-padding-sm`, `$table-accent-bg`, `$table-hover-bg`, `$table-active-bg`, `$table-inverse-accent-bg`, `$table-inverse-hover-bg`, respectively (#22414)
2017-06-09 03:27:07 +02:00
|
|
|
$table-cell-padding-sm: .3rem !default;
|
2014-12-02 23:02:35 +01:00
|
|
|
|
2014-12-10 01:24:05 +01:00
|
|
|
$table-bg: transparent !default;
|
Rename for consistency `$table-sm-cell-padding`, `$table-bg-accent`, `$table-bg-hover`, `$table-bg-active`, `$table-inverse-bg-accent`, `$table-inverse-bg-hover` to `$table-cell-padding-sm`, `$table-accent-bg`, `$table-hover-bg`, `$table-active-bg`, `$table-inverse-accent-bg`, `$table-inverse-hover-bg`, respectively (#22414)
2017-06-09 03:27:07 +02:00
|
|
|
$table-accent-bg: rgba($black,.05) !default;
|
|
|
|
$table-hover-bg: rgba($black,.075) !default;
|
|
|
|
$table-active-bg: $table-hover-bg !default;
|
2014-12-02 23:02:35 +01:00
|
|
|
|
2017-03-20 01:03:52 +01:00
|
|
|
$table-border-width: $border-width !default;
|
|
|
|
$table-border-color: $gray-lighter !default;
|
|
|
|
|
2016-04-18 03:56:09 +02:00
|
|
|
$table-head-bg: $gray-lighter !default;
|
|
|
|
$table-head-color: $gray !default;
|
|
|
|
|
2017-03-20 01:03:52 +01:00
|
|
|
$table-inverse-bg: $gray-dark !default;
|
Rename for consistency `$table-sm-cell-padding`, `$table-bg-accent`, `$table-bg-hover`, `$table-bg-active`, `$table-inverse-bg-accent`, `$table-inverse-bg-hover` to `$table-cell-padding-sm`, `$table-accent-bg`, `$table-hover-bg`, `$table-active-bg`, `$table-inverse-accent-bg`, `$table-inverse-hover-bg`, respectively (#22414)
2017-06-09 03:27:07 +02:00
|
|
|
$table-inverse-accent-bg: rgba($white, .05) !default;
|
|
|
|
$table-inverse-hover-bg: rgba($white, .075) !default;
|
2017-04-17 00:45:10 +02:00
|
|
|
$table-inverse-border-color: lighten($gray-dark, 7.5%) !default;
|
2017-03-20 01:03:52 +01:00
|
|
|
$table-inverse-color: $body-bg !default;
|
2014-12-02 23:02:35 +01:00
|
|
|
|
|
|
|
|
2016-12-24 21:35:08 +01:00
|
|
|
// Buttons
|
2014-12-02 23:02:35 +01:00
|
|
|
//
|
2015-03-09 15:18:25 +01:00
|
|
|
// For each of Bootstrap's buttons, define text, background and border color.
|
2014-12-02 23:02:35 +01:00
|
|
|
|
2017-03-28 18:28:27 +02:00
|
|
|
$input-btn-padding-y: .5rem !default;
|
2017-04-09 06:25:02 +02:00
|
|
|
$input-btn-padding-x: .75rem !default;
|
2017-03-28 18:28:27 +02:00
|
|
|
$input-btn-line-height: 1.25 !default;
|
|
|
|
|
|
|
|
$input-btn-padding-y-sm: .25rem !default;
|
2017-04-08 13:18:17 +02:00
|
|
|
$input-btn-padding-x-sm: .5rem !default;
|
2017-03-28 18:28:27 +02:00
|
|
|
$input-btn-line-height-sm: 1.5 !default;
|
|
|
|
|
|
|
|
$input-btn-padding-y-lg: .5rem !default;
|
2017-04-08 13:18:17 +02:00
|
|
|
$input-btn-padding-x-lg: 1rem !default;
|
2017-03-28 18:28:27 +02:00
|
|
|
$input-btn-line-height-lg: 1.5 !default;
|
|
|
|
|
2016-10-19 21:41:27 +02:00
|
|
|
$btn-font-weight: $font-weight-normal !default;
|
2016-12-23 04:09:11 +01:00
|
|
|
$btn-box-shadow: inset 0 1px 0 rgba($white,.15), 0 1px 1px rgba($black,.075) !default;
|
2017-04-09 06:24:03 +02:00
|
|
|
$btn-focus-box-shadow: 0 0 0 3px rgba($brand-primary, .25) !default;
|
2016-12-23 04:09:11 +01:00
|
|
|
$btn-active-box-shadow: inset 0 3px 5px rgba($black,.125) !default;
|
2014-12-02 23:02:35 +01:00
|
|
|
|
2016-12-23 04:09:11 +01:00
|
|
|
$btn-primary-color: $white !default;
|
2014-12-10 01:24:05 +01:00
|
|
|
$btn-primary-bg: $brand-primary !default;
|
2017-04-17 00:45:10 +02:00
|
|
|
$btn-primary-border-color: $btn-primary-bg !default;
|
2014-12-02 23:02:35 +01:00
|
|
|
|
2014-12-10 01:24:05 +01:00
|
|
|
$btn-secondary-color: $gray-dark !default;
|
2016-12-23 04:09:11 +01:00
|
|
|
$btn-secondary-bg: $white !default;
|
2017-04-17 00:45:10 +02:00
|
|
|
$btn-secondary-border-color: #ccc !default;
|
2014-12-02 23:02:35 +01:00
|
|
|
|
2016-12-23 04:09:11 +01:00
|
|
|
$btn-info-color: $white !default;
|
2014-12-10 01:24:05 +01:00
|
|
|
$btn-info-bg: $brand-info !default;
|
2017-04-17 00:45:10 +02:00
|
|
|
$btn-info-border-color: $btn-info-bg !default;
|
2014-12-02 23:02:35 +01:00
|
|
|
|
2016-12-23 04:09:11 +01:00
|
|
|
$btn-success-color: $white !default;
|
2014-12-10 01:24:05 +01:00
|
|
|
$btn-success-bg: $brand-success !default;
|
2017-04-17 00:45:10 +02:00
|
|
|
$btn-success-border-color: $btn-success-bg !default;
|
2014-12-02 23:02:35 +01:00
|
|
|
|
2016-12-23 04:09:11 +01:00
|
|
|
$btn-warning-color: $white !default;
|
2014-12-10 01:24:05 +01:00
|
|
|
$btn-warning-bg: $brand-warning !default;
|
2017-04-17 00:45:10 +02:00
|
|
|
$btn-warning-border-color: $btn-warning-bg !default;
|
2014-12-02 23:02:35 +01:00
|
|
|
|
2016-12-23 04:09:11 +01:00
|
|
|
$btn-danger-color: $white !default;
|
2014-12-10 01:24:05 +01:00
|
|
|
$btn-danger-bg: $brand-danger !default;
|
2017-04-17 00:45:10 +02:00
|
|
|
$btn-danger-border-color: $btn-danger-bg !default;
|
2014-12-02 23:02:35 +01:00
|
|
|
|
2014-12-10 01:24:05 +01:00
|
|
|
$btn-link-disabled-color: $gray-light !default;
|
2014-12-02 23:02:35 +01:00
|
|
|
|
2016-01-08 22:23:24 +01:00
|
|
|
$btn-block-spacing-y: .5rem !default;
|
|
|
|
|
2015-06-19 08:56:43 +02:00
|
|
|
// Allows for customizing button radius independently from global border radius
|
2015-08-24 00:44:16 +02:00
|
|
|
$btn-border-radius: $border-radius !default;
|
|
|
|
$btn-border-radius-lg: $border-radius-lg !default;
|
|
|
|
$btn-border-radius-sm: $border-radius-sm !default;
|
2015-06-19 08:56:43 +02:00
|
|
|
|
2016-12-20 05:33:17 +01:00
|
|
|
$btn-transition: all .2s ease-in-out !default;
|
|
|
|
|
2014-12-02 23:02:35 +01:00
|
|
|
|
2016-12-24 21:35:08 +01:00
|
|
|
// Forms
|
2014-12-02 23:02:35 +01:00
|
|
|
|
2016-12-23 04:09:11 +01:00
|
|
|
$input-bg: $white !default;
|
(#22414) Rename for consistency `$input-bg-disabled`, `$input-bg-focus`, `$input-border-color-focus`, `$input-box-shadow-focus`, `$input-color-focus`, `$input-color-placeholder` to `$input-disabled-bg`, `$input-focus-bg`, `$input-focus-border-color`, `$input-focus-box-shadow`, `$input-focus-color`, `$input-placeholder-color`, respectively
2017-06-09 04:11:40 +02:00
|
|
|
$input-disabled-bg: $gray-lighter !default;
|
2014-12-02 23:02:35 +01:00
|
|
|
|
2014-12-10 01:24:05 +01:00
|
|
|
$input-color: $gray !default;
|
2016-12-23 04:09:11 +01:00
|
|
|
$input-border-color: rgba($black,.15) !default;
|
2015-12-07 11:07:35 +01:00
|
|
|
$input-btn-border-width: $border-width !default; // For form controls and buttons
|
2016-12-23 04:09:11 +01:00
|
|
|
$input-box-shadow: inset 0 1px 1px rgba($black,.075) !default;
|
2014-12-02 23:02:35 +01:00
|
|
|
|
2015-06-23 03:53:04 +02:00
|
|
|
$input-border-radius: $border-radius !default;
|
2014-12-10 01:24:05 +01:00
|
|
|
$input-border-radius-lg: $border-radius-lg !default;
|
|
|
|
$input-border-radius-sm: $border-radius-sm !default;
|
2014-12-02 23:02:35 +01:00
|
|
|
|
(#22414) Rename for consistency `$input-bg-disabled`, `$input-bg-focus`, `$input-border-color-focus`, `$input-box-shadow-focus`, `$input-color-focus`, `$input-color-placeholder` to `$input-disabled-bg`, `$input-focus-bg`, `$input-focus-border-color`, `$input-focus-box-shadow`, `$input-focus-color`, `$input-placeholder-color`, respectively
2017-06-09 04:11:40 +02:00
|
|
|
$input-focus-bg: $input-bg !default;
|
|
|
|
$input-focus-border-color: lighten($brand-primary, 25%) !default;
|
2017-06-14 05:15:42 +02:00
|
|
|
$input-focus-box-shadow: $input-box-shadow, $btn-focus-box-shadow !default;
|
(#22414) Rename for consistency `$input-bg-disabled`, `$input-bg-focus`, `$input-border-color-focus`, `$input-box-shadow-focus`, `$input-color-focus`, `$input-color-placeholder` to `$input-disabled-bg`, `$input-focus-bg`, `$input-focus-border-color`, `$input-focus-box-shadow`, `$input-focus-color`, `$input-placeholder-color`, respectively
2017-06-09 04:11:40 +02:00
|
|
|
$input-focus-color: $input-color !default;
|
2014-12-02 23:02:35 +01:00
|
|
|
|
(#22414) Rename for consistency `$input-bg-disabled`, `$input-bg-focus`, `$input-border-color-focus`, `$input-box-shadow-focus`, `$input-color-focus`, `$input-color-placeholder` to `$input-disabled-bg`, `$input-focus-bg`, `$input-focus-border-color`, `$input-focus-box-shadow`, `$input-focus-color`, `$input-placeholder-color`, respectively
2017-06-09 04:11:40 +02:00
|
|
|
$input-placeholder-color: $gray-light !default;
|
2014-12-02 23:02:35 +01:00
|
|
|
|
2017-04-22 20:56:01 +02:00
|
|
|
$input-height-border: $input-btn-border-width * 2 !default;
|
|
|
|
|
|
|
|
$input-height-inner: ($font-size-base * $input-btn-line-height) + ($input-btn-padding-y * 2) !default;
|
|
|
|
$input-height: calc(#{$input-height-inner} + #{$input-height-border}) !default;
|
|
|
|
|
|
|
|
$input-height-inner-sm: ($font-size-sm * $input-btn-line-height-sm) + ($input-btn-padding-y-sm * 2) !default;
|
|
|
|
$input-height-sm: calc(#{$input-height-inner-sm} + #{$input-height-border}) !default;
|
|
|
|
|
|
|
|
$input-height-inner-lg: ($font-size-sm * $input-btn-line-height-lg) + ($input-btn-padding-y-lg * 2) !default;
|
|
|
|
$input-height-lg: calc(#{$input-height-inner-lg} + #{$input-height-border}) !default;
|
2014-12-02 23:02:35 +01:00
|
|
|
|
2016-12-20 05:33:17 +01:00
|
|
|
$input-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s !default;
|
|
|
|
|
2016-12-27 00:42:19 +01:00
|
|
|
$form-text-margin-top: .25rem !default;
|
|
|
|
$form-feedback-margin-top: $form-text-margin-top !default;
|
|
|
|
|
|
|
|
$form-check-margin-bottom: .5rem !default;
|
|
|
|
$form-check-input-gutter: 1.25rem !default;
|
|
|
|
$form-check-input-margin-y: .25rem !default;
|
|
|
|
$form-check-input-margin-x: .25rem !default;
|
|
|
|
|
|
|
|
$form-check-inline-margin-x: .75rem !default;
|
|
|
|
|
2017-03-05 21:20:44 +01:00
|
|
|
$form-group-margin-bottom: 1rem !default;
|
2015-03-01 23:11:22 +01:00
|
|
|
|
2014-12-10 01:24:05 +01:00
|
|
|
$input-group-addon-bg: $gray-lighter !default;
|
2015-11-15 07:32:42 +01:00
|
|
|
$input-group-addon-border-color: $input-border-color !default;
|
2014-12-02 23:02:35 +01:00
|
|
|
|
2016-01-17 07:29:51 +01:00
|
|
|
$custom-control-gutter: 1.5rem !default;
|
|
|
|
$custom-control-spacer-y: .25rem !default;
|
2017-04-08 13:18:17 +02:00
|
|
|
$custom-control-spacer-x: 1rem !default;
|
2016-01-17 07:29:51 +01:00
|
|
|
|
|
|
|
$custom-control-indicator-size: 1rem !default;
|
|
|
|
$custom-control-indicator-bg: #ddd !default;
|
|
|
|
$custom-control-indicator-bg-size: 50% 50% !default;
|
2016-12-23 04:09:11 +01:00
|
|
|
$custom-control-indicator-box-shadow: inset 0 .25rem .25rem rgba($black,.1) !default;
|
2016-01-17 07:29:51 +01:00
|
|
|
|
(#22414) Rename for consistency `$custom-control-disabled-indicator-bg`, `$custom-control-disabled-description-color`, `$custom-control-checked-indicator-color`, `$custom-control-checked-indicator-bg`, `$custom-control-checked-indicator-box-shadow`, `$custom-control-focus-indicator-box-shadow`, `$custom-control-active-indicator-color`, `$custom-control-active-indicator-bg`, `$custom-control-active-indicator-box-shadow` to `$custom-control-indicator-disabled-bg`, `$custom-control-description-disabled-color`, `$custom-control-indicator-checked-color`, `$custom-control-indicator-checked-bg`, `$custom-control-indicator-checked-box-shadow`, `$custom-control-indicator-focus-box-shadow`, `$custom-control-indicator-active-color`, `$custom-control-indicator-active-bg`, `$custom-control-indicator-active-box-shadow`, respectively
2017-06-09 04:33:33 +02:00
|
|
|
$custom-control-indicator-disabled-bg: $gray-lighter !default;
|
|
|
|
$custom-control-description-disabled-color: $gray-light !default;
|
2016-01-17 07:29:51 +01:00
|
|
|
|
(#22414) Rename for consistency `$custom-control-disabled-indicator-bg`, `$custom-control-disabled-description-color`, `$custom-control-checked-indicator-color`, `$custom-control-checked-indicator-bg`, `$custom-control-checked-indicator-box-shadow`, `$custom-control-focus-indicator-box-shadow`, `$custom-control-active-indicator-color`, `$custom-control-active-indicator-bg`, `$custom-control-active-indicator-box-shadow` to `$custom-control-indicator-disabled-bg`, `$custom-control-description-disabled-color`, `$custom-control-indicator-checked-color`, `$custom-control-indicator-checked-bg`, `$custom-control-indicator-checked-box-shadow`, `$custom-control-indicator-focus-box-shadow`, `$custom-control-indicator-active-color`, `$custom-control-indicator-active-bg`, `$custom-control-indicator-active-box-shadow`, respectively
2017-06-09 04:33:33 +02:00
|
|
|
$custom-control-indicator-checked-color: $white !default;
|
|
|
|
$custom-control-indicator-checked-bg: $brand-primary !default;
|
|
|
|
$custom-control-indicator-checked-box-shadow: none !default;
|
2016-01-17 07:29:51 +01:00
|
|
|
|
(#22414) Rename for consistency `$custom-control-disabled-indicator-bg`, `$custom-control-disabled-description-color`, `$custom-control-checked-indicator-color`, `$custom-control-checked-indicator-bg`, `$custom-control-checked-indicator-box-shadow`, `$custom-control-focus-indicator-box-shadow`, `$custom-control-active-indicator-color`, `$custom-control-active-indicator-bg`, `$custom-control-active-indicator-box-shadow` to `$custom-control-indicator-disabled-bg`, `$custom-control-description-disabled-color`, `$custom-control-indicator-checked-color`, `$custom-control-indicator-checked-bg`, `$custom-control-indicator-checked-box-shadow`, `$custom-control-indicator-focus-box-shadow`, `$custom-control-indicator-active-color`, `$custom-control-indicator-active-bg`, `$custom-control-indicator-active-box-shadow`, respectively
2017-06-09 04:33:33 +02:00
|
|
|
$custom-control-indicator-focus-box-shadow: 0 0 0 1px $body-bg, 0 0 0 3px $brand-primary !default;
|
2016-01-17 07:29:51 +01:00
|
|
|
|
(#22414) Rename for consistency `$custom-control-disabled-indicator-bg`, `$custom-control-disabled-description-color`, `$custom-control-checked-indicator-color`, `$custom-control-checked-indicator-bg`, `$custom-control-checked-indicator-box-shadow`, `$custom-control-focus-indicator-box-shadow`, `$custom-control-active-indicator-color`, `$custom-control-active-indicator-bg`, `$custom-control-active-indicator-box-shadow` to `$custom-control-indicator-disabled-bg`, `$custom-control-description-disabled-color`, `$custom-control-indicator-checked-color`, `$custom-control-indicator-checked-bg`, `$custom-control-indicator-checked-box-shadow`, `$custom-control-indicator-focus-box-shadow`, `$custom-control-indicator-active-color`, `$custom-control-indicator-active-bg`, `$custom-control-indicator-active-box-shadow`, respectively
2017-06-09 04:33:33 +02:00
|
|
|
$custom-control-indicator-active-color: $white !default;
|
|
|
|
$custom-control-indicator-active-bg: lighten($brand-primary, 35%) !default;
|
|
|
|
$custom-control-indicator-active-box-shadow: none !default;
|
2016-01-17 07:29:51 +01:00
|
|
|
|
(Fixes #22414) Rename for consistency `$custom-checkbox-radius`, `$custom-checkbox-checked-icon`, `$custom-checkbox-indeterminate-indicator-color`, `$custom-checkbox-indeterminate-icon`, `$custom-radio-radius`, `$custom-radio-checked-icon`, `$custom-select-sm-font-size`, to `$custom-checkbox-border-radius`, `$custom-checkbox-icon-checked`, `$custom-checkbox-indicator-indeterminate-color`, `$custom-checkbox-icon-indeterminate`, `$custom-radio-border-radius`, `$custom-radio-icon-checked`, `$custom-select-font-size-sm` respectively
2017-06-09 05:14:50 +02:00
|
|
|
$custom-checkbox-border-radius: $border-radius !default;
|
|
|
|
$custom-checkbox-icon-checked: str-replace(url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='#{$custom-control-indicator-checked-color}' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E"), "#", "%23") !default;
|
2016-10-03 03:27:03 +02:00
|
|
|
|
2016-09-08 13:57:57 +02:00
|
|
|
$custom-checkbox-indeterminate-bg: $brand-primary !default;
|
(Fixes #22414) Rename for consistency `$custom-checkbox-radius`, `$custom-checkbox-checked-icon`, `$custom-checkbox-indeterminate-indicator-color`, `$custom-checkbox-indeterminate-icon`, `$custom-radio-radius`, `$custom-radio-checked-icon`, `$custom-select-sm-font-size`, to `$custom-checkbox-border-radius`, `$custom-checkbox-icon-checked`, `$custom-checkbox-indicator-indeterminate-color`, `$custom-checkbox-icon-indeterminate`, `$custom-radio-border-radius`, `$custom-radio-icon-checked`, `$custom-select-font-size-sm` respectively
2017-06-09 05:14:50 +02:00
|
|
|
$custom-checkbox-indicator-indeterminate-color: $custom-control-indicator-checked-color !default;
|
|
|
|
$custom-checkbox-icon-indeterminate: str-replace(url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3E%3Cpath stroke='#{$custom-checkbox-indicator-indeterminate-color}' d='M0 2h4'/%3E%3C/svg%3E"), "#", "%23") !default;
|
2016-01-17 07:29:51 +01:00
|
|
|
$custom-checkbox-indeterminate-box-shadow: none !default;
|
|
|
|
|
(Fixes #22414) Rename for consistency `$custom-checkbox-radius`, `$custom-checkbox-checked-icon`, `$custom-checkbox-indeterminate-indicator-color`, `$custom-checkbox-indeterminate-icon`, `$custom-radio-radius`, `$custom-radio-checked-icon`, `$custom-select-sm-font-size`, to `$custom-checkbox-border-radius`, `$custom-checkbox-icon-checked`, `$custom-checkbox-indicator-indeterminate-color`, `$custom-checkbox-icon-indeterminate`, `$custom-radio-border-radius`, `$custom-radio-icon-checked`, `$custom-select-font-size-sm` respectively
2017-06-09 05:14:50 +02:00
|
|
|
$custom-radio-border-radius: 50% !default;
|
|
|
|
$custom-radio-icon-checked: str-replace(url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='#{$custom-control-indicator-checked-color}'/%3E%3C/svg%3E"), "#", "%23") !default;
|
2016-01-17 07:29:51 +01:00
|
|
|
|
|
|
|
$custom-select-padding-y: .375rem !default;
|
2017-04-08 13:18:17 +02:00
|
|
|
$custom-select-padding-x: .75rem !default;
|
2017-04-22 20:56:01 +02:00
|
|
|
$custom-select-height: $input-height !default;
|
2016-09-08 13:57:57 +02:00
|
|
|
$custom-select-indicator-padding: 1rem !default; // Extra padding to account for the presence of the background-image based indicator
|
2017-03-28 18:28:27 +02:00
|
|
|
$custom-select-line-height: $input-btn-line-height !default;
|
2016-09-08 13:57:57 +02:00
|
|
|
$custom-select-color: $input-color !default;
|
|
|
|
$custom-select-disabled-color: $gray-light !default;
|
2016-12-23 04:09:11 +01:00
|
|
|
$custom-select-bg: $white !default;
|
2016-04-14 19:11:51 +02:00
|
|
|
$custom-select-disabled-bg: $gray-lighter !default;
|
2016-01-17 07:29:51 +01:00
|
|
|
$custom-select-bg-size: 8px 10px !default; // In pixels because image dimensions
|
2016-10-03 03:27:03 +02:00
|
|
|
$custom-select-indicator-color: #333 !default;
|
2016-10-20 19:22:06 +02:00
|
|
|
$custom-select-indicator: str-replace(url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='#{$custom-select-indicator-color}' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E"), "#", "%23") !default;
|
2016-01-17 07:29:51 +01:00
|
|
|
$custom-select-border-width: $input-btn-border-width !default;
|
|
|
|
$custom-select-border-color: $input-border-color !default;
|
|
|
|
$custom-select-border-radius: $border-radius !default;
|
|
|
|
|
2016-09-08 13:57:57 +02:00
|
|
|
$custom-select-focus-border-color: lighten($brand-primary, 25%) !default;
|
2016-12-23 04:09:11 +01:00
|
|
|
$custom-select-focus-box-shadow: inset 0 1px 2px rgba($black, .075), 0 0 5px rgba($custom-select-focus-border-color, .5) !default;
|
2016-01-17 07:29:51 +01:00
|
|
|
|
2017-04-22 20:56:27 +02:00
|
|
|
$custom-select-font-size-sm: 75% !default;
|
|
|
|
$custom-select-height-sm: $input-height-sm !default;
|
2015-10-14 04:30:30 +02:00
|
|
|
|
2016-01-18 00:21:16 +01:00
|
|
|
$custom-file-height: 2.5rem !default;
|
|
|
|
$custom-file-width: 14rem !default;
|
2016-12-23 04:09:11 +01:00
|
|
|
$custom-file-focus-box-shadow: 0 0 0 .075rem $white, 0 0 0 .2rem $brand-primary !default;
|
2016-01-18 00:21:16 +01:00
|
|
|
|
|
|
|
$custom-file-padding-y: 1rem !default;
|
2017-04-08 13:18:17 +02:00
|
|
|
$custom-file-padding-x: .5rem !default;
|
2016-01-18 00:21:16 +01:00
|
|
|
$custom-file-line-height: 1.5 !default;
|
2016-09-08 13:57:57 +02:00
|
|
|
$custom-file-color: $gray !default;
|
2016-12-23 04:09:11 +01:00
|
|
|
$custom-file-bg: $white !default;
|
2016-01-18 00:21:16 +01:00
|
|
|
$custom-file-border-width: $border-width !default;
|
2016-09-08 13:57:57 +02:00
|
|
|
$custom-file-border-color: $input-border-color !default;
|
2016-01-18 00:21:16 +01:00
|
|
|
$custom-file-border-radius: $border-radius !default;
|
2016-12-23 04:09:11 +01:00
|
|
|
$custom-file-box-shadow: inset 0 .2rem .4rem rgba($black,.05) !default;
|
2016-01-18 00:21:16 +01:00
|
|
|
$custom-file-button-color: $custom-file-color !default;
|
2016-09-08 13:57:57 +02:00
|
|
|
$custom-file-button-bg: $gray-lighter !default;
|
2016-01-18 05:50:55 +01:00
|
|
|
$custom-file-text: (
|
|
|
|
placeholder: (
|
|
|
|
en: "Choose file..."
|
|
|
|
),
|
|
|
|
button-label: (
|
|
|
|
en: "Browse"
|
|
|
|
)
|
|
|
|
) !default;
|
2015-10-14 04:30:30 +02:00
|
|
|
|
|
|
|
|
2017-06-07 07:45:37 +02:00
|
|
|
// Form validation
|
|
|
|
$form-feedback-valid-color: $brand-success !default;
|
|
|
|
$form-feedback-invalid-color: $brand-danger !default;
|
2015-08-13 07:39:36 +02:00
|
|
|
|
2014-12-02 23:02:35 +01:00
|
|
|
|
2016-12-24 21:35:08 +01:00
|
|
|
// Dropdowns
|
2014-12-02 23:02:35 +01:00
|
|
|
//
|
2015-03-09 15:18:25 +01:00
|
|
|
// Dropdown menu container and contents.
|
2014-12-02 23:02:35 +01:00
|
|
|
|
2016-10-03 03:25:51 +02:00
|
|
|
$dropdown-min-width: 10rem !default;
|
|
|
|
$dropdown-padding-y: .5rem !default;
|
|
|
|
$dropdown-margin-top: .125rem !default;
|
2016-12-23 04:09:11 +01:00
|
|
|
$dropdown-bg: $white !default;
|
|
|
|
$dropdown-border-color: rgba($black,.15) !default;
|
2015-11-15 07:30:16 +01:00
|
|
|
$dropdown-border-width: $border-width !default;
|
2016-09-08 13:57:57 +02:00
|
|
|
$dropdown-divider-bg: $gray-lighter !default;
|
2016-12-23 04:09:11 +01:00
|
|
|
$dropdown-box-shadow: 0 .5rem 1rem rgba($black,.175) !default;
|
2014-12-02 23:02:35 +01:00
|
|
|
|
2014-12-10 01:24:05 +01:00
|
|
|
$dropdown-link-color: $gray-dark !default;
|
|
|
|
$dropdown-link-hover-color: darken($gray-dark, 5%) !default;
|
2016-11-26 09:22:49 +01:00
|
|
|
$dropdown-link-hover-bg: $gray-lightest !default;
|
2014-12-02 23:02:35 +01:00
|
|
|
|
2014-12-10 01:24:05 +01:00
|
|
|
$dropdown-link-active-color: $component-active-color !default;
|
|
|
|
$dropdown-link-active-bg: $component-active-bg !default;
|
2014-12-02 23:02:35 +01:00
|
|
|
|
2014-12-10 01:24:05 +01:00
|
|
|
$dropdown-link-disabled-color: $gray-light !default;
|
2014-12-02 23:02:35 +01:00
|
|
|
|
2017-04-08 23:17:06 +02:00
|
|
|
$dropdown-item-padding-y: .25rem !default;
|
2016-10-03 03:25:51 +02:00
|
|
|
$dropdown-item-padding-x: 1.5rem !default;
|
2016-02-17 06:16:55 +01:00
|
|
|
|
2014-12-10 01:24:05 +01:00
|
|
|
$dropdown-header-color: $gray-light !default;
|
2014-12-02 23:02:35 +01:00
|
|
|
|
|
|
|
|
2016-12-24 21:35:08 +01:00
|
|
|
// Z-index master list
|
2014-12-02 23:02:35 +01:00
|
|
|
//
|
|
|
|
// Warning: Avoid customizing these values. They're used for a bird's eye view
|
|
|
|
// of components dependent on the z-axis and are designed to all work together.
|
|
|
|
|
2017-01-02 20:48:51 +01:00
|
|
|
$zindex-dropdown: 1000 !default;
|
2017-03-03 22:02:17 +01:00
|
|
|
$zindex-sticky: 1020 !default;
|
2017-01-02 20:48:51 +01:00
|
|
|
$zindex-fixed: 1030 !default;
|
|
|
|
$zindex-modal-backdrop: 1040 !default;
|
|
|
|
$zindex-modal: 1050 !default;
|
|
|
|
$zindex-popover: 1060 !default;
|
|
|
|
$zindex-tooltip: 1070 !default;
|
2014-12-02 23:02:35 +01:00
|
|
|
|
2017-01-14 07:52:05 +01:00
|
|
|
// Navs
|
|
|
|
|
|
|
|
$nav-link-padding-y: .5rem !default;
|
2017-04-08 13:18:17 +02:00
|
|
|
$nav-link-padding-x: 1rem !default;
|
(#22414) Renamed for consistency `$nav-disabled-link-color`, `$nav-tabs-active-link-color`, `$nav-tabs-active-link-bg`, `$nav-tabs-active-link-border-color`, `$nav-pills-active-link-color`, `$nav-pills-active-link-bg` to `$nav-link-disabled-color`, `$nav-tabs-link-active-color`, `$nav-tabs-link-active-bg`, `$nav-tabs-link-active-border-color`, `$nav-pills-link-active-color`, `$nav-pills-link-active-bg`, respectively
2017-06-09 05:23:24 +02:00
|
|
|
$nav-link-disabled-color: $gray-light !default;
|
2017-01-14 07:52:05 +01:00
|
|
|
|
|
|
|
$nav-tabs-border-color: #ddd !default;
|
|
|
|
$nav-tabs-border-width: $border-width !default;
|
|
|
|
$nav-tabs-border-radius: $border-radius !default;
|
|
|
|
$nav-tabs-link-hover-border-color: $gray-lighter !default;
|
(#22414) Renamed for consistency `$nav-disabled-link-color`, `$nav-tabs-active-link-color`, `$nav-tabs-active-link-bg`, `$nav-tabs-active-link-border-color`, `$nav-pills-active-link-color`, `$nav-pills-active-link-bg` to `$nav-link-disabled-color`, `$nav-tabs-link-active-color`, `$nav-tabs-link-active-bg`, `$nav-tabs-link-active-border-color`, `$nav-pills-link-active-color`, `$nav-pills-link-active-bg`, respectively
2017-06-09 05:23:24 +02:00
|
|
|
$nav-tabs-link-active-color: $gray !default;
|
|
|
|
$nav-tabs-link-active-bg: $body-bg !default;
|
|
|
|
$nav-tabs-link-active-border-color: #ddd !default;
|
2017-01-14 07:52:05 +01:00
|
|
|
|
|
|
|
$nav-pills-border-radius: $border-radius !default;
|
(#22414) Renamed for consistency `$nav-disabled-link-color`, `$nav-tabs-active-link-color`, `$nav-tabs-active-link-bg`, `$nav-tabs-active-link-border-color`, `$nav-pills-active-link-color`, `$nav-pills-active-link-bg` to `$nav-link-disabled-color`, `$nav-tabs-link-active-color`, `$nav-tabs-link-active-bg`, `$nav-tabs-link-active-border-color`, `$nav-pills-link-active-color`, `$nav-pills-link-active-bg`, respectively
2017-06-09 05:23:24 +02:00
|
|
|
$nav-pills-link-active-color: $component-active-color !default;
|
|
|
|
$nav-pills-link-active-bg: $component-active-bg !default;
|
2017-01-14 07:52:05 +01:00
|
|
|
|
2016-12-24 21:35:08 +01:00
|
|
|
// Navbar
|
2014-12-02 23:02:35 +01:00
|
|
|
|
2015-12-08 10:30:23 +01:00
|
|
|
$navbar-padding-y: ($spacer / 2) !default;
|
2017-04-08 13:18:17 +02:00
|
|
|
$navbar-padding-x: $spacer !default;
|
2016-05-13 17:15:48 +02:00
|
|
|
|
2017-01-14 07:59:20 +01:00
|
|
|
$navbar-brand-font-size: $font-size-lg !default;
|
2017-01-14 07:52:05 +01:00
|
|
|
// Compute the navbar-brand padding-y so the navbar-brand will have the same height as navbar-text and nav-link
|
2017-01-14 07:59:20 +01:00
|
|
|
$nav-link-height: $navbar-brand-font-size * $line-height-base !default;
|
2017-01-14 07:52:05 +01:00
|
|
|
$navbar-brand-height: ($font-size-base * $line-height-base + $nav-link-padding-y * 2) !default;
|
|
|
|
$navbar-brand-padding-y: ($navbar-brand-height - $nav-link-height) / 2 !default;
|
|
|
|
|
2016-12-22 07:10:44 +01:00
|
|
|
$navbar-toggler-padding-y: .25rem !default;
|
2017-04-08 13:18:17 +02:00
|
|
|
$navbar-toggler-padding-x: .75rem !default;
|
2016-05-13 06:50:17 +02:00
|
|
|
$navbar-toggler-font-size: $font-size-lg !default;
|
|
|
|
$navbar-toggler-border-radius: $btn-border-radius !default;
|
2016-05-13 06:49:03 +02:00
|
|
|
|
2016-12-23 04:09:11 +01:00
|
|
|
$navbar-inverse-color: rgba($white,.5) !default;
|
|
|
|
$navbar-inverse-hover-color: rgba($white,.75) !default;
|
|
|
|
$navbar-inverse-active-color: rgba($white,1) !default;
|
|
|
|
$navbar-inverse-disabled-color: rgba($white,.25) !default;
|
2017-05-27 05:55:07 +02:00
|
|
|
$navbar-inverse-toggler-icon-bg: str-replace(url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='#{$navbar-inverse-color}' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E"), "#", "%23") !default;
|
2017-04-17 00:45:10 +02:00
|
|
|
$navbar-inverse-toggler-border-color: rgba($white,.1) !default;
|
2015-08-18 09:46:29 +02:00
|
|
|
|
2016-12-23 04:09:11 +01:00
|
|
|
$navbar-light-color: rgba($black,.5) !default;
|
|
|
|
$navbar-light-hover-color: rgba($black,.7) !default;
|
|
|
|
$navbar-light-active-color: rgba($black,.9) !default;
|
|
|
|
$navbar-light-disabled-color: rgba($black,.3) !default;
|
2017-05-27 05:55:07 +02:00
|
|
|
$navbar-light-toggler-icon-bg: str-replace(url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='#{$navbar-light-color}' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E"), "#", "%23") !default;
|
2017-04-17 00:45:10 +02:00
|
|
|
$navbar-light-toggler-border-color: rgba($black,.1) !default;
|
2014-12-02 23:02:35 +01:00
|
|
|
|
2016-12-24 21:35:08 +01:00
|
|
|
// Pagination
|
2014-12-02 23:02:35 +01:00
|
|
|
|
2015-08-14 08:04:16 +02:00
|
|
|
$pagination-padding-y: .5rem !default;
|
2017-04-08 13:18:17 +02:00
|
|
|
$pagination-padding-x: .75rem !default;
|
2016-11-28 08:39:46 +01:00
|
|
|
$pagination-padding-y-sm: .25rem !default;
|
2017-04-08 13:18:17 +02:00
|
|
|
$pagination-padding-x-sm: .5rem !default;
|
2015-08-14 08:04:16 +02:00
|
|
|
$pagination-padding-y-lg: .75rem !default;
|
2017-04-08 13:18:17 +02:00
|
|
|
$pagination-padding-x-lg: 1.5rem !default;
|
2016-11-28 08:37:36 +01:00
|
|
|
$pagination-line-height: 1.25 !default;
|
2015-08-14 08:04:16 +02:00
|
|
|
|
2014-12-10 01:24:05 +01:00
|
|
|
$pagination-color: $link-color !default;
|
2016-12-23 04:09:11 +01:00
|
|
|
$pagination-bg: $white !default;
|
2015-11-15 07:53:18 +01:00
|
|
|
$pagination-border-width: $border-width !default;
|
2015-11-15 07:51:18 +01:00
|
|
|
$pagination-border-color: #ddd !default;
|
2014-12-02 23:02:35 +01:00
|
|
|
|
2014-12-10 01:24:05 +01:00
|
|
|
$pagination-hover-color: $link-hover-color !default;
|
|
|
|
$pagination-hover-bg: $gray-lighter !default;
|
2017-04-17 00:45:10 +02:00
|
|
|
$pagination-hover-border-color: #ddd !default;
|
2014-12-02 23:02:35 +01:00
|
|
|
|
2016-12-23 04:09:11 +01:00
|
|
|
$pagination-active-color: $white !default;
|
2014-12-10 01:24:05 +01:00
|
|
|
$pagination-active-bg: $brand-primary !default;
|
2017-04-17 00:45:10 +02:00
|
|
|
$pagination-active-border-color: $brand-primary !default;
|
2014-12-02 23:02:35 +01:00
|
|
|
|
2014-12-10 01:24:05 +01:00
|
|
|
$pagination-disabled-color: $gray-light !default;
|
2016-12-23 04:09:11 +01:00
|
|
|
$pagination-disabled-bg: $white !default;
|
2017-04-17 00:45:10 +02:00
|
|
|
$pagination-disabled-border-color: #ddd !default;
|
2014-12-02 23:02:35 +01:00
|
|
|
|
|
|
|
|
2016-12-24 21:35:08 +01:00
|
|
|
// Jumbotron
|
2014-12-02 23:02:35 +01:00
|
|
|
|
2014-12-10 01:24:05 +01:00
|
|
|
$jumbotron-padding: 2rem !default;
|
|
|
|
$jumbotron-bg: $gray-lighter !default;
|
2014-12-02 23:02:35 +01:00
|
|
|
|
|
|
|
|
2016-12-24 21:35:08 +01:00
|
|
|
// Form states and alerts
|
2014-12-02 23:02:35 +01:00
|
|
|
//
|
2015-03-09 15:18:25 +01:00
|
|
|
// Define colors for form feedback states and, by default, alerts.
|
2014-12-02 23:02:35 +01:00
|
|
|
|
2014-12-10 01:24:05 +01:00
|
|
|
$state-success-text: #3c763d !default;
|
|
|
|
$state-success-bg: #dff0d8 !default;
|
2017-04-17 00:45:10 +02:00
|
|
|
$state-success-border-color: darken($state-success-bg, 5%) !default;
|
2014-12-02 23:02:35 +01:00
|
|
|
|
2014-12-10 01:24:05 +01:00
|
|
|
$state-info-text: #31708f !default;
|
|
|
|
$state-info-bg: #d9edf7 !default;
|
2017-04-17 00:45:10 +02:00
|
|
|
$state-info-border-color: darken($state-info-bg, 7%) !default;
|
2014-12-02 23:02:35 +01:00
|
|
|
|
2014-12-10 01:24:05 +01:00
|
|
|
$state-warning-text: #8a6d3b !default;
|
|
|
|
$state-warning-bg: #fcf8e3 !default;
|
2016-02-16 09:04:30 +01:00
|
|
|
$mark-bg: $state-warning-bg !default;
|
2017-04-17 00:45:10 +02:00
|
|
|
$state-warning-border-color: darken($state-warning-bg, 5%) !default;
|
2014-12-02 23:02:35 +01:00
|
|
|
|
2014-12-10 01:24:05 +01:00
|
|
|
$state-danger-text: #a94442 !default;
|
|
|
|
$state-danger-bg: #f2dede !default;
|
2017-04-17 00:45:10 +02:00
|
|
|
$state-danger-border-color: darken($state-danger-bg, 5%) !default;
|
2014-12-02 23:02:35 +01:00
|
|
|
|
|
|
|
|
2016-12-24 21:35:08 +01:00
|
|
|
// Cards
|
2016-12-23 06:07:51 +01:00
|
|
|
|
2015-08-24 00:44:16 +02:00
|
|
|
$card-spacer-y: .75rem !default;
|
2017-04-08 13:18:17 +02:00
|
|
|
$card-spacer-x: 1.25rem !default;
|
2015-12-08 09:49:31 +01:00
|
|
|
$card-border-width: 1px !default;
|
2015-10-13 01:32:15 +02:00
|
|
|
$card-border-radius: $border-radius !default;
|
2016-12-23 04:09:11 +01:00
|
|
|
$card-border-color: rgba($black,.125) !default;
|
2017-06-02 00:51:31 +02:00
|
|
|
$card-inner-border-radius: calc(#{$card-border-radius} - #{$card-border-width}) !default;
|
2016-11-26 09:22:49 +01:00
|
|
|
$card-cap-bg: $gray-lightest !default;
|
2016-12-23 04:09:11 +01:00
|
|
|
$card-bg: $white !default;
|
2015-08-19 23:34:26 +02:00
|
|
|
|
2017-05-31 02:24:15 +02:00
|
|
|
$card-inverse-link-hover-color: $white !default;
|
2015-09-26 14:57:13 +02:00
|
|
|
|
2016-02-17 08:25:18 +01:00
|
|
|
$card-img-overlay-padding: 1.25rem !default;
|
|
|
|
|
2016-12-23 03:55:21 +01:00
|
|
|
$card-deck-margin: ($grid-gutter-width-base / 2) !default;
|
2015-12-08 09:51:43 +01:00
|
|
|
|
2016-12-23 01:38:22 +01:00
|
|
|
$card-columns-count: 3 !default;
|
2016-12-23 01:38:09 +01:00
|
|
|
$card-columns-gap: 1.25rem !default;
|
2016-12-23 01:39:11 +01:00
|
|
|
$card-columns-margin: $card-spacer-y !default;
|
2016-02-17 08:00:58 +01:00
|
|
|
|
2015-09-26 14:57:13 +02:00
|
|
|
|
2016-12-24 21:35:08 +01:00
|
|
|
// Tooltips
|
2014-12-02 23:02:35 +01:00
|
|
|
|
2014-12-10 01:24:05 +01:00
|
|
|
$tooltip-max-width: 200px !default;
|
2016-12-23 04:09:11 +01:00
|
|
|
$tooltip-color: $white !default;
|
|
|
|
$tooltip-bg: $black !default;
|
2014-12-10 01:24:05 +01:00
|
|
|
$tooltip-opacity: .9 !default;
|
2015-12-08 09:31:43 +01:00
|
|
|
$tooltip-padding-y: 3px !default;
|
|
|
|
$tooltip-padding-x: 8px !default;
|
2017-05-12 16:08:51 +02:00
|
|
|
$tooltip-margin: 0 !default;
|
2014-12-02 23:02:35 +01:00
|
|
|
|
|
|
|
|
2014-12-10 01:24:05 +01:00
|
|
|
$tooltip-arrow-width: 5px !default;
|
2017-05-23 14:17:07 +02:00
|
|
|
$tooltip-arrow-height: 5px !default;
|
2014-12-10 01:24:05 +01:00
|
|
|
$tooltip-arrow-color: $tooltip-bg !default;
|
2014-12-02 23:02:35 +01:00
|
|
|
|
|
|
|
|
2016-12-24 21:35:08 +01:00
|
|
|
// Popovers
|
2014-12-02 23:02:35 +01:00
|
|
|
|
2016-05-12 20:12:22 +02:00
|
|
|
$popover-inner-padding: 1px !default;
|
2016-12-23 04:09:11 +01:00
|
|
|
$popover-bg: $white !default;
|
2014-12-10 01:24:05 +01:00
|
|
|
$popover-max-width: 276px !default;
|
2015-11-15 08:11:20 +01:00
|
|
|
$popover-border-width: $border-width !default;
|
2016-12-23 04:09:11 +01:00
|
|
|
$popover-border-color: rgba($black,.2) !default;
|
|
|
|
$popover-box-shadow: 0 5px 10px rgba($black,.2) !default;
|
2014-12-02 23:02:35 +01:00
|
|
|
|
2017-06-15 07:03:33 +02:00
|
|
|
$popover-header-bg: darken($popover-bg, 3%) !default;
|
|
|
|
$popover-header-color: $headings-color !default;
|
|
|
|
$popover-header-padding-y: 8px !default;
|
|
|
|
$popover-header-padding-x: 14px !default;
|
|
|
|
|
|
|
|
$popover-body-color: $body-color !default;
|
|
|
|
$popover-body-padding-y: 9px !default;
|
|
|
|
$popover-body-padding-x: 14px !default;
|
2014-12-02 23:02:35 +01:00
|
|
|
|
2014-12-10 01:24:05 +01:00
|
|
|
$popover-arrow-width: 10px !default;
|
2017-05-23 14:17:07 +02:00
|
|
|
$popover-arrow-height: 5px !default;
|
2014-12-10 01:24:05 +01:00
|
|
|
$popover-arrow-color: $popover-bg !default;
|
2014-12-02 23:02:35 +01:00
|
|
|
|
2016-01-14 01:16:14 +01:00
|
|
|
$popover-arrow-outer-width: ($popover-arrow-width + 1px) !default;
|
2016-02-06 21:29:53 +01:00
|
|
|
$popover-arrow-outer-color: fade-in($popover-border-color, .05) !default;
|
2014-12-02 23:02:35 +01:00
|
|
|
|
|
|
|
|
2016-12-24 21:35:08 +01:00
|
|
|
// Badges
|
2014-12-02 23:02:35 +01:00
|
|
|
|
2016-10-27 03:33:58 +02:00
|
|
|
$badge-default-bg: $gray-light !default;
|
|
|
|
$badge-primary-bg: $brand-primary !default;
|
|
|
|
$badge-success-bg: $brand-success !default;
|
|
|
|
$badge-info-bg: $brand-info !default;
|
|
|
|
$badge-warning-bg: $brand-warning !default;
|
|
|
|
$badge-danger-bg: $brand-danger !default;
|
|
|
|
|
2016-12-23 04:09:11 +01:00
|
|
|
$badge-color: $white !default;
|
|
|
|
$badge-link-hover-color: $white !default;
|
2016-10-27 03:33:58 +02:00
|
|
|
$badge-font-size: 75% !default;
|
|
|
|
$badge-font-weight: $font-weight-bold !default;
|
|
|
|
$badge-padding-y: .25em !default;
|
2017-04-08 13:18:17 +02:00
|
|
|
$badge-padding-x: .4em !default;
|
2016-10-27 03:33:58 +02:00
|
|
|
|
|
|
|
$badge-pill-padding-x: .6em !default;
|
2016-02-16 09:30:40 +01:00
|
|
|
// Use a higher than normal value to ensure completely rounded edges when
|
|
|
|
// customizing padding or font-size on labels.
|
2016-10-27 03:33:58 +02:00
|
|
|
$badge-pill-border-radius: 10rem !default;
|
2014-12-02 23:02:35 +01:00
|
|
|
|
2016-10-19 10:17:55 +02:00
|
|
|
|
2016-12-24 21:35:08 +01:00
|
|
|
// Modals
|
2014-12-02 23:02:35 +01:00
|
|
|
|
2015-03-09 15:18:25 +01:00
|
|
|
// Padding applied to the modal body
|
2014-12-10 01:24:05 +01:00
|
|
|
$modal-inner-padding: 15px !default;
|
2014-12-02 23:02:35 +01:00
|
|
|
|
2016-02-16 08:10:38 +01:00
|
|
|
$modal-dialog-margin: 10px !default;
|
2017-06-09 05:27:19 +02:00
|
|
|
$modal-dialog-margin-y-sm-up: 30px !default;
|
2016-02-16 08:10:38 +01:00
|
|
|
|
2016-02-04 04:45:13 +01:00
|
|
|
$modal-title-line-height: $line-height-base !default;
|
2014-12-02 23:02:35 +01:00
|
|
|
|
2016-12-23 04:09:11 +01:00
|
|
|
$modal-content-bg: $white !default;
|
|
|
|
$modal-content-border-color: rgba($black,.2) !default;
|
2016-02-16 08:45:28 +01:00
|
|
|
$modal-content-border-width: $border-width !default;
|
2017-06-09 05:27:19 +02:00
|
|
|
$modal-content-box-shadow-xs: 0 3px 9px rgba($black,.5) !default;
|
|
|
|
$modal-content-box-shadow-sm-up: 0 5px 15px rgba($black,.5) !default;
|
2014-12-02 23:02:35 +01:00
|
|
|
|
2016-12-23 04:09:11 +01:00
|
|
|
$modal-backdrop-bg: $black !default;
|
2014-12-10 01:24:05 +01:00
|
|
|
$modal-backdrop-opacity: .5 !default;
|
2016-12-25 02:24:06 +01:00
|
|
|
$modal-header-border-color: $gray-lighter !default;
|
2014-12-10 01:24:05 +01:00
|
|
|
$modal-footer-border-color: $modal-header-border-color !default;
|
2016-02-16 08:45:28 +01:00
|
|
|
$modal-header-border-width: $modal-content-border-width !default;
|
2016-02-16 08:35:57 +01:00
|
|
|
$modal-footer-border-width: $modal-header-border-width !default;
|
2016-11-10 23:37:20 +01:00
|
|
|
$modal-header-padding: 15px !default;
|
2014-12-02 23:02:35 +01:00
|
|
|
|
2016-11-26 09:47:33 +01:00
|
|
|
$modal-lg: 800px !default;
|
|
|
|
$modal-md: 500px !default;
|
2014-12-10 01:24:05 +01:00
|
|
|
$modal-sm: 300px !default;
|
2014-12-02 23:02:35 +01:00
|
|
|
|
2016-12-20 05:33:17 +01:00
|
|
|
$modal-transition: transform .3s ease-out !default;
|
|
|
|
|
2014-12-02 23:02:35 +01:00
|
|
|
|
2016-12-24 21:35:08 +01:00
|
|
|
// Alerts
|
2014-12-02 23:02:35 +01:00
|
|
|
//
|
2015-03-09 15:18:25 +01:00
|
|
|
// Define alert colors, border radius, and padding.
|
2014-12-02 23:02:35 +01:00
|
|
|
|
2016-10-19 04:18:06 +02:00
|
|
|
$alert-padding-y: .75rem !default;
|
2017-04-08 13:18:17 +02:00
|
|
|
$alert-padding-x: 1.25rem !default;
|
2017-03-05 21:20:44 +01:00
|
|
|
$alert-margin-bottom: 1rem !default;
|
2015-06-23 03:53:04 +02:00
|
|
|
$alert-border-radius: $border-radius !default;
|
2016-10-19 21:41:27 +02:00
|
|
|
$alert-link-font-weight: $font-weight-bold !default;
|
2015-10-15 16:57:15 +02:00
|
|
|
$alert-border-width: $border-width !default;
|
2014-12-02 23:02:35 +01:00
|
|
|
|
2014-12-10 01:24:05 +01:00
|
|
|
$alert-success-bg: $state-success-bg !default;
|
|
|
|
$alert-success-text: $state-success-text !default;
|
2017-04-17 00:45:10 +02:00
|
|
|
$alert-success-border-color: $state-success-border-color !default;
|
2014-12-02 23:02:35 +01:00
|
|
|
|
2014-12-10 01:24:05 +01:00
|
|
|
$alert-info-bg: $state-info-bg !default;
|
|
|
|
$alert-info-text: $state-info-text !default;
|
2017-04-17 00:45:10 +02:00
|
|
|
$alert-info-border-color: $state-info-border-color !default;
|
2014-12-02 23:02:35 +01:00
|
|
|
|
2014-12-10 01:24:05 +01:00
|
|
|
$alert-warning-bg: $state-warning-bg !default;
|
|
|
|
$alert-warning-text: $state-warning-text !default;
|
2017-04-17 00:45:10 +02:00
|
|
|
$alert-warning-border-color: $state-warning-border-color !default;
|
2014-12-02 23:02:35 +01:00
|
|
|
|
2014-12-10 01:24:05 +01:00
|
|
|
$alert-danger-bg: $state-danger-bg !default;
|
|
|
|
$alert-danger-text: $state-danger-text !default;
|
2017-04-17 00:45:10 +02:00
|
|
|
$alert-danger-border-color: $state-danger-border-color !default;
|
2014-12-02 23:02:35 +01:00
|
|
|
|
|
|
|
|
2016-12-24 21:35:08 +01:00
|
|
|
// Progress bars
|
2014-12-02 23:02:35 +01:00
|
|
|
|
2016-12-29 23:56:28 +01:00
|
|
|
$progress-height: 1rem !default;
|
|
|
|
$progress-font-size: .75rem !default;
|
|
|
|
$progress-bg: $gray-lighter !default;
|
|
|
|
$progress-border-radius: $border-radius !default;
|
|
|
|
$progress-box-shadow: inset 0 .1rem .1rem rgba($black,.1) !default;
|
|
|
|
$progress-bar-color: $white !default;
|
|
|
|
$progress-bar-bg: $brand-primary !default;
|
|
|
|
$progress-bar-animation-timing: 1s linear infinite !default;
|
2017-04-08 23:05:33 +02:00
|
|
|
$progress-bar-transition: width .6s ease !default;
|
2014-12-02 23:02:35 +01:00
|
|
|
|
2016-12-24 21:35:08 +01:00
|
|
|
// List group
|
2014-12-02 23:02:35 +01:00
|
|
|
|
2016-12-28 22:45:07 +01:00
|
|
|
$list-group-color: $body-color !default;
|
|
|
|
$list-group-bg: $white !default;
|
|
|
|
$list-group-border-color: rgba($black,.125) !default;
|
|
|
|
$list-group-border-width: $border-width !default;
|
|
|
|
$list-group-border-radius: $border-radius !default;
|
2014-12-02 23:02:35 +01:00
|
|
|
|
2016-12-28 22:45:07 +01:00
|
|
|
$list-group-item-padding-y: .75rem !default;
|
2017-04-08 13:18:17 +02:00
|
|
|
$list-group-item-padding-x: 1.25rem !default;
|
2016-12-28 22:45:07 +01:00
|
|
|
|
2017-04-17 00:45:10 +02:00
|
|
|
$list-group-hover-bg: $gray-lightest !default;
|
|
|
|
$list-group-active-color: $component-active-color !default;
|
|
|
|
$list-group-active-bg: $component-active-bg !default;
|
|
|
|
$list-group-active-border-color: $list-group-active-bg !default;
|
2014-12-02 23:02:35 +01:00
|
|
|
|
2014-12-10 01:24:05 +01:00
|
|
|
$list-group-disabled-color: $gray-light !default;
|
2016-12-28 22:45:07 +01:00
|
|
|
$list-group-disabled-bg: $list-group-bg !default;
|
2014-12-02 23:02:35 +01:00
|
|
|
|
2016-12-28 22:45:07 +01:00
|
|
|
$list-group-link-color: $gray !default;
|
|
|
|
$list-group-link-hover-color: $list-group-link-color !default;
|
2014-12-02 23:02:35 +01:00
|
|
|
|
2016-12-28 22:45:07 +01:00
|
|
|
$list-group-link-active-color: $list-group-color !default;
|
|
|
|
$list-group-link-active-bg: $gray-lighter !default;
|
2016-02-17 07:57:10 +01:00
|
|
|
|
2014-12-02 23:02:35 +01:00
|
|
|
|
2016-12-24 21:35:08 +01:00
|
|
|
// Image thumbnails
|
2014-12-02 23:02:35 +01:00
|
|
|
|
2014-12-10 01:24:05 +01:00
|
|
|
$thumbnail-padding: .25rem !default;
|
|
|
|
$thumbnail-bg: $body-bg !default;
|
2015-11-15 07:56:20 +01:00
|
|
|
$thumbnail-border-width: $border-width !default;
|
2015-11-15 07:54:53 +01:00
|
|
|
$thumbnail-border-color: #ddd !default;
|
2015-06-23 03:53:04 +02:00
|
|
|
$thumbnail-border-radius: $border-radius !default;
|
2016-12-23 04:09:11 +01:00
|
|
|
$thumbnail-box-shadow: 0 1px 2px rgba($black,.075) !default;
|
2016-12-20 05:33:17 +01:00
|
|
|
$thumbnail-transition: all .2s ease-in-out !default;
|
2014-12-02 23:02:35 +01:00
|
|
|
|
|
|
|
|
2016-12-24 21:35:08 +01:00
|
|
|
// Figures
|
2016-02-17 07:31:40 +01:00
|
|
|
|
|
|
|
$figure-caption-font-size: 90% !default;
|
2016-04-18 03:56:09 +02:00
|
|
|
$figure-caption-color: $gray-light !default;
|
2016-02-17 07:31:40 +01:00
|
|
|
|
|
|
|
|
2016-12-24 21:35:08 +01:00
|
|
|
// Breadcrumbs
|
2014-12-02 23:02:35 +01:00
|
|
|
|
2015-12-08 11:20:25 +01:00
|
|
|
$breadcrumb-padding-y: .75rem !default;
|
|
|
|
$breadcrumb-padding-x: 1rem !default;
|
|
|
|
$breadcrumb-item-padding: .5rem !default;
|
2014-12-02 23:02:35 +01:00
|
|
|
|
2014-12-10 01:24:05 +01:00
|
|
|
$breadcrumb-bg: $gray-lighter !default;
|
|
|
|
$breadcrumb-divider-color: $gray-light !default;
|
|
|
|
$breadcrumb-active-color: $gray-light !default;
|
|
|
|
$breadcrumb-divider: "/" !default;
|
2014-12-02 23:02:35 +01:00
|
|
|
|
|
|
|
|
2016-12-24 21:35:08 +01:00
|
|
|
// Carousel
|
2014-12-02 23:02:35 +01:00
|
|
|
|
2016-12-23 04:09:11 +01:00
|
|
|
$carousel-control-color: $white !default;
|
2014-12-10 01:24:05 +01:00
|
|
|
$carousel-control-width: 15% !default;
|
|
|
|
$carousel-control-opacity: .5 !default;
|
2014-12-02 23:02:35 +01:00
|
|
|
|
2016-12-05 05:14:33 +01:00
|
|
|
$carousel-indicator-width: 30px !default;
|
|
|
|
$carousel-indicator-height: 3px !default;
|
2016-12-22 23:31:33 +01:00
|
|
|
$carousel-indicator-spacer: 3px !default;
|
2016-12-23 04:09:11 +01:00
|
|
|
$carousel-indicator-active-bg: $white !default;
|
2014-12-02 23:02:35 +01:00
|
|
|
|
2016-02-17 06:32:39 +01:00
|
|
|
$carousel-caption-width: 70% !default;
|
2016-12-23 04:09:11 +01:00
|
|
|
$carousel-caption-color: $white !default;
|
2014-12-02 23:02:35 +01:00
|
|
|
|
2016-12-05 07:01:31 +01:00
|
|
|
$carousel-control-icon-width: 20px !default;
|
2016-02-17 05:46:52 +01:00
|
|
|
|
2016-12-05 07:06:29 +01:00
|
|
|
$carousel-control-prev-icon-bg: str-replace(url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='#{$carousel-control-color}' viewBox='0 0 8 8'%3E%3Cpath d='M4 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E"), "#", "%23") !default;
|
|
|
|
$carousel-control-next-icon-bg: str-replace(url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='#{$carousel-control-color}' viewBox='0 0 8 8'%3E%3Cpath d='M1.5 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E"), "#", "%23") !default;
|
2016-12-05 06:54:45 +01:00
|
|
|
|
2017-04-09 01:01:54 +02:00
|
|
|
$carousel-transition: transform .6s ease !default;
|
2016-12-20 05:33:17 +01:00
|
|
|
|
2014-12-02 23:02:35 +01:00
|
|
|
|
2016-12-24 21:35:08 +01:00
|
|
|
// Close
|
2014-12-02 23:02:35 +01:00
|
|
|
|
2017-01-03 22:51:06 +01:00
|
|
|
$close-font-size: $font-size-base * 1.5 !default;
|
2016-10-19 21:41:27 +02:00
|
|
|
$close-font-weight: $font-weight-bold !default;
|
2016-12-23 04:09:11 +01:00
|
|
|
$close-color: $black !default;
|
|
|
|
$close-text-shadow: 0 1px 0 $white !default;
|
2014-12-02 23:02:35 +01:00
|
|
|
|
2016-12-24 21:35:08 +01:00
|
|
|
// Code
|
2014-12-02 23:02:35 +01:00
|
|
|
|
2016-02-17 07:37:00 +01:00
|
|
|
$code-font-size: 90% !default;
|
2016-02-17 07:45:26 +01:00
|
|
|
$code-padding-y: .2rem !default;
|
2017-04-08 13:18:17 +02:00
|
|
|
$code-padding-x: .4rem !default;
|
2015-06-10 01:28:17 +02:00
|
|
|
$code-color: #bd4147 !default;
|
2016-11-26 09:23:49 +01:00
|
|
|
$code-bg: $gray-lightest !default;
|
2014-12-02 23:02:35 +01:00
|
|
|
|
2016-12-23 04:09:11 +01:00
|
|
|
$kbd-color: $white !default;
|
2016-09-08 13:57:57 +02:00
|
|
|
$kbd-bg: $gray-dark !default;
|
2014-12-02 23:02:35 +01:00
|
|
|
|
2014-12-10 01:24:05 +01:00
|
|
|
$pre-color: $gray-dark !default;
|
|
|
|
$pre-scrollable-max-height: 340px !default;
|