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

Add new variable for -padding-x

This commit is contained in:
Mark Otto
2020-09-21 16:27:26 -07:00
committed by Mark Otto
parent 6b1cdd0990
commit fe77208a01
2 changed files with 2 additions and 1 deletions

View File

@@ -928,6 +928,7 @@ $navbar-dark-brand-hover-color: $navbar-dark-active-color !default;
// Dropdown menu container and contents.
$dropdown-min-width: 10rem !default;
$dropdown-padding-x: 0 !default;
$dropdown-padding-y: .5rem !default;
$dropdown-spacer: .125rem !default;
$dropdown-font-size: $font-size-base !default;