diff --git a/src/themes/fda/app/footer/footer.component.html b/src/themes/fda/app/footer/footer.component.html index e0cc60f3893..165fe59589e 100644 --- a/src/themes/fda/app/footer/footer.component.html +++ b/src/themes/fda/app/footer/footer.component.html @@ -3,15 +3,16 @@
diff --git a/src/themes/fda/styles/_global-styles.scss b/src/themes/fda/styles/_global-styles.scss index 0821fb4664a..41d62d98d84 100644 --- a/src/themes/fda/styles/_global-styles.scss +++ b/src/themes/fda/styles/_global-styles.scss @@ -102,6 +102,37 @@ li:first-of-type .fda-syllabus-header { .simple-view-element-body { padding: 1rem; } + + .simple-view-element-body .file-section { + + ds-file-download-link { + border-bottom: 1px solid #58058c17; + display: block; + + &:last-of-type { + border: none; + padding-bottom: .5rem; + } + } + + .badge-primary { + margin-right: .5rem; + } + + a { + display: inline-block; + line-height: 2rem; + font-weight: 600; + + span:nth-child(2) { + color: darkslategray; + font-size: smaller; + display: inline-block; + margin-left: 5px; + font-weight: normal; + } + } + } } #expandable-navbar-section-browse_global {