|
|
@@ -52,16 +52,16 @@
|
|
|
//
|
|
|
//## Settings for some of the most global styles.
|
|
|
|
|
|
-//** Background color for `<body>`.
|
|
|
+//## Background color for `<body>`.
|
|
|
@body-bg: @cui-blue-gray-050;
|
|
|
-//** Global text color on `<body>`.
|
|
|
+//## Global text color on `<body>`.
|
|
|
@text-color: @cui-gray-800;
|
|
|
|
|
|
-//** Global textual link color.
|
|
|
+//## Global textual link color.
|
|
|
@link-color: @brand-primary;
|
|
|
-//** Link hover color set via explicit color
|
|
|
+//## Link hover color set via explicit color
|
|
|
@link-hover-color: @cui-blue-900;
|
|
|
-//** Link hover decoration.
|
|
|
+//## Link hover decoration.
|
|
|
@link-hover-decoration: underline;
|
|
|
|
|
|
|
|
|
@@ -71,7 +71,7 @@
|
|
|
|
|
|
@font-family-sans-serif: Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
|
@font-family-serif: Georgia, "Times New Roman", Times, serif;
|
|
|
-//** Default monospace fonts for `<code>`, `<kbd>`, and `<pre>`.
|
|
|
+//## Default monospace fonts for `<code>`, `<kbd>`, and `<pre>`.
|
|
|
@font-family-monospace: Roboto Mono, Menlo, Monaco, Consolas, "Courier New", monospace;
|
|
|
@font-family-base: @font-family-sans-serif;
|
|
|
|
|
|
@@ -86,12 +86,12 @@
|
|
|
@font-size-h5: 16px;
|
|
|
@font-size-h6: 14px;
|
|
|
|
|
|
-//** Unit-less `line-height` for use in components like buttons.
|
|
|
+//## Unit-less `line-height` for use in components like buttons.
|
|
|
@line-height-base: 1.428571429; // 20/14
|
|
|
-//** Computed "line-height" (`font-size` * `line-height`) for use with `margin`, `padding`, etc.
|
|
|
+//## Computed "line-height" (`font-size` * `line-height`) for use with `margin`, `padding`, etc.
|
|
|
@line-height-computed: floor((@font-size-base * @line-height-base)); // ~20px
|
|
|
|
|
|
-//** By default, this inherits from the `<body>`.
|
|
|
+//## By default, this inherits from the `<body>`.
|
|
|
@headings-font-family: inherit;
|
|
|
@headings-font-weight: 500;
|
|
|
@headings-line-height: 1.1;
|
|
|
@@ -102,11 +102,11 @@
|
|
|
//
|
|
|
//## Specify custom location and filename of the included Glyphicons icon font. Useful for those including Bootstrap via Bower.
|
|
|
|
|
|
-//** Load fonts from this directory.
|
|
|
+//## Load fonts from this directory.
|
|
|
@icon-font-path: "../fonts/";
|
|
|
-//** File name for all font files.
|
|
|
+//## File name for all font files.
|
|
|
@icon-font-name: "glyphicons-halflings-regular";
|
|
|
-//** Element ID within SVG icon file.
|
|
|
+//## Element ID within SVG icon file.
|
|
|
@icon-font-svg-id: "glyphicons_halflingsregular";
|
|
|
|
|
|
//== Components
|
|
|
@@ -133,14 +133,14 @@
|
|
|
@border-radius-large: 4px;
|
|
|
@border-radius-small: 4px;
|
|
|
|
|
|
-//** Global color for active items (e.g., navs or dropdowns).
|
|
|
+//## Global color for active items (e.g., navs or dropdowns).
|
|
|
@component-active-color: @cui-default-inverse-color;
|
|
|
-//** Global background color for active items (e.g., navs or dropdowns).
|
|
|
+//## Global background color for active items (e.g., navs or dropdowns).
|
|
|
@component-active-bg: @brand-primary;
|
|
|
|
|
|
-//** Width of the `border` for generating carets that indicator dropdowns.
|
|
|
+//## Width of the `border` for generating carets that indicator dropdowns.
|
|
|
@caret-width-base: 4px;
|
|
|
-//** Carets increase slightly in size for larger components.
|
|
|
+//## Carets increase slightly in size for larger components.
|
|
|
@caret-width-large: 5px;
|
|
|
|
|
|
|
|
|
@@ -148,20 +148,20 @@
|
|
|
//
|
|
|
//## Customizes the `.table` component with basic values, each used across all table variations.
|
|
|
|
|
|
-//** Padding for `<th>`s and `<td>`s.
|
|
|
+//## Padding for `<th>`s and `<td>`s.
|
|
|
@table-cell-padding: 7px 8px 8px 8px;
|
|
|
-//** Padding for cells in `.table-condensed`.
|
|
|
+//## Padding for cells in `.table-condensed`.
|
|
|
@table-condensed-cell-padding: 3px 8px 4px 8px;
|
|
|
|
|
|
-//** Default background color used for all tables.
|
|
|
+//## Default background color used for all tables.
|
|
|
@table-bg: transparent;
|
|
|
-//** Background color used for `.table-striped`.
|
|
|
+//## Background color used for `.table-striped`.
|
|
|
@table-bg-accent: @cui-default-bg-color;
|
|
|
-//** Background color used for `.table-hover`.
|
|
|
+//## Background color used for `.table-hover`.
|
|
|
@table-bg-hover: @cui-gray-050;
|
|
|
@table-bg-active: @table-bg-hover;
|
|
|
|
|
|
-//** Border color for table and cell borders.
|
|
|
+//## Border color for table and cell borders.
|
|
|
@table-border-color: @cui-default-border-color;
|
|
|
|
|
|
|
|
|
@@ -207,50 +207,50 @@
|
|
|
//
|
|
|
//##
|
|
|
|
|
|
-//** `<input>` background color
|
|
|
+//## `<input>` background color
|
|
|
@input-bg: @cui-default-bg-color;
|
|
|
-//** `<input disabled>` background color
|
|
|
+//## `<input disabled>` background color
|
|
|
@input-bg-disabled: @cui-gray-050;
|
|
|
|
|
|
-//** Text color for `<input>`s
|
|
|
+//## Text color for `<input>`s
|
|
|
@input-color: @text-color;
|
|
|
-//** `<input>` border color
|
|
|
+//## `<input>` border color
|
|
|
@input-border: @cui-gray-400;
|
|
|
|
|
|
// TODO: Rename `@input-border-radius` to `@input-border-radius-base` in v4
|
|
|
-//** Default `.form-control` border radius
|
|
|
+//## Default `.form-control` border radius
|
|
|
// This has no effect on `<select>`s in some browsers, due to the limited stylability of `<select>`s in CSS.
|
|
|
@input-border-radius: @border-radius-base;
|
|
|
-//** Large `.form-control` border radius
|
|
|
+//## Large `.form-control` border radius
|
|
|
@input-border-radius-large: @border-radius-large;
|
|
|
-//** Small `.form-control` border radius
|
|
|
+//## Small `.form-control` border radius
|
|
|
@input-border-radius-small: @border-radius-small;
|
|
|
|
|
|
-//** Border color for inputs on focus
|
|
|
+//## Border color for inputs on focus
|
|
|
@input-border-focus: #66afe9;
|
|
|
|
|
|
-//** Placeholder text color
|
|
|
+//## Placeholder text color
|
|
|
@input-color-placeholder: @cui-gray-500;
|
|
|
|
|
|
-//** Default `.form-control` height
|
|
|
+//## Default `.form-control` height
|
|
|
@input-height-base: 32px;
|
|
|
-//** Large `.form-control` height
|
|
|
+//## Large `.form-control` height
|
|
|
@input-height-large: 48px;
|
|
|
-//** Small `.form-control` height
|
|
|
+//## Small `.form-control` height
|
|
|
@input-height-small: 28px;
|
|
|
|
|
|
-//** `.form-group` margin
|
|
|
+//## `.form-group` margin
|
|
|
@form-group-margin-bottom: 12px;
|
|
|
|
|
|
@legend-color: @gray-dark;
|
|
|
@legend-border-color: #e5e5e5;
|
|
|
|
|
|
-//** Background color for textual input addons
|
|
|
+//## Background color for textual input addons
|
|
|
@input-group-addon-bg: @well-bg;
|
|
|
-//** Border color for textual input addons
|
|
|
+//## Border color for textual input addons
|
|
|
@input-group-addon-border-color: @input-border;
|
|
|
|
|
|
-//** Disabled cursor for form controls and buttons.
|
|
|
+//## Disabled cursor for form controls and buttons.
|
|
|
@cursor-disabled: not-allowed;
|
|
|
|
|
|
|
|
|
@@ -258,34 +258,34 @@
|
|
|
//
|
|
|
//## Dropdown menu container and contents.
|
|
|
|
|
|
-//** Background for the dropdown menu.
|
|
|
+//## Background for the dropdown menu.
|
|
|
@dropdown-bg: @cui-default-bg-color;
|
|
|
-//** Dropdown menu `border-color`.
|
|
|
+//## Dropdown menu `border-color`.
|
|
|
@dropdown-border: rgba(0,0,0,.15);
|
|
|
-//** Dropdown menu `border-color` **for IE8**.
|
|
|
+//## Dropdown menu `border-color` **for IE8**.
|
|
|
@dropdown-fallback-border: #ccc;
|
|
|
-//** Divider color for between dropdown items.
|
|
|
+//## Divider color for between dropdown items.
|
|
|
@dropdown-divider-bg: #e5e5e5;
|
|
|
|
|
|
-//** Dropdown link text color.
|
|
|
+//## Dropdown link text color.
|
|
|
@dropdown-link-color: @gray-dark;
|
|
|
-//** Hover color for dropdown links.
|
|
|
+//## Hover color for dropdown links.
|
|
|
@dropdown-link-hover-color: @cui-default-inverse-color;
|
|
|
-//** Hover background for dropdown links.
|
|
|
+//## Hover background for dropdown links.
|
|
|
@dropdown-link-hover-bg: @cui-blue-700;
|
|
|
|
|
|
-//** Active dropdown menu item text color.
|
|
|
+//## Active dropdown menu item text color.
|
|
|
@dropdown-link-active-color: @component-active-color;
|
|
|
-//** Active dropdown menu item background color.
|
|
|
+//## Active dropdown menu item background color.
|
|
|
@dropdown-link-active-bg: @component-active-bg;
|
|
|
|
|
|
-//** Disabled dropdown menu item background color.
|
|
|
+//## Disabled dropdown menu item background color.
|
|
|
@dropdown-link-disabled-color: @gray-light;
|
|
|
|
|
|
-//** Text color for headers within dropdown menus.
|
|
|
+//## Text color for headers within dropdown menus.
|
|
|
@dropdown-header-color: @gray-light;
|
|
|
|
|
|
-//** Deprecated `@dropdown-caret-color` as of v3.1.0
|
|
|
+//## Deprecated `@dropdown-caret-color` as of v3.1.0
|
|
|
@dropdown-caret-color: #000;
|
|
|
|
|
|
|
|
|
@@ -310,32 +310,32 @@
|
|
|
//## Define the breakpoints at which your layout will change, adapting to different screen sizes.
|
|
|
|
|
|
// Extra small screen / phone
|
|
|
-//** Deprecated `@screen-xs` as of v3.0.1
|
|
|
+//## Deprecated `@screen-xs` as of v3.0.1
|
|
|
@screen-xs: 480px;
|
|
|
-//** Deprecated `@screen-xs-min` as of v3.2.0
|
|
|
+//## Deprecated `@screen-xs-min` as of v3.2.0
|
|
|
@screen-xs-min: @screen-xs;
|
|
|
-//** Deprecated `@screen-phone` as of v3.0.1
|
|
|
+//## Deprecated `@screen-phone` as of v3.0.1
|
|
|
@screen-phone: @screen-xs-min;
|
|
|
|
|
|
// Small screen / tablet
|
|
|
-//** Deprecated `@screen-sm` as of v3.0.1
|
|
|
+//## Deprecated `@screen-sm` as of v3.0.1
|
|
|
@screen-sm: 768px;
|
|
|
@screen-sm-min: @screen-sm;
|
|
|
-//** Deprecated `@screen-tablet` as of v3.0.1
|
|
|
+//## Deprecated `@screen-tablet` as of v3.0.1
|
|
|
@screen-tablet: @screen-sm-min;
|
|
|
|
|
|
// Medium screen / desktop
|
|
|
-//** Deprecated `@screen-md` as of v3.0.1
|
|
|
+//## Deprecated `@screen-md` as of v3.0.1
|
|
|
@screen-md: 992px;
|
|
|
@screen-md-min: @screen-md;
|
|
|
-//** Deprecated `@screen-desktop` as of v3.0.1
|
|
|
+//## Deprecated `@screen-desktop` as of v3.0.1
|
|
|
@screen-desktop: @screen-md-min;
|
|
|
|
|
|
// Large screen / wide desktop
|
|
|
-//** Deprecated `@screen-lg` as of v3.0.1
|
|
|
+//## Deprecated `@screen-lg` as of v3.0.1
|
|
|
@screen-lg: 1200px;
|
|
|
@screen-lg-min: @screen-lg;
|
|
|
-//** Deprecated `@screen-lg-desktop` as of v3.0.1
|
|
|
+//## Deprecated `@screen-lg-desktop` as of v3.0.1
|
|
|
@screen-lg-desktop: @screen-lg-min;
|
|
|
|
|
|
// So media queries don't overlap when required, provide a maximum
|
|
|
@@ -348,14 +348,14 @@
|
|
|
//
|
|
|
//## Define your custom responsive grid.
|
|
|
|
|
|
-//** Number of columns in the grid.
|
|
|
+//## Number of columns in the grid.
|
|
|
@grid-columns: 12;
|
|
|
-//** Padding between columns. Gets divided in half for the left and right.
|
|
|
+//## Padding between columns. Gets divided in half for the left and right.
|
|
|
@grid-gutter-width: 24px;
|
|
|
// Navbar collapse
|
|
|
-//** Point at which the navbar becomes uncollapsed.
|
|
|
+//## Point at which the navbar becomes uncollapsed.
|
|
|
@grid-float-breakpoint: @screen-sm-min;
|
|
|
-//** Point at which the navbar begins collapsing.
|
|
|
+//## Point at which the navbar begins collapsing.
|
|
|
@grid-float-breakpoint-max: (@grid-float-breakpoint - 1);
|
|
|
|
|
|
|
|
|
@@ -365,17 +365,17 @@
|
|
|
|
|
|
// Small screen / tablet
|
|
|
@container-tablet: (720px + @grid-gutter-width);
|
|
|
-//** For `@screen-sm-min` and up.
|
|
|
+//## For `@screen-sm-min` and up.
|
|
|
@container-sm: @container-tablet;
|
|
|
|
|
|
// Medium screen / desktop
|
|
|
@container-desktop: (940px + @grid-gutter-width);
|
|
|
-//** For `@screen-md-min` and up.
|
|
|
+//## For `@screen-md-min` and up.
|
|
|
@container-md: @container-desktop;
|
|
|
|
|
|
// Large screen / wide desktop
|
|
|
@container-large-desktop: (1140px + @grid-gutter-width);
|
|
|
-//** For `@screen-lg-min` and up.
|
|
|
+//## For `@screen-lg-min` and up.
|
|
|
@container-lg: @container-large-desktop;
|
|
|
|
|
|
|
|
|
@@ -543,17 +543,17 @@
|
|
|
//
|
|
|
//##
|
|
|
|
|
|
-//** Tooltip max width
|
|
|
+//## Tooltip max width
|
|
|
@tooltip-max-width: 200px;
|
|
|
-//** Tooltip text color
|
|
|
+//## Tooltip text color
|
|
|
@tooltip-color: @cui-default-inverse-color;
|
|
|
-//** Tooltip background color
|
|
|
+//## Tooltip background color
|
|
|
@tooltip-bg: #000;
|
|
|
@tooltip-opacity: .9;
|
|
|
|
|
|
-//** Tooltip arrow width
|
|
|
+//## Tooltip arrow width
|
|
|
@tooltip-arrow-width: 5px;
|
|
|
-//** Tooltip arrow color
|
|
|
+//## Tooltip arrow color
|
|
|
@tooltip-arrow-color: @tooltip-bg;
|
|
|
|
|
|
|
|
|
@@ -561,28 +561,28 @@
|
|
|
//
|
|
|
//##
|
|
|
|
|
|
-//** Popover body background color
|
|
|
+//## Popover body background color
|
|
|
@popover-bg: @cui-default-bg-color;
|
|
|
-//** Popover maximum width
|
|
|
+//## Popover maximum width
|
|
|
@popover-max-width: 276px;
|
|
|
-//** Popover border color
|
|
|
+//## Popover border color
|
|
|
@popover-border-color: @cui-default-border-color;
|
|
|
-//** Popover fallback border color
|
|
|
+//## Popover fallback border color
|
|
|
@popover-fallback-border-color: #ccc;
|
|
|
|
|
|
-//** Popover title background color
|
|
|
+//## Popover title background color
|
|
|
@popover-title-bg: @cui-purple-gray-050;
|
|
|
|
|
|
-//** Popover arrow width
|
|
|
+//## Popover arrow width
|
|
|
@popover-arrow-width: 10px;
|
|
|
-//** Popover arrow color
|
|
|
+//## Popover arrow color
|
|
|
@popover-arrow-color: @popover-bg;
|
|
|
|
|
|
-//** Popover outer arrow width
|
|
|
+//## Popover outer arrow width
|
|
|
@popover-arrow-outer-width: (@popover-arrow-width + 1);
|
|
|
-//** Popover outer arrow color
|
|
|
+//## Popover outer arrow color
|
|
|
@popover-arrow-outer-color: fadein(@popover-border-color, 5%);
|
|
|
-//** Popover outer arrow fallback color
|
|
|
+//## Popover outer arrow fallback color
|
|
|
@popover-arrow-outer-fallback-color: darken(@popover-fallback-border-color, 20%);
|
|
|
|
|
|
|
|
|
@@ -590,22 +590,22 @@
|
|
|
//
|
|
|
//##
|
|
|
|
|
|
-//** Default label background color
|
|
|
+//## Default label background color
|
|
|
@label-default-bg: @gray-light;
|
|
|
-//** Primary label background color
|
|
|
+//## Primary label background color
|
|
|
@label-primary-bg: @brand-primary;
|
|
|
-//** Success label background color
|
|
|
+//## Success label background color
|
|
|
@label-success-bg: @brand-success;
|
|
|
-//** Info label background color
|
|
|
+//## Info label background color
|
|
|
@label-info-bg: @brand-info;
|
|
|
-//** Warning label background color
|
|
|
+//## Warning label background color
|
|
|
@label-warning-bg: @brand-warning;
|
|
|
-//** Danger label background color
|
|
|
+//## Danger label background color
|
|
|
@label-danger-bg: @brand-danger;
|
|
|
|
|
|
-//** Default label text color
|
|
|
+//## Default label text color
|
|
|
@label-color: @cui-default-inverse-color;
|
|
|
-//** Default text color of a linked label
|
|
|
+//## Default text color of a linked label
|
|
|
@label-link-hover-color: @cui-default-inverse-color;
|
|
|
|
|
|
|
|
|
@@ -613,28 +613,28 @@
|
|
|
//
|
|
|
//##
|
|
|
|
|
|
-//** Padding applied to the modal body
|
|
|
+//## Padding applied to the modal body
|
|
|
@modal-inner-padding: 24px;
|
|
|
|
|
|
-//** Padding applied to the modal title
|
|
|
+//## Padding applied to the modal title
|
|
|
@modal-title-padding: 15px;
|
|
|
-//** Modal title line-height
|
|
|
+//## Modal title line-height
|
|
|
@modal-title-line-height: 60px;
|
|
|
|
|
|
-//** Background color of modal content area
|
|
|
+//## Background color of modal content area
|
|
|
@modal-content-bg: @cui-default-bg-color;
|
|
|
-//** Modal content border color
|
|
|
+//## Modal content border color
|
|
|
@modal-content-border-color: @cui-gray-800;
|
|
|
-//** Modal content border color **for IE8**
|
|
|
+//## Modal content border color **for IE8**
|
|
|
@modal-content-fallback-border-color: #999;
|
|
|
|
|
|
-//** Modal backdrop background color
|
|
|
+//## Modal backdrop background color
|
|
|
@modal-backdrop-bg: @cui-black;
|
|
|
-//** Modal backdrop opacity
|
|
|
+//## Modal backdrop opacity
|
|
|
@modal-backdrop-opacity: .68;
|
|
|
-//** Modal header border color
|
|
|
+//## Modal header border color
|
|
|
@modal-header-border-color: @cui-default-border-color; // border-bottom only
|
|
|
-//** Modal footer border color
|
|
|
+//## Modal footer border color
|
|
|
@modal-footer-border-color: @cui-default-border-color;
|
|
|
|
|
|
@modal-lg: 900px;
|
|
|
@@ -671,22 +671,22 @@
|
|
|
//
|
|
|
//##
|
|
|
|
|
|
-//** Background color of the whole progress component
|
|
|
+//## Background color of the whole progress component
|
|
|
@progress-bg: #f5f5f5;
|
|
|
-//** Progress bar text color
|
|
|
+//## Progress bar text color
|
|
|
@progress-bar-color: @cui-default-inverse-color;
|
|
|
-//** Variable for setting rounded corners on progress bar.
|
|
|
+//## Variable for setting rounded corners on progress bar.
|
|
|
@progress-border-radius: 0;
|
|
|
|
|
|
-//** Default progress bar color
|
|
|
+//## Default progress bar color
|
|
|
@progress-bar-bg: @brand-primary;
|
|
|
-//** Success progress bar color
|
|
|
+//## Success progress bar color
|
|
|
@progress-bar-success-bg: @brand-success;
|
|
|
-//** Warning progress bar color
|
|
|
+//## Warning progress bar color
|
|
|
@progress-bar-warning-bg: @brand-warning;
|
|
|
-//** Danger progress bar color
|
|
|
+//## Danger progress bar color
|
|
|
@progress-bar-danger-bg: @brand-danger;
|
|
|
-//** Info progress bar color
|
|
|
+//## Info progress bar color
|
|
|
@progress-bar-info-bg: @brand-info;
|
|
|
|
|
|
|
|
|
@@ -694,29 +694,29 @@
|
|
|
//
|
|
|
//##
|
|
|
|
|
|
-//** Background color on `.list-group-item`
|
|
|
+//## Background color on `.list-group-item`
|
|
|
@list-group-bg: @cui-default-bg-color;
|
|
|
-//** `.list-group-item` border color
|
|
|
+//## `.list-group-item` border color
|
|
|
@list-group-border: #ddd;
|
|
|
-//** List group border radius
|
|
|
+//## List group border radius
|
|
|
@list-group-border-radius: 0;
|
|
|
|
|
|
-//** Background color of single list items on hover
|
|
|
+//## Background color of single list items on hover
|
|
|
@list-group-hover-bg: #f5f5f5;
|
|
|
-//** Text color of active list items
|
|
|
+//## Text color of active list items
|
|
|
@list-group-active-color: @component-active-color;
|
|
|
-//** Background color of active list items
|
|
|
+//## Background color of active list items
|
|
|
@list-group-active-bg: @component-active-bg;
|
|
|
-//** Border color of active list elements
|
|
|
+//## Border color of active list elements
|
|
|
@list-group-active-border: @list-group-active-bg;
|
|
|
-//** Text color for content within active list items
|
|
|
+//## Text color for content within active list items
|
|
|
@list-group-active-text-color: lighten(@list-group-active-bg, 40%);
|
|
|
|
|
|
-//** Text color of disabled list items
|
|
|
+//## Text color of disabled list items
|
|
|
@list-group-disabled-color: @gray-light;
|
|
|
-//** Background color of disabled list items
|
|
|
+//## Background color of disabled list items
|
|
|
@list-group-disabled-bg: @gray-lighter;
|
|
|
-//** Text color for content within disabled list items
|
|
|
+//## Text color for content within disabled list items
|
|
|
@list-group-disabled-text-color: @list-group-disabled-color;
|
|
|
|
|
|
@list-group-link-color: #555;
|
|
|
@@ -734,7 +734,7 @@
|
|
|
@panel-footer-padding: 7px 23px 12px 23px;
|
|
|
@panel-border-radius: 0;
|
|
|
|
|
|
-//** Border color for elements within panels
|
|
|
+//## Border color for elements within panels
|
|
|
@panel-inner-border: transparent;
|
|
|
@panel-footer-bg: @cui-default-bg-color;
|
|
|
|
|
|
@@ -767,18 +767,18 @@
|
|
|
//
|
|
|
//##
|
|
|
|
|
|
-//** Padding around the thumbnail image
|
|
|
+//## Padding around the thumbnail image
|
|
|
@thumbnail-padding: 4px;
|
|
|
-//** Thumbnail background color
|
|
|
+//## Thumbnail background color
|
|
|
@thumbnail-bg: @cui-default-bg-color;
|
|
|
-//** Thumbnail border color
|
|
|
+//## Thumbnail border color
|
|
|
@thumbnail-border: #ddd;
|
|
|
-//** Thumbnail border radius
|
|
|
+//## Thumbnail border radius
|
|
|
@thumbnail-border-radius: 0;
|
|
|
|
|
|
-//** Custom text color for thumbnail captions
|
|
|
+//## Custom text color for thumbnail captions
|
|
|
@thumbnail-caption-color: @text-color;
|
|
|
-//** Padding around the thumbnail caption
|
|
|
+//## Padding around the thumbnail caption
|
|
|
@thumbnail-caption-padding: 9px;
|
|
|
|
|
|
|
|
|
@@ -795,13 +795,13 @@
|
|
|
//##
|
|
|
|
|
|
@badge-color: @cui-default-inverse-color;
|
|
|
-//** Linked badge text color on hover
|
|
|
+//## Linked badge text color on hover
|
|
|
@badge-link-hover-color: @cui-default-inverse-color;
|
|
|
@badge-bg: @gray-light;
|
|
|
|
|
|
-//** Badge text color in active nav link
|
|
|
+//## Badge text color in active nav link
|
|
|
@badge-active-color: @link-color;
|
|
|
-//** Badge background color in active nav link
|
|
|
+//## Badge background color in active nav link
|
|
|
@badge-active-bg: @cui-default-bg-color;
|
|
|
|
|
|
@badge-font-weight: bold;
|
|
|
@@ -815,13 +815,13 @@
|
|
|
|
|
|
@breadcrumb-padding-vertical: 0;
|
|
|
@breadcrumb-padding-horizontal: 24px;
|
|
|
-//** Breadcrumb background color
|
|
|
+//## Breadcrumb background color
|
|
|
@breadcrumb-bg: transparent;
|
|
|
-//** Breadcrumb text color
|
|
|
+//## Breadcrumb text color
|
|
|
@breadcrumb-color: @cui-gray-400;
|
|
|
-//** Text color of current page in the breadcrumb
|
|
|
+//## Text color of current page in the breadcrumb
|
|
|
@breadcrumb-active-color: @gray-light;
|
|
|
-//** Textual separator for between breadcrumb elements
|
|
|
+//## Textual separator for between breadcrumb elements
|
|
|
@breadcrumb-separator: "/";
|
|
|
|
|
|
|
|
|
@@ -871,25 +871,25 @@
|
|
|
//
|
|
|
//##
|
|
|
|
|
|
-//** Horizontal offset for forms and lists.
|
|
|
+//## Horizontal offset for forms and lists.
|
|
|
@component-offset-horizontal: 146px;
|
|
|
-//** Text muted color
|
|
|
+//## Text muted color
|
|
|
@text-muted: @cui-gray-700;
|
|
|
-//** Abbreviations and acronyms border color
|
|
|
+//## Abbreviations and acronyms border color
|
|
|
@abbr-border-color: @gray-light;
|
|
|
-//** Headings small color
|
|
|
+//## Headings small color
|
|
|
@headings-small-color: @gray-light;
|
|
|
-//** Blockquote small color
|
|
|
+//## Blockquote small color
|
|
|
@blockquote-small-color: @gray-light;
|
|
|
-//** Blockquote font size
|
|
|
+//## Blockquote font size
|
|
|
@blockquote-font-size: (@font-size-base * 1.25);
|
|
|
-//** Blockquote border color
|
|
|
+//## Blockquote border color
|
|
|
@blockquote-border-color: @gray-lighter;
|
|
|
-//** Page header border color
|
|
|
+//## Page header border color
|
|
|
@page-header-border-color: @cui-default-border-color;
|
|
|
-//** Width of horizontal description list titles
|
|
|
+//## Width of horizontal description list titles
|
|
|
@dl-horizontal-offset: @component-offset-horizontal;
|
|
|
-//** Point at which .dl-horizontal becomes horizontal
|
|
|
+//## Point at which .dl-horizontal becomes horizontal
|
|
|
@dl-horizontal-breakpoint: @grid-float-breakpoint;
|
|
|
-//** Horizontal line color.
|
|
|
+//## Horizontal line color.
|
|
|
@hr-border: @cui-default-border-color;
|