2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-17 19:21:23 +03:00

Added new variable for padding on dropdown header (#29946)

Co-authored-by: XhmikosR <xhmikosr@gmail.com>
Co-authored-by: Martijn Cuppens <martijn.cuppens@gmail.com>
This commit is contained in:
Giovanni Mendoza
2020-02-15 05:06:02 -06:00
committed by XhmikosR
parent 8c4b61e30c
commit 0bd57ce212
2 changed files with 2 additions and 1 deletions
+1 -1
View File
@@ -176,7 +176,7 @@
// Dropdown section headers
.dropdown-header {
display: block;
padding: $dropdown-padding-y $dropdown-item-padding-x;
padding: $dropdown-header-padding;
margin-bottom: 0; // for use with heading elements
@include font-size($font-size-sm);
color: $dropdown-header-color;