2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-05 16:42:29 +03: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
+1 -1
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);
}