2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-08 17:22:31 +03:00

move breadcrumb.less inline properties and also added @color-2 missed in last commit

This commit is contained in:
syed
2013-07-19 18:39:51 +05:00
parent b37127e2fc
commit 5e898fa2a1
2 changed files with 8 additions and 3 deletions
+6 -1
View File
@@ -10,13 +10,18 @@
// Inner Files color variables (can say inline colors)
// --------------------------------------------------
@color-1: #e5e5e5; //Mercury, RGB: 229, 229, 229
@color-1: #e5e5e5; //Mercury, RGB: 229, 229, 229
@color-2: #fff; //white, RGB: 255, 255, 255
@color-3: #f5f5f5; //Wild Sand, RGB: 245, 245, 245
@accordion-group-border-color: @color-1;
@active-badge-bg-color: @color-2;
@badge-link-hover-color: @color-2;
@badge-color: @color-2;
@breadcrumb-text-shadow-color: @color-2;
@breadcrumb-bg-color: @color-3;
// Grays
// -------------------------