Re-merging this branch with Reverted dev

This commit is contained in:
Michael Shamoon
2021-03-06 14:50:38 -08:00
parent 67f32056c4
commit 304b8ea237
13 changed files with 35 additions and 62 deletions

View File

@@ -0,0 +1,22 @@
::ng-deep .popover {
max-width: 40rem;
.preview {
min-width: 30rem;
min-height: 18rem;
max-height: 35rem;
overflow-y: scroll;
}
.spinner-border {
position: absolute;
top: 4rem;
left: calc(50% - 0.5rem);
z-index: 0;
}
}
::ng-deep .popover-hidden .popover {
opacity: 0;
pointer-events: none;
}