mirror of
https://github.com/tenrok/bootstrap.git
synced 2026-06-05 16:42:29 +03:00
rems: update breadcrumbs to use new sizing; improve variables by renaming @breadcrumb-separator to @breadcrumb-divider; change up colors
This commit is contained in:
@@ -14,9 +14,10 @@
|
||||
display: inline-block;
|
||||
|
||||
+ li:before {
|
||||
content: "@{breadcrumb-separator}\00a0"; // Unicode space added since inline-block means non-collapsing white-space
|
||||
padding: 0 5px;
|
||||
color: @breadcrumb-color;
|
||||
content: "@{breadcrumb-divider}\00a0"; // Unicode space added since inline-block means non-collapsing white-space
|
||||
padding-left: .5rem;
|
||||
padding-right: .5rem;
|
||||
color: @breadcrumb-divider-color;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
+9
-7
@@ -12,6 +12,7 @@
|
||||
@gray: #55595c;
|
||||
@gray-light: #818a91;
|
||||
@gray-lighter: #eceeef;
|
||||
@gray-lightest: #f7f7f9;
|
||||
|
||||
@brand-primary: #027de7;
|
||||
@brand-success: #5cb85c;
|
||||
@@ -727,16 +728,17 @@
|
||||
//
|
||||
//##
|
||||
|
||||
@breadcrumb-padding-vertical: 8px;
|
||||
@breadcrumb-padding-horizontal: 15px;
|
||||
@breadcrumb-padding-vertical: .75rem;
|
||||
@breadcrumb-padding-horizontal: 1rem;
|
||||
|
||||
//** Breadcrumb background color
|
||||
@breadcrumb-bg: #f5f5f5;
|
||||
//** Breadcrumb text color
|
||||
@breadcrumb-color: #ccc;
|
||||
@breadcrumb-bg: @gray-lighter;
|
||||
//** Text color for the generated divider between breadcrumb items
|
||||
@breadcrumb-divider-color: @gray-light;
|
||||
//** Text color of current page in the breadcrumb
|
||||
@breadcrumb-active-color: @gray-light;
|
||||
//** Textual separator for between breadcrumb elements
|
||||
@breadcrumb-separator: "/";
|
||||
//** Textual divider for between breadcrumb elements
|
||||
@breadcrumb-divider: "/";
|
||||
|
||||
|
||||
//== Carousel
|
||||
|
||||
Reference in New Issue
Block a user