add text_rebond to NodeViewFooter & style popovers

This commit is contained in:
axolotle
2021-06-23 16:21:54 +02:00
parent 600972b8cd
commit f4d81dffcf
9 changed files with 87 additions and 37 deletions
+2 -2
View File
@@ -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;
}