1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-08-26 06:44:35 +02:00

(#22414) Rename for consistency $dropdown-margin-top to $dropdown-spacer

This commit is contained in:
Patrick Yeo
2017-07-31 11:45:51 -07:00
committed by Mark Otto
parent 82f4686728
commit 0501b029f5
2 changed files with 2 additions and 2 deletions

View File

@@ -491,7 +491,7 @@ $form-feedback-invalid-color: theme-color("danger") !default;
$dropdown-min-width: 10rem !default;
$dropdown-padding-y: .5rem !default;
$dropdown-margin-top: .125rem !default;
$dropdown-spacer: .125rem !default;
$dropdown-bg: $white !default;
$dropdown-border-color: rgba($black,.15) !default;
$dropdown-border-width: $border-width !default;