You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

17 lines
227 B

  1. .mod_faqlist {
  2. padding: 0 0 2rem 0;
  3. ul {
  4. }
  5. li {
  6. padding-bottom: 2rem;
  7. h3 {
  8. padding-bottom: 1rem;
  9. cursor: pointer;
  10. }
  11. .answer {
  12. display: none;
  13. padding-bottom: 1rem;
  14. }
  15. }
  16. }