1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-08-30 00:29:52 +02:00

Extract $dropdown-padding-y variable

[skip sauce]
[skip validator]
This commit is contained in:
Chris Rebert
2016-02-16 21:07:24 -08:00
parent 90e19380e8
commit 1f5621f46e
2 changed files with 3 additions and 2 deletions

View File

@@ -431,6 +431,7 @@ $form-icon-danger: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www
// Dropdown menu container and contents.
$dropdown-min-width: 160px !default;
$dropdown-padding-y: 5px !default;
$dropdown-margin-top: 2px !default;
$dropdown-bg: #fff !default;
$dropdown-border-color: rgba(0,0,0,.15) !default;