1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-08-22 05:03:16 +02:00

Add variable to configure the $dropdown-border-radius. (#24376)

This commit is contained in:
José Francisco
2017-10-22 17:47:31 -03:00
committed by Mark Otto
parent b61de52e62
commit 502d6b2579
2 changed files with 2 additions and 1 deletions

View File

@@ -488,6 +488,7 @@ $dropdown-padding-y: .5rem !default;
$dropdown-spacer: .125rem !default;
$dropdown-bg: $white !default;
$dropdown-border-color: rgba($black,.15) !default;
$dropdown-border-radius: $border-radius !default;
$dropdown-border-width: $border-width !default;
$dropdown-divider-bg: $gray-200 !default;
$dropdown-box-shadow: 0 .5rem 1rem rgba($black,.175) !default;