mirror of
https://github.com/twbs/bootstrap.git
synced 2025-02-21 18:54:30 +01:00
Use variables for breadcrumb padding
This commit is contained in:
parent
5eeaf114cc
commit
2547f1e20f
@ -4,7 +4,7 @@
|
|||||||
|
|
||||||
|
|
||||||
.breadcrumb {
|
.breadcrumb {
|
||||||
padding: 8px 15px;
|
padding: @breadcrumb-padding-vertical @breadcrumb-padding-horizontal;
|
||||||
margin-bottom: @line-height-computed;
|
margin-bottom: @line-height-computed;
|
||||||
list-style: none;
|
list-style: none;
|
||||||
background-color: @breadcrumb-bg;
|
background-color: @breadcrumb-bg;
|
||||||
|
@ -568,10 +568,12 @@
|
|||||||
|
|
||||||
// Breadcrumbs
|
// Breadcrumbs
|
||||||
// -------------------------
|
// -------------------------
|
||||||
@breadcrumb-bg: #f5f5f5;
|
@breadcrumb-padding-vertical: 8px;
|
||||||
@breadcrumb-color: #ccc;
|
@breadcrumb-padding-horizontal: 15px;
|
||||||
@breadcrumb-active-color: @gray-light;
|
@breadcrumb-bg: #f5f5f5;
|
||||||
@breadcrumb-separator: "/";
|
@breadcrumb-color: #ccc;
|
||||||
|
@breadcrumb-active-color: @gray-light;
|
||||||
|
@breadcrumb-separator: "/";
|
||||||
|
|
||||||
|
|
||||||
// Carousel
|
// Carousel
|
||||||
|
Loading…
x
Reference in New Issue
Block a user