mirror of
https://github.com/tenrok/bootstrap.git
synced 2026-06-20 20:00:36 +03:00
Add margin variable for breadcrumb (#23138)
* add margin variable for breadcrumb * add margin variable for breadcrumb correction * breadcrumb margin variable changes after review
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
.breadcrumb {
|
||||
padding: $breadcrumb-padding-y $breadcrumb-padding-x;
|
||||
margin-bottom: 1rem;
|
||||
margin-bottom: $breadcrumb-margin-bottom;
|
||||
list-style: none;
|
||||
background-color: $breadcrumb-bg;
|
||||
@include border-radius($border-radius);
|
||||
|
||||
Reference in New Issue
Block a user