add text_rebond to NodeViewFooter & style popovers
This commit is contained in:
@@ -132,7 +132,7 @@ $spinner-width: 50px;
|
||||
|
||||
// POPOVERS
|
||||
$popover-font-size: $font-size-base;
|
||||
$popover-bg: $black;
|
||||
$popover-bg: $white;
|
||||
$popover-max-width: 450px;
|
||||
$popover-border-width: 0;
|
||||
$popover-box-shadow: null;
|
||||
@@ -142,7 +142,7 @@ $popover-body-padding-y: 18px;
|
||||
$popover-body-padding-x: 18px;
|
||||
|
||||
$popover-arrow-width: 0;
|
||||
$popover-arrow-height: 1rem;
|
||||
$popover-arrow-height: 2rem;
|
||||
|
||||
$popover-arrow-outer-color: null;
|
||||
|
||||
|
||||
@@ -31,3 +31,11 @@ a:hover {
|
||||
.popover {
|
||||
font-family: $font-family-text;
|
||||
}
|
||||
|
||||
.btn {
|
||||
font-family: $font-family-base;
|
||||
}
|
||||
|
||||
.badge {
|
||||
font-size: inherit;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user