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-small',
templateUrl: './document-card-small.component.html',
styleUrls: ['./document-card-small.component.scss']
styleUrls: ['./document-card-small.component.scss', '../popover-preview/popover-preview.scss']
})
export class DocumentCardSmallComponent implements OnInit {