aboutsummaryrefslogtreecommitdiff
path: root/less/variables.less
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2013-07-19 11:44:35 -0700
committerMark Otto <[email protected]>2013-07-19 11:44:35 -0700
commit4b0fa356f3c00c850ec56815f8a8e07eb927c960 (patch)
tree8523c011065b0c81308cebd320485c890faa21ec /less/variables.less
parentb1819755b8f962be7e2d85f4145a71c6cfbe4d7d (diff)
downloadbootstrap-4b0fa356f3c00c850ec56815f8a8e07eb927c960.tar.xz
bootstrap-4b0fa356f3c00c850ec56815f8a8e07eb927c960.zip
Variables reorganization and breadcrumbs update
* Place component vars alongside the rest of the component vars * Redo some of the breadcrumbs code to add a var and remove `text-shadow`
Diffstat (limited to 'less/variables.less')
-rw-r--r--less/variables.less33
1 files changed, 19 insertions, 14 deletions
diff --git a/less/variables.less b/less/variables.less
index fa230d667..5f2020afa 100644
--- a/less/variables.less
+++ b/less/variables.less
@@ -6,20 +6,6 @@
// Global values
// --------------------------------------------------
-
-// Inner Files color variables (can say inline colors)
-// --------------------------------------------------
-
-@accordion-border-color: #e5e5e5;
-
-@badge-color: #fff;
-@badge-active-bg: #fff;
-@badge-link-hover-color: #fff;
-
-@breadcrumb-bg: #f5f5f5;
-@breadcrumb-text-shadow: 0 1px 0 #fff;
-
-
// Grays
// -------------------------
@@ -383,6 +369,25 @@
@well-bg: #f5f5f5;
+// Accordion
+// -------------------------
+@accordion-border-color: #e5e5e5;
+
+
+// Badges
+// -------------------------
+@badge-color: #fff;
+@badge-active-bg: #fff;
+@badge-link-hover-color: #fff;
+
+
+// Breadcrumbs
+// -------------------------
+@breadcrumb-bg: #f5f5f5;
+@breadcrumb-color: #ccc;
+@breadcrumb-active-color: @gray-light;
+
+
// Miscellaneous
// -------------------------