improve NodeView components and style

This commit is contained in:
axolotle
2021-06-24 16:13:31 +02:00
parent f4d81dffcf
commit a25123f4f9
13 changed files with 54 additions and 71 deletions
+1 -1
View File
@@ -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 {