From f7416aa3145f1bc3a4814efce6602696dc81829f Mon Sep 17 00:00:00 2001 From: Laura Henze Date: Wed, 3 Dec 2025 15:36:09 -0500 Subject: [PATCH 1/2] Reinstating footer markup --- .../fda/app/footer/footer.component.html | 24 +++++++------------ 1 file changed, 8 insertions(+), 16 deletions(-) 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 @@
From 5f6a2ce66b566b4b98a0e676d1a1076424ea96b5 Mon Sep 17 00:00:00 2001 From: Laura Henze Date: Fri, 5 Dec 2025 16:20:45 -0500 Subject: [PATCH 2/2] Styles: files text treatment --- src/themes/fda/styles/_global-styles.scss | 31 +++++++++++++++++++++++ 1 file changed, 31 insertions(+) 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 {