1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-09-01 01:21:49 +02:00

Allow customization of breadcrumb border radius (#25807)

This commit is contained in:
Alexander Hjorth
2018-03-12 17:55:47 +01:00
committed by XhmikosR
parent 50220acde4
commit 6d7d91ef3b
2 changed files with 3 additions and 1 deletions

View File

@@ -5,7 +5,7 @@
margin-bottom: $breadcrumb-margin-bottom;
list-style: none;
background-color: $breadcrumb-bg;
@include border-radius($border-radius);
@include border-radius($breadcrumb-border-radius);
}
.breadcrumb-item {