Details | Last modification | View Log | RSS feed
| Rev | Author | Line No. | Line |
|---|---|---|---|
| 1 | espaco | 1 | /* Cubic Bezier Transition */ |
| 2 | /*** |
||
| 3 | FAQ page |
||
| 4 | ***/ |
||
| 5 | .faq-page .bordered { |
||
| 6 | border: 1px solid; |
||
| 7 | border-color: #e7ecf1; } |
||
| 8 | |||
| 9 | .faq-page .search-bar { |
||
| 10 | padding: 20px; |
||
| 11 | margin-bottom: 30px; |
||
| 12 | background-color: #fff; } |
||
| 13 | .faq-page .search-bar .input-group { |
||
| 14 | width: 100%; } |
||
| 15 | .faq-page .search-bar .input-group > input { |
||
| 16 | border: none; |
||
| 17 | background-color: #f3f6f9; |
||
| 18 | color: #a0a9b4; |
||
| 19 | height: 55px; } |
||
| 20 | |||
| 21 | .faq-content-1 .faq-section { |
||
| 22 | background-color: #fff; |
||
| 23 | padding: 40px 30px 30px 30px; |
||
| 24 | margin-bottom: 30px; } |
||
| 25 | .faq-content-1 .faq-section > .faq-title { |
||
| 26 | margin: 0 0 20px 0; |
||
| 27 | font-size: 14px; |
||
| 28 | font-weight: 600; |
||
| 29 | letter-spacing: 1px; } |
||
| 30 | .faq-content-1 .faq-section .panel-group { |
||
| 31 | margin-bottom: 0; } |
||
| 32 | .faq-content-1 .faq-section > .faq-content .panel { |
||
| 33 | border: none; } |
||
| 34 | .faq-content-1 .faq-section > .faq-content .panel-heading { |
||
| 35 | background-color: transparent; |
||
| 36 | margin-top: 15px; } |
||
| 37 | .faq-content-1 .faq-section > .faq-content .panel-heading i { |
||
| 38 | font-size: 10px; |
||
| 39 | color: #dae0e5; |
||
| 40 | margin-right: 10px; |
||
| 41 | margin-top: 4px; |
||
| 42 | float: left; } |
||
| 43 | .faq-content-1 .faq-section > .faq-content .panel-heading .accordion-toggle { |
||
| 44 | padding-left: 0; |
||
| 45 | padding-right: 0; |
||
| 46 | font-size: 16px; |
||
| 47 | font-weight: 600; |
||
| 48 | color: #5c646a; |
||
| 49 | padding: 0 0 10px 20px; |
||
| 50 | line-height: 22px; } |
||
| 51 | .faq-content-1 .faq-section > .faq-content .panel-heading .accordion-toggle:hover { |
||
| 52 | text-decoration: none; |
||
| 53 | color: #3598DC; } |
||
| 54 | .faq-content-1 .faq-section > .faq-content .panel-body { |
||
| 55 | border: none; |
||
| 56 | background-color: #f3f6f9; |
||
| 57 | margin-left: 20px; } |
||
| 58 | .faq-content-1 .faq-section > .faq-content .panel-body > p { |
||
| 59 | color: #6a757e; |
||
| 60 | font-size: 14px; |
||
| 61 | line-height: 22px; } |
||
| 62 | .faq-content-1 .faq-section > .faq-content .panel-body > p:first-child { |
||
| 63 | margin-top: 0; } |
||
| 64 | .faq-content-1 .faq-section > .faq-content .panel-body > p:last-child { |
||
| 65 | margin-bottom: 0; } |