-
+
+
+
+
+ {expand === EXPAND.CREDIT_DETAILS && (
+
+
+
+ )}
+
+ {expand === EXPAND.FILE_DETAILS && (
+
+
+
+
+ )}
+
diff --git a/ui/constants/icons.js b/ui/constants/icons.js
index 326d33f5d..f1ad4e32b 100644
--- a/ui/constants/icons.js
+++ b/ui/constants/icons.js
@@ -6,6 +6,7 @@
export const REWARDS = 'Award';
export const LOCAL = 'Folder';
export const ALERT = 'AlertCircle';
+export const INFO = 'InfoCircle';
export const COPY = 'Clipboard';
export const ARROW_LEFT = 'ChevronLeft';
export const ARROW_RIGHT = 'ChevronRight';
diff --git a/ui/scss/component/_post.scss b/ui/scss/component/_post.scss
index ec23edcb9..04fba2597 100644
--- a/ui/scss/component/_post.scss
+++ b/ui/scss/component/_post.scss
@@ -70,6 +70,32 @@
}
}
+.post__info--expanded {
+ margin-bottom: var(--spacing-s);
+}
+
+.post__info--grouped {
+ .button--link {
+ margin-right: var(--spacing-s);
+ }
+
+ .dim {
+ color: var(--color-text-subtitle);
+ stroke: var(--color-text-subtitle);
+ }
+}
+
+.post__info--credit-details {
+ @include font-sans;
+ margin-top: var(--spacing-l);
+ margin-bottom: var(--spacing-l);
+ width: 75%;
+
+ .tag {
+ margin-top: 0;
+ }
+}
+
.post__date {
display: block;
margin-top: var(--spacing-s);