2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-17 19:21:23 +03: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
+1 -1
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