initiatived21/d21

View on GitHub
client/app/assets/stylesheets/aleut/components/_components.faq.scss

Summary

Maintainability
Test Coverage
/*------------------------------------*\
    #FAQ
\*------------------------------------*/

/**
 * FAQ component
 */

.c-faq {
  @include font-size(16px, 1.5);
}

.c-faq__question {
  margin-top: $spacing;

  font-weight: bold;
}

h1 + .c-faq__question {
  margin-top: 0;
}

.c-faq__answer {
  p {
    margin-top: 12px;
    margin-bottom: 0;
  }

  li {
    margin-left: 1.5em;
  }
}