From 3ffc5c339fb81620f737c7af950eb23eca4847d8 Mon Sep 17 00:00:00 2001 From: Tim Abbott Date: Thu, 25 Jul 2024 17:29:30 -0700 Subject: [PATCH] portico: Remove unused faqs CSS. These were styles for a component removed in f2443362716a12a6401ebcea35d794ecb7551ba4. --- web/styles/portico/landing_page.css | 51 ----------------------------- 1 file changed, 51 deletions(-) diff --git a/web/styles/portico/landing_page.css b/web/styles/portico/landing_page.css index f48f0883a5..a2d424fd29 100644 --- a/web/styles/portico/landing_page.css +++ b/web/styles/portico/landing_page.css @@ -597,57 +597,6 @@ button { } } -/* -- faq css -- */ -.faqs { - position: relative; - background-color: hsl(0deg 0% 98%); - - .padded-content { - position: relative; - z-index: 1; - } - - & header { - max-width: 700px; - margin: 0 auto; - - & h1 span { - vertical-align: top; - } - } - - .faq { - margin: 50px auto; - max-width: 700px; - font-size: 1.2em; - color: hsl(223deg 6% 25%); - - .question { - font-weight: 600; - color: hsl(222deg 20% 40%); - font-size: 1.1em; - } - - .answer { - margin: 20px 0 0; - font-weight: 400; - } - } - - /* the last faq in the box shouldn't have an extra 50px of margin. */ - .faq-box div:last-of-type { - margin-bottom: 10px; - } - - .faq-header-link { - color: hsl(0deg 0% 0%); - - &:hover { - text-decoration: underline; - } - } -} - .screen { .line { width: 100%;