From adcd47287360fd736f037ee41eef627df2962a66 Mon Sep 17 00:00:00 2001 From: Zachary Shilton <4624598+zchsh@users.noreply.github.com> Date: Fri, 13 Aug 2021 08:04:19 -0400 Subject: [PATCH] website: upgrade content and global styles (#11151) * website: upgrade global-styles packages * website: upgrade community page * website: hide alert-banner on mobile * website: replace g-container with g-grid-container * website: delete unused CSS * website: backfill missing type styles * website: fix style import path * website: bump to latest patched dependencies --- website/components/footer/index.jsx | 2 +- website/components/footer/style.css | 2 +- website/package-lock.json | 875 ++++++++++++----------- website/package.json | 12 +- website/pages/404.jsx | 2 +- website/pages/_app.js | 2 +- website/pages/community/index.jsx | 3 +- website/pages/community/style.css | 8 - website/pages/community/style.module.css | 9 + website/pages/downloads/style.module.css | 6 - website/pages/print.css | 2 +- website/pages/style.css | 13 +- 12 files changed, 476 insertions(+), 460 deletions(-) delete mode 100644 website/pages/community/style.css create mode 100644 website/pages/community/style.module.css diff --git a/website/components/footer/index.jsx b/website/components/footer/index.jsx index 9f0400fb3..d62a9b895 100644 --- a/website/components/footer/index.jsx +++ b/website/components/footer/index.jsx @@ -3,7 +3,7 @@ import Link from 'next/link' export default function Footer({ openConsentManager }) { return (