You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Vestride_Shuffle/docs/_scss/pages/_faq.scss

38 lines
525 B
SCSS

// FAQ
.search-section {
margin-top: 1em;
margin-bottom: 1em;
}
.question {
float: none;
margin: 2em 0;
overflow: hidden;
transition: 0.2s ease-out;
}
.question--collapsed {
height: 0 !important; // Needs to override inline style
margin: 0;
border-width: 0;
}
.question--collapsed + .question {
margin-top: 0;
}
.question--unanswered {
padding-top: 1.25em;
border-top: 2px solid $emerald;
}
.question__title {
margin-top: 0;
}
.question__answer {
padding-bottom: 1px;
margin-bottom: 0;
}