mirror of
https://github.com/tenrok/bootstrap.git
synced 2026-06-08 17:22:31 +03:00
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`
This commit is contained in:
+19
-14
@@ -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
|
||||
// -------------------------
|
||||
|
||||
|
||||
Reference in New Issue
Block a user