Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap-rubygem.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGleb Mazovetskiy <glex.spb@gmail.com>2017-12-29 05:17:50 +0300
committerGleb Mazovetskiy <glex.spb@gmail.com>2017-12-29 05:17:50 +0300
commit6d17199c89f573cbd30d24f2585cab33ca26b9de (patch)
tree5afb9a43bf8d9e49ed9d4e940cfdcc9b2dcdbd5d /assets/stylesheets/bootstrap/_popover.scss
parent9b3f31dfe2fcf7fababa63b928cee5d58d53bc4f (diff)
rake update[v4.0.0-beta.3]
Diffstat (limited to 'assets/stylesheets/bootstrap/_popover.scss')
-rw-r--r--assets/stylesheets/bootstrap/_popover.scss4
1 files changed, 2 insertions, 2 deletions
diff --git a/assets/stylesheets/bootstrap/_popover.scss b/assets/stylesheets/bootstrap/_popover.scss
index 3ef5f62..3e41643 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: $popover-font-size;
+ font-size: $font-size-sm;
// 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($popover-border-radius);
+ @include border-radius($border-radius-lg);
@include box-shadow($popover-box-shadow);
.arrow {