mirror of
https://github.com/twbs/bootstrap.git
synced 2024-12-01 13:24:25 +01:00
Change breadcrumb item padding variable name (#28125)
This commit is contained in:
parent
cbd333185e
commit
62277bc58e
@ -11,11 +11,11 @@
|
|||||||
.breadcrumb-item {
|
.breadcrumb-item {
|
||||||
// The separator between breadcrumbs (by default, a forward-slash: "/")
|
// The separator between breadcrumbs (by default, a forward-slash: "/")
|
||||||
+ .breadcrumb-item {
|
+ .breadcrumb-item {
|
||||||
padding-left: $breadcrumb-item-padding;
|
padding-left: $breadcrumb-item-padding-x;
|
||||||
|
|
||||||
&::before {
|
&::before {
|
||||||
display: inline-block; // Suppress underlining of the separator in modern browsers
|
display: inline-block; // Suppress underlining of the separator in modern browsers
|
||||||
padding-right: $breadcrumb-item-padding;
|
padding-right: $breadcrumb-item-padding-x;
|
||||||
color: $breadcrumb-divider-color;
|
color: $breadcrumb-divider-color;
|
||||||
content: $breadcrumb-divider;
|
content: $breadcrumb-divider;
|
||||||
}
|
}
|
||||||
|
@ -1037,7 +1037,7 @@ $figure-caption-color: $gray-600 !default;
|
|||||||
|
|
||||||
$breadcrumb-padding-y: .75rem !default;
|
$breadcrumb-padding-y: .75rem !default;
|
||||||
$breadcrumb-padding-x: 1rem !default;
|
$breadcrumb-padding-x: 1rem !default;
|
||||||
$breadcrumb-item-padding: .5rem !default;
|
$breadcrumb-item-padding-x: .5rem !default;
|
||||||
|
|
||||||
$breadcrumb-margin-bottom: 1rem !default;
|
$breadcrumb-margin-bottom: 1rem !default;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user