add notes to NodeViewBody

This commit is contained in:
axolotle
2021-06-22 22:36:40 +02:00
parent 7c8df5bd8a
commit 600972b8cd
4 changed files with 137 additions and 9 deletions
+15
View File
@@ -130,6 +130,21 @@ $custom-range-thumb-active-bg: $black;
// SPINNER
$spinner-width: 50px;
// POPOVERS
$popover-font-size: $font-size-base;
$popover-bg: $black;
$popover-max-width: 450px;
$popover-border-width: 0;
$popover-box-shadow: null;
$popover-body-color: $white;
$popover-body-padding-y: 18px;
$popover-body-padding-x: 18px;
$popover-arrow-width: 0;
$popover-arrow-height: 1rem;
$popover-arrow-outer-color: null;
// ╭─╴╷ ╷╭─╴╶┬╴╭─╮╭╮╮
// │ │ │╰─╮ │ │ ││││
@@ -2,6 +2,11 @@ legend {
font-weight: $font-weight-bold;
}
a,
a:hover {
color: inherit;
}
.dropdown-menu {
border: 0;
padding: 0;
@@ -22,3 +27,7 @@ legend {
}
}
}
.popover {
font-family: $font-family-text;
}