UX improvements

This commit is contained in:
Justin Starry
2020-05-02 12:55:12 +08:00
committed by Michael Vines
parent 484a4db626
commit 42225446c4
13 changed files with 430 additions and 281 deletions

View File

@@ -12,15 +12,19 @@ code {
.copyable {
position: relative;
width: fit-content;
display: inline;
cursor: pointer;
& > div:hover {
cursor: pointer;
}
.popover {
&.bs-popover-top {
background-color: $dark;
top: -4rem;
}
.popover.bs-popover-top {
background-color: $dark;
top: -4rem;
&.bs-popover-bottom {
background-color: $dark;
top: 1.5rem;
}
.popover-body {
color: white;
@@ -28,6 +32,7 @@ code {
.arrow::after {
border-top-color: $dark;
border-bottom-color: $dark;
}
}
}