mirror of
https://github.com/twbs/bootstrap.git
synced 2025-01-17 09:52:29 +01:00
Extract $popover-box-shadow variable
This commit is contained in:
parent
58f7e602ae
commit
9b2d9f6e04
@ -14,7 +14,7 @@
|
|||||||
background-clip: padding-box;
|
background-clip: padding-box;
|
||||||
border: $popover-border-width solid $popover-border-color;
|
border: $popover-border-width solid $popover-border-color;
|
||||||
@include border-radius($border-radius-lg);
|
@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
|
// Popover directions
|
||||||
|
@ -503,6 +503,7 @@ $popover-bg: #fff !default;
|
|||||||
$popover-max-width: 276px !default;
|
$popover-max-width: 276px !default;
|
||||||
$popover-border-width: $border-width !default;
|
$popover-border-width: $border-width !default;
|
||||||
$popover-border-color: rgba(0,0,0,.2) !default;
|
$popover-border-color: rgba(0,0,0,.2) !default;
|
||||||
|
$popover-box-shadow: 0 5px 10px rgba(0,0,0,.2) !default;
|
||||||
|
|
||||||
$popover-title-bg: darken($popover-bg, 3%) !default;
|
$popover-title-bg: darken($popover-bg, 3%) !default;
|
||||||
$popover-title-padding-x: 14px !default;
|
$popover-title-padding-x: 14px !default;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user