summaryrefslogtreecommitdiff
path: root/lumen/_variables.scss
diff options
context:
space:
mode:
Diffstat (limited to 'lumen/_variables.scss')
-rw-r--r--lumen/_variables.scss12
1 files changed, 7 insertions, 5 deletions
diff --git a/lumen/_variables.scss b/lumen/_variables.scss
index 82dfe049..00449336 100644
--- a/lumen/_variables.scss
+++ b/lumen/_variables.scss
@@ -1,5 +1,5 @@
$bootstrap-sass-asset-helper: false !default;
-// Lumen 3.3.5
+// Lumen 3.3.6
// Variables
// --------------------------------------------------
@@ -136,7 +136,7 @@ $table-bg-hover: #f5f5f5 !default;
$table-bg-active: $table-bg-hover !default;
//** Border color for table and cell borders.
-$table-border-color: #ddd !default;
+$table-border-color: $gray-lighter !default;
//== Buttons
@@ -599,9 +599,9 @@ $modal-title-line-height: $line-height-base !default;
//** Background color of modal content area
$modal-content-bg: #fff !default;
//** Modal content border color
-$modal-content-border-color: rgba(0,0,0,.2) !default;
+$modal-content-border-color: rgba(0,0,0,.05) !default;
//** Modal content border color **for IE8**
-$modal-content-fallback-border-color: #999 !default;
+$modal-content-fallback-border-color: $gray-lighter !default;
//** Modal backdrop background color
$modal-backdrop-bg: #000 !default;
@@ -672,7 +672,7 @@ $progress-bar-info-bg: $brand-info !default;
//** Background color on `.list-group-item`
$list-group-bg: #fff !default;
//** `.list-group-item` border color
-$list-group-border: #ddd !default;
+$list-group-border: $gray-lighter !default;
//** List group border radius
$list-group-border-radius: $border-radius-base !default;
@@ -864,5 +864,7 @@ $blockquote-border-color: $gray-lighter !default;
$page-header-border-color: $gray-lighter !default;
//** Width of horizontal description list titles
$dl-horizontal-offset: $component-offset-horizontal !default;
+//** Point at which .dl-horizontal becomes horizontal
+$dl-horizontal-breakpoint: $grid-float-breakpoint !default;
//** Horizontal line color.
$hr-border: $gray-lighter !default;