woo_route.css
193 lines
| 1 | .wrap { |
| 2 | font-family: Helvetica; |
| 3 | } |
| 4 | .rzp-container { |
| 5 | border: 1px solid #dfe5e7; |
| 6 | margin-top: 30px; |
| 7 | background-color: #f0f3f4; |
| 8 | margin-left: 5px !important; |
| 9 | } |
| 10 | .rzp-dashicons { |
| 11 | margin-top: 3px; |
| 12 | } |
| 13 | .text { |
| 14 | display: inline-block; |
| 15 | white-space: nowrap; |
| 16 | overflow: hidden; |
| 17 | text-overflow: ellipsis; |
| 18 | vertical-align: bottom; |
| 19 | font-weight: 600; |
| 20 | width: 48%; |
| 21 | } |
| 22 | .panel-heading { |
| 23 | line-height: 74px; |
| 24 | vertical-align: middle; |
| 25 | font-size: 18px; |
| 26 | padding: 0 20px; |
| 27 | border-bottom: 1px solid #fff; |
| 28 | } |
| 29 | .Button { |
| 30 | background-color: #fff; |
| 31 | padding: 5px 11px; |
| 32 | line-height: 16px; |
| 33 | outline: none; |
| 34 | transition: .15s,.3s border; |
| 35 | vertical-align: middle; |
| 36 | font-size: 13px; |
| 37 | color: #528ff0; |
| 38 | border: 1px solid #528ff0; |
| 39 | border-radius: 3px; |
| 40 | } |
| 41 | .content-header a:hover{ |
| 42 | text-decoration: none; |
| 43 | } |
| 44 | .panel-body { |
| 45 | margin: 10px 0; |
| 46 | } |
| 47 | .panel-body-left .row{ |
| 48 | padding: 5px; |
| 49 | font-size: 14px; |
| 50 | } |
| 51 | .button-items-detail{ |
| 52 | margin: 10px 0; |
| 53 | background-color: #f9f9f9; |
| 54 | padding: 10px; |
| 55 | border-radius: 3px; |
| 56 | font-size: 14px; |
| 57 | } |
| 58 | .panel-label{ |
| 59 | color: #8991ae; |
| 60 | } |
| 61 | .panel-value{ |
| 62 | color: #58666e; |
| 63 | } |
| 64 | |
| 65 | button:hover { |
| 66 | opacity:1; |
| 67 | } |
| 68 | |
| 69 | .overlay, .rev_trf_overlay, .trf_settlement_overlay { |
| 70 | position: fixed; |
| 71 | top: 0; |
| 72 | left: 0; |
| 73 | width: 100vw; |
| 74 | height: 100vh; |
| 75 | background-color: rgba(128,128,128,0.5); |
| 76 | display: none; |
| 77 | } |
| 78 | |
| 79 | .modal { |
| 80 | position: relative; |
| 81 | display: block; |
| 82 | height: 365px; |
| 83 | width: 325px; |
| 84 | margin: 70px auto; |
| 85 | border-radius: 5px; |
| 86 | background-color: white; |
| 87 | } |
| 88 | .modal-content { |
| 89 | border: 0; |
| 90 | } |
| 91 | .modal-header { |
| 92 | padding: 24px 22px 0; |
| 93 | border-bottom: 0; |
| 94 | } |
| 95 | .modal-title { |
| 96 | font-size: 18px; |
| 97 | font-weight: bold; |
| 98 | line-height: 1em; |
| 99 | margin: 0; |
| 100 | } |
| 101 | .btn-default { |
| 102 | color: #58666e; |
| 103 | background-color: #fafafa; |
| 104 | border-color: #58666e; |
| 105 | font-size: 14px; |
| 106 | padding: 6px 12px; |
| 107 | font-weight: 400; |
| 108 | } |
| 109 | .btn-primary { |
| 110 | background-color: #528ff0; |
| 111 | border-color: #3b80ee; |
| 112 | } |
| 113 | .rzp-currency { |
| 114 | font-weight: normal; |
| 115 | color: inherit; |
| 116 | opacity: 0.7; |
| 117 | white-space: nowrap; |
| 118 | font-size: 100%; |
| 119 | } |
| 120 | p:empty:before { |
| 121 | display: none; |
| 122 | } |
| 123 | |
| 124 | .route-container header { |
| 125 | line-height: 50px; |
| 126 | border: 1px solid #e2e8ea; |
| 127 | position: relative; |
| 128 | background-color: #e2e8ea; |
| 129 | padding: 0 12px 0 24px; |
| 130 | margin-bottom: 20px; |
| 131 | } |
| 132 | .route-container header a { |
| 133 | color: #555; |
| 134 | border-bottom: 3px solid transparent; |
| 135 | display: inline-block; |
| 136 | margin: 0 16px; |
| 137 | font-weight: bold; |
| 138 | position: relative; |
| 139 | bottom: -1px; |
| 140 | } |
| 141 | .route-container header a:hover { text-decoration: none; } |
| 142 | |
| 143 | .route-container header > a:first-child { |
| 144 | margin-left: 0; |
| 145 | } |
| 146 | .route-container header a.active { |
| 147 | color: #528ff0; |
| 148 | border-color: #528ff0; |
| 149 | } |
| 150 | |
| 151 | .trf_settlement_label { |
| 152 | margin-left: 5px !important; |
| 153 | width: 100px !important; |
| 154 | } |
| 155 | |
| 156 | .rzp_transfer_custom_field input{ |
| 157 | margin-right: 5px !important; |
| 158 | } |
| 159 | .rzp_transfer_custom_field input[type=text], .rzp_transfer_custom_field input[type=number]{ |
| 160 | width: 220px !important; |
| 161 | } |
| 162 | .rzp_transfer_custom_field .remove_field{ float: right;} |
| 163 | .rzp_transfer_custom_field .add_field_button{ float: right;} |
| 164 | |
| 165 | .pay_search_label{ float: left;position: relative; left: 704px;font-size: 15px;} |
| 166 | .input-group { position: relative; display: table; } |
| 167 | .input-group .input-group-addon { |
| 168 | padding: 6px 12px; |
| 169 | font-size: 14px; |
| 170 | line-height: 1; |
| 171 | color: #555; |
| 172 | text-align: center; |
| 173 | background-color: #eee; |
| 174 | border: 1px solid #cfdadd; |
| 175 | border-radius: 2px; |
| 176 | width: 1%; |
| 177 | vertical-align: middle; |
| 178 | display: table-cell; |
| 179 | } |
| 180 | |
| 181 | .modal .btn{ width: 100%; } |
| 182 | |
| 183 | #revTransferModal{ height: 270px !important; } |
| 184 | #paymentTransferModal{ height: 540px !important; width: 350px !important; } |
| 185 | .RadioButton{ margin: 12px auto; } |
| 186 | span.trf-status{ margin-right: 10px; } |
| 187 | .panel-heading strong{ margin-left: 10px;} |
| 188 | .panel-value button{ margin-left: 10px !important;} |
| 189 | .btn-default:hover{ background-color: #dee5e7} |
| 190 | .rzp_transfer_from_field li{ float: left} |
| 191 | .rzp_transfer_from_field li label{ width: 330px;} |
| 192 | .rzp_transfer_from_field .woocommerce-help-tip{ right: 146px;} |
| 193 | .post-type-shop_order .wp-list-table .check-column { width: 15px !important; } |