1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-08-26 23:04:32 +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

@@ -111,5 +111,5 @@
color: $tooltip-color;
text-align: center;
background-color: $tooltip-bg;
@include border-radius($border-radius);
@include border-radius($tooltip-border-radius);
}