add notes to NodeViewBody
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user