1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-08-30 16:50:00 +02: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:
Prateek Goel
2017-08-11 06:59:21 +01:00
committed by Mark Otto
parent c5903ddfd6
commit 9497c2164c
2 changed files with 3 additions and 1 deletions

View File

@@ -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);