1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-09-01 01:21:49 +02:00

Extract $popover-box-shadow variable

This commit is contained in:
Chris Rebert
2016-01-09 15:33:13 -08:00
parent 58f7e602ae
commit 9b2d9f6e04
2 changed files with 2 additions and 1 deletions

View File

@@ -14,7 +14,7 @@
background-clip: padding-box;
border: $popover-border-width solid $popover-border-color;
@include border-radius($border-radius-lg);
@include box-shadow(0 5px 10px rgba(0,0,0,.2));
@include box-shadow($popover-box-shadow);
// Popover directions