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

Add $popover-border-width; refs #18150

This commit is contained in:
Chris Rebert
2015-11-14 23:11:20 -08:00
parent e3eaeb96e8
commit c174d7ab4e
2 changed files with 3 additions and 2 deletions

View File

@@ -479,6 +479,7 @@ $tooltip-arrow-color: $tooltip-bg !default;
$popover-bg: #fff !default;
$popover-max-width: 276px !default;
$popover-border-width: $border-width !default;
$popover-border-color: rgba(0,0,0,.2) !default;
$popover-title-bg: darken($popover-bg, 3%) !default;