feat: update footer with site policies, add CTA retrieval SQL, and refactor block content management

This commit is contained in:
2026-07-17 22:07:01 +07:00
parent 49b8d2b2ea
commit 6af9240c22
59 changed files with 140 additions and 612 deletions
@@ -27,8 +27,8 @@
--color-text-light: #ffffff;
/* Typography */
--font-family-base: 'Open Sans', 'Inter', sans-serif;
--font-family-heading: 'Lora', 'Georgia', serif;
--font-family-base: 'Open Sans', Arial, Helvetica, sans-serif;
--font-family-heading: 'Open Sans', Arial, Helvetica, sans-serif;
/* Spacing & Radii */
--spacing-md: 20px;
@@ -39,6 +39,11 @@
/* ==========================================================================
2. Global / Base Overrides
========================================================================== */
body, h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
font-family: var(--font-family-base) !important;
font-feature-settings: 'liga' off, 'clig' off !important;
}
[data-component-id="umass_base:tophat"] {
background-color: transparent !important;
}
@@ -528,4 +533,21 @@
.mobile-only {
display: none !important;
}
.news-events-section__footer {
display: none;
}
.cc--footer .c--footer {
padding: 36px 6.25%;
}
}
/* --- Override for 4-column Stats Block --- */
@media (min-width: 64rem) {
.f--field.f--stats-block {
grid-template-columns: repeat(4, 1fr) !important;
}
}
.lc--layout-container ol li, .lc--layout-container ul li, .sg-pattern-example ol li, .sg-pattern-example ul li {
font-weight: var(--font-weight-extrabold);
}