Refactor popover css to single file

This commit is contained in:
Michael Shamoon
2021-03-03 20:49:02 -08:00
parent 017a4c3c3c
commit dcaaa917c5
5 changed files with 24 additions and 48 deletions

View File

@@ -0,0 +1,22 @@
::ng-deep .popover {
max-width: 40rem;
.preview {
min-width: 25rem;
min-height: 15rem;
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;
}