Refactor popover css to single file

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

View file

@ -8,7 +8,7 @@ import { NgbPopover } from '@ng-bootstrap/ng-bootstrap';
@Component({
selector: 'app-document-card-large',
templateUrl: './document-card-large.component.html',
styleUrls: ['./document-card-large.component.scss']
styleUrls: ['./document-card-large.component.scss', '../popover-preview/popover-preview.scss']
})
export class DocumentCardLargeComponent implements OnInit {