1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-08-31 00:59:51 +02:00

Allow customizing Popover and Tooltip border-radius while I'm at it

This commit is contained in:
Patrick Yeo
2017-12-18 12:08:25 -08:00
committed by Mark Otto
parent eaca6c0e44
commit d5cbe696da
3 changed files with 4 additions and 2 deletions

View File

@@ -14,7 +14,7 @@
background-color: $popover-bg;
background-clip: padding-box;
border: $popover-border-width solid $popover-border-color;
@include border-radius($border-radius-lg);
@include border-radius($popover-border-radius);
@include box-shadow($popover-box-shadow);
.arrow {