Allow customizing Popover and Tooltip border-radius while I'm at it
This commit is contained in:
parent
eaca6c0e44
commit
d5cbe696da
3 changed files with 4 additions and 2 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue