portico: Remove unused faqs CSS.

These were styles for a component removed in
f244336271.
This commit is contained in:
Tim Abbott 2024-07-25 17:29:30 -07:00
parent 7c07ea86ee
commit 3ffc5c339f
1 changed files with 0 additions and 51 deletions

View File

@ -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%;