Details | Last modification | View Log | RSS feed
| Rev | Author | Line No. | Line |
|---|---|---|---|
| 1 | espaco | 1 | @import '../global/_variables'; // global variables. |
| 2 | @import '../global/components/_mixins'; // global mixings. |
||
| 3 | |||
| 4 | /*** |
||
| 5 | FAQ page |
||
| 6 | ***/ |
||
| 7 | |||
| 8 | // BEGIN : GENERAL FAQ CLASSES |
||
| 9 | .faq-page{ |
||
| 10 | |||
| 11 | // BEGIN : BORDER CONTAINERS |
||
| 12 | .bordered{ |
||
| 13 | border:1px solid; |
||
| 14 | border-color: $general-panel-border-color; |
||
| 15 | } |
||
| 16 | // END : BORDERED CONTAINERS |
||
| 17 | |||
| 18 | // BEGIN: SEARCH BAR |
||
| 19 | .search-bar{ |
||
| 20 | padding:20px; |
||
| 21 | margin-bottom: 30px; |
||
| 22 | background-color: #fff; |
||
| 23 | |||
| 24 | .input-group{ |
||
| 25 | width:100%; |
||
| 26 | |||
| 27 | >input{ |
||
| 28 | border:none; |
||
| 29 | background-color: #f3f6f9; |
||
| 30 | color:#a0a9b4; |
||
| 31 | height:55px; |
||
| 32 | } |
||
| 33 | } |
||
| 34 | } |
||
| 35 | // END : SEARCH BAR |
||
| 36 | |||
| 37 | } |
||
| 38 | |||
| 39 | // EMD : GENERAL FAQ CLASSES |
||
| 40 | |||
| 41 | // FAQ Page 1 |
||
| 42 | .faq-content-1{ |
||
| 43 | |||
| 44 | .faq-section{ |
||
| 45 | background-color:#fff; |
||
| 46 | padding:40px 30px 30px 30px; |
||
| 47 | margin-bottom: 30px; |
||
| 48 | |||
| 49 | >.faq-title{ |
||
| 50 | margin:0 0 20px 0; |
||
| 51 | font-size: 14px; |
||
| 52 | font-weight: 600; |
||
| 53 | letter-spacing: 1px; |
||
| 54 | |||
| 55 | } |
||
| 56 | |||
| 57 | .panel-group{ |
||
| 58 | margin-bottom: 0; |
||
| 59 | } |
||
| 60 | |||
| 61 | >.faq-content{ |
||
| 62 | |||
| 63 | .panel{ |
||
| 64 | border:none; |
||
| 65 | } |
||
| 66 | |||
| 67 | .panel-heading{ |
||
| 68 | background-color: transparent; |
||
| 69 | margin-top: 15px; |
||
| 70 | |||
| 71 | i{ |
||
| 72 | font-size: 10px; |
||
| 73 | color:#dae0e5; |
||
| 74 | margin-right: 10px; |
||
| 75 | margin-top: 4px; |
||
| 76 | float:left; |
||
| 77 | } |
||
| 78 | |||
| 79 | .accordion-toggle{ |
||
| 80 | padding-left:0; |
||
| 81 | padding-right: 0; |
||
| 82 | font-size:16px; |
||
| 83 | font-weight: 600; |
||
| 84 | color:#5c646a; |
||
| 85 | padding: 0 0 10px 20px; |
||
| 86 | line-height: 22px; |
||
| 87 | |||
| 88 | &:hover{ |
||
| 89 | text-decoration: none; |
||
| 90 | color:#3598DC; |
||
| 91 | } |
||
| 92 | } |
||
| 93 | } |
||
| 94 | |||
| 95 | .panel-body{ |
||
| 96 | border:none; |
||
| 97 | background-color: #f3f6f9; |
||
| 98 | margin-left:20px; |
||
| 99 | |||
| 100 | >p { |
||
| 101 | color:#6a757e; |
||
| 102 | font-size: 14px; |
||
| 103 | line-height: 22px; |
||
| 104 | |||
| 105 | &:first-child{ |
||
| 106 | margin-top:0; |
||
| 107 | } |
||
| 108 | |||
| 109 | &:last-child{ |
||
| 110 | margin-bottom: 0; |
||
| 111 | } |
||
| 112 | } |
||
| 113 | } |
||
| 114 | } |
||
| 115 | } |
||
| 116 | } |