mirror of https://github.com/zulip/zulip.git
portico: Remove unused faqs CSS.
These were styles for a component removed in
f244336271
.
This commit is contained in:
parent
7c07ea86ee
commit
3ffc5c339f
|
@ -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%;
|
||||
|
|
Loading…
Reference in New Issue