faq.css 1.0 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455
  1. /*========================================================
  2. DARK LAYOUT
  3. =========================================================*/
  4. .faq-bg {
  5. background: url(/images/faq.jpg?ad04b412ac89dfa2f4fb8734d387cad0) no-repeat;
  6. background-size: cover;
  7. }
  8. .faq-bg .form-control:focus ~ .form-control-position i {
  9. color: #5c6bc6;
  10. }
  11. .faq .faq-content .faq-table-content {
  12. cursor: pointer;
  13. padding: 0.5rem;
  14. font-weight: 500;
  15. }
  16. .faq .faq-content .faq-table-content i {
  17. margin-right: 0.5rem;
  18. }
  19. .faq .supporter-details .supporter-img img {
  20. width: 35px;
  21. height: 35px;
  22. margin-right: 0.5rem;
  23. cursor: pointer;
  24. }
  25. .faq .supporter-info {
  26. vertical-align: middle;
  27. }
  28. .faq .accordion .collapse-title {
  29. font-weight: 500;
  30. color: #2c2c2c;
  31. }
  32. .faq .accordion .collapse-margin {
  33. background-color: #fff;
  34. }
  35. @media only screen and (min-width: 992px) {
  36. .faq-bg .card-body {
  37. padding: 8rem !important;
  38. }
  39. }
  40. @media only screen and (min-width: 768px) and (max-width: 991px) {
  41. .faq-bg .card-body {
  42. padding: 6rem !important;
  43. }
  44. }