mirror of
https://github.com/tenrok/bootstrap.git
synced 2026-06-08 17:22:31 +03:00
Update vars for badges, breadcrumbs; update customize page
This commit is contained in:
+2
-2
@@ -15,7 +15,7 @@
|
||||
vertical-align: middle;
|
||||
white-space: nowrap;
|
||||
text-align: center;
|
||||
background-color: @gray-light;
|
||||
background-color: @badge-bg;
|
||||
border-radius: 10px;
|
||||
|
||||
// Empty labels/badges collapse
|
||||
@@ -43,7 +43,7 @@ a.badge {
|
||||
// Account for counters in navs
|
||||
a.list-group-item.active > .badge,
|
||||
.nav-pills > .active > a > .badge {
|
||||
color: @link-color;
|
||||
color: @badge-active-color;
|
||||
background-color: @badge-active-bg;
|
||||
}
|
||||
.nav-pills > li > a > .badge {
|
||||
|
||||
+4
-1
@@ -377,9 +377,12 @@
|
||||
// Badges
|
||||
// -------------------------
|
||||
@badge-color: #fff;
|
||||
@badge-active-bg: #fff;
|
||||
@badge-link-hover-color: #fff;
|
||||
|
||||
@badge-bg: #f5f5f5;
|
||||
@badge-active-color: @link-color;
|
||||
@badge-active-bg: #fff;
|
||||
|
||||
|
||||
// Breadcrumbs
|
||||
// -------------------------
|
||||
|
||||
Reference in New Issue
Block a user