1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-08-31 00:59:51 +02:00

Add variable for dropdown-divider-margin-y (#27857)

* Add variable for dropdown-divider-margin-y

For us to reassign the nav-divider-margin-y variable here, we have to rearrange some of the variables.

Fixes #26660.

* bump bundlesize
This commit is contained in:
Mark Otto
2018-12-21 20:59:40 -08:00
committed by GitHub
parent a8b0fabf0a
commit 15be9d3277
3 changed files with 33 additions and 32 deletions

View File

@@ -118,7 +118,7 @@
// Dividers (basically an `<hr>`) within the dropdown
.dropdown-divider {
@include nav-divider($dropdown-divider-bg);
@include nav-divider($dropdown-divider-bg, $dropdown-divider-margin-y);
}
// Links, buttons, and more within the dropdown menu