Skip to content

Commit

Permalink
feat: cmd-82 update nsf branding (#425)
Browse files Browse the repository at this point in the history
* feat: CMD-82 remove NSF from branding header

* feat: CMD-82 tweak CSS for a moved footer pane

The "common" pane was moved from right to left. So, the padding revert must also be moved.

After merge, delete snippet #144:
https://tacc.utexas.edu/admin/djangocms_snippet/snippet/144/change/
  • Loading branch information
wesleyboar authored Feb 15, 2024
1 parent c88ddc6 commit f677380
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 13 deletions.
13 changes: 1 addition & 12 deletions apps/tup-cms/src/taccsite_cms/settings_custom.py
Original file line number Diff line number Diff line change
Expand Up @@ -90,18 +90,7 @@
"True"
]

NSF_BRANDING = [
"nsf",
"site_cms/img/org_logos/nsf-white.png",
"branding-nsf",
"https://www.nsf.gov/",
"_blank",
"NSF Logo",
"anonymous",
"True"
]

BRANDING = [ NSF_BRANDING, UTEXAS_BRANDING ]
BRANDING = [ UTEXAS_BRANDING ]

########################
# TACC: LOGOS
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ svg {
background-color: var(--global-color-primary--x-dark);
}
html:not(#page-portal) .c-footer {
padding-right: revert; /* undo core-styles.cms.css */
padding-left: revert; /* undo core-styles.cms.css */
}
#cms-footer .c-pane--common {
padding-inline: var(--pad-horz);
Expand Down

0 comments on commit f677380

Please sign in to comment.