From 4696f9896b46b1e33739238b2c38351ad6c95542 Mon Sep 17 00:00:00 2001
From: Michael Shamoon <4887959+shamoon@users.noreply.github.com>
Date: Fri, 12 Mar 2021 06:54:22 -0800
Subject: [PATCH] Support large cards
---
.../document-card-large.component.html | 33 +++++++++++++++----
.../document-card-large.component.scss | 18 ++++++++++
2 files changed, 44 insertions(+), 7 deletions(-)
diff --git a/src-ui/src/app/components/document-list/document-card-large/document-card-large.component.html b/src-ui/src/app/components/document-list/document-card-large/document-card-large.component.html
index c7f688bc4..6580fc27d 100644
--- a/src-ui/src/app/components/document-list/document-card-large/document-card-large.component.html
+++ b/src-ui/src/app/components/document-list/document-card-large/document-card-large.component.html
@@ -23,7 +23,6 @@
{{document.title | documentTitle}}
-
#{{document.archive_serial_number}}
@@ -62,13 +61,33 @@
-
-
Score:
-
-
+
+
+
+
+
-
-
Created: {{document.created | customDate}}
diff --git a/src-ui/src/app/components/document-list/document-card-large/document-card-large.component.scss b/src-ui/src/app/components/document-list/document-card-large/document-card-large.component.scss
index c49de93b5..9caaabf5c 100644
--- a/src-ui/src/app/components/document-list/document-card-large/document-card-large.component.scss
+++ b/src-ui/src/app/components/document-list/document-card-large/document-card-large.component.scss
@@ -37,3 +37,21 @@
.doc-img-background-selected {
background-color: $primaryFaded;
}
+
+.card-metadata {
+ line-height: 1;
+
+ button {
+ line-height: 1;
+
+ &:hover,
+ &:focus {
+ background-color: transparent !important;
+ }
+ }
+
+ .metadata-icon {
+ width: 0.8rem;
+ height: 0.8rem;
+ }
+}