2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-20 20:00:36 +03:00

Add variable for $breadcrumb-font-size (#29467)

This commit is contained in:
astrahov
2019-10-03 20:54:34 +05:00
committed by XhmikosR
parent e1b82f51e2
commit 60559d44a2
2 changed files with 3 additions and 0 deletions
+1
View File
@@ -3,6 +3,7 @@
flex-wrap: wrap;
padding: $breadcrumb-padding-y $breadcrumb-padding-x;
margin-bottom: $breadcrumb-margin-bottom;
@include font-size($breadcrumb-font-size);
list-style: none;
background-color: $breadcrumb-bg;
@include border-radius($breadcrumb-border-radius);