improve NodeView components and style
This commit is contained in:
@@ -141,7 +141,7 @@ $popover-body-color: $white;
|
||||
$popover-body-padding-y: 18px;
|
||||
$popover-body-padding-x: 18px;
|
||||
|
||||
$popover-arrow-width: 0;
|
||||
$popover-arrow-width: 2rem;
|
||||
$popover-arrow-height: 2rem;
|
||||
|
||||
$popover-arrow-outer-color: null;
|
||||
|
||||
@@ -30,6 +30,14 @@ a:hover {
|
||||
|
||||
.popover {
|
||||
font-family: $font-family-text;
|
||||
|
||||
.arrow {
|
||||
visibility: hidden;
|
||||
}
|
||||
|
||||
&-body {
|
||||
color: inherit;
|
||||
}
|
||||
}
|
||||
|
||||
.btn {
|
||||
|
||||
Reference in New Issue
Block a user