From bbb8b796ca6225ce90e53665edb4f370535c45a8 Mon Sep 17 00:00:00 2001 From: Gleb Mazovetskiy Date: Thu, 18 Jan 2018 23:02:42 +0000 Subject: rake update[v4.0.0] --- assets/stylesheets/bootstrap/_popover.scss | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'assets/stylesheets/bootstrap/_popover.scss') diff --git a/assets/stylesheets/bootstrap/_popover.scss b/assets/stylesheets/bootstrap/_popover.scss index 3e41643..3ef5f62 100644 --- a/assets/stylesheets/bootstrap/_popover.scss +++ b/assets/stylesheets/bootstrap/_popover.scss @@ -8,13 +8,13 @@ // Our parent element can be arbitrary since tooltips are by default inserted as a sibling of their target element. // So reset our font and text properties to avoid inheriting weird values. @include reset-text(); - font-size: $font-size-sm; + font-size: $popover-font-size; // Allow breaking very long words so they don't overflow the popover's bounds word-wrap: break-word; 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 { -- cgit v1.2.3