1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-08-20 12:21:35 +02:00

Extract $dropdown-box-shadow variable

This commit is contained in:
Chris Rebert
2016-01-09 15:31:29 -08:00
parent a5b41e7254
commit 58f7e602ae
2 changed files with 2 additions and 1 deletions

View File

@@ -53,7 +53,7 @@
background-clip: padding-box;
border: $dropdown-border-width solid $dropdown-border-color;
@include border-radius($border-radius);
@include box-shadow(0 6px 12px rgba(0,0,0,.175));
@include box-shadow($dropdown-box-shadow);
}
// Dividers (basically an `<hr>`) within the dropdown