DataTables-1.10.20
4 years ago
autoupdate_banner.css
3 years ago
banner_main.css
3 years ago
cdn_page.css
3 years ago
datatables.min.css
4 years ago
jquery.tagsinput.min.css
4 years ago
multi-select.css
3 years ago
referral_program_page.css
3 years ago
settings_basic.css
3 years ago
speed.css
3 years ago
speed_elementor_dark.css
3 years ago
two_admin.css
3 years ago
two_admin_bar.css
3 years ago
two_preview.css
3 years ago
white_label.css
2 years ago
white_label.css
138 lines
| 1 | .two-body.two-white-label { |
| 2 | padding: 21px 20px 25px 20px; |
| 3 | font-family: 'Open Sans'; |
| 4 | } |
| 5 | .two-white-label-status { |
| 6 | display: flex; |
| 7 | justify-content: space-between; |
| 8 | } |
| 9 | |
| 10 | .two-white-label-status-input .switch { |
| 11 | position: relative; |
| 12 | display: inline-block; |
| 13 | width: 35px; |
| 14 | height: 20px; |
| 15 | } |
| 16 | |
| 17 | .two-white-label-status-input .switch input { |
| 18 | opacity: 0; |
| 19 | width: 0; |
| 20 | height: 0; |
| 21 | } |
| 22 | .two-white-label-status-input .switch input:focus { |
| 23 | border: unset; |
| 24 | } |
| 25 | |
| 26 | .two-white-label-status-input .slider { |
| 27 | position: absolute; |
| 28 | cursor: pointer; |
| 29 | top: 0; |
| 30 | left: 0; |
| 31 | right: 0; |
| 32 | bottom: 0; |
| 33 | background-color: #E6E7E8; |
| 34 | -webkit-transition: .4s; |
| 35 | transition: .4s; |
| 36 | border-radius: 34px; |
| 37 | } |
| 38 | |
| 39 | .two-white-label-status-input .slider:before { |
| 40 | position: absolute; |
| 41 | content: ""; |
| 42 | height: 14px; |
| 43 | width: 14px; |
| 44 | left: 3px; |
| 45 | bottom: 3px; |
| 46 | background-color: white; |
| 47 | -webkit-transition: .4s; |
| 48 | transition: .4s; |
| 49 | border-radius: 50%; |
| 50 | } |
| 51 | |
| 52 | .two-white-label-status-input input:checked + .slider { |
| 53 | background-color: #22B339; |
| 54 | } |
| 55 | |
| 56 | .two-white-label-status-input input:checked + .slider:before { |
| 57 | -webkit-transform: translateX(15px); |
| 58 | -ms-transform: translateX(15px); |
| 59 | transform: translateX(15px); |
| 60 | } |
| 61 | |
| 62 | .two-description-wl.two-plugin-description { |
| 63 | margin: 25px 0 8px 0; |
| 64 | letter-spacing: 0.12px; |
| 65 | font-weight: 600; |
| 66 | } |
| 67 | .two-white-label-settup { |
| 68 | display: flex; |
| 69 | justify-content: space-between; |
| 70 | flex-wrap: nowrap; |
| 71 | gap: 20px; |
| 72 | } |
| 73 | .two-white-label-settup input { |
| 74 | border-radius: 6px; |
| 75 | border: 1px solid #323A4533; |
| 76 | height: 38px; |
| 77 | width: 100%; |
| 78 | } |
| 79 | .two-white-label-settup input::placeholder { |
| 80 | font-size: 14px; |
| 81 | line-height: 20px; |
| 82 | letter-spacing: 0; |
| 83 | color: #323A4580; |
| 84 | } |
| 85 | .two-white-label-settup button { |
| 86 | padding: 10px 0; |
| 87 | min-width: 180px; |
| 88 | border-radius: 25px; |
| 89 | color: #ffffff; |
| 90 | background-color: #22B339; |
| 91 | font-size: 14px; |
| 92 | line-height: 20px; |
| 93 | letter-spacing: 0.12px; |
| 94 | border: none; |
| 95 | text-transform: uppercase; |
| 96 | cursor: pointer; |
| 97 | } |
| 98 | .two-white-label-settup button:disabled { |
| 99 | background-color: #22B33980; |
| 100 | } |
| 101 | .two-white-label-apply-on { |
| 102 | display: flex; |
| 103 | justify-content: space-between; |
| 104 | gap: 15px; |
| 105 | flex-wrap: nowrap; |
| 106 | } |
| 107 | .two-white-label-apply-on-each { |
| 108 | margin-top: 7px; |
| 109 | width: 215px; |
| 110 | border-radius: 6px; |
| 111 | border: 1px solid #323A4533; |
| 112 | padding: 15px 0 15px 32px; |
| 113 | box-sizing: border-box; |
| 114 | background-color: #ffffff; |
| 115 | font-size: 12px; |
| 116 | line-height: 18px; |
| 117 | letter-spacing: 0.1px; |
| 118 | font-weight: 600; |
| 119 | background-image: url("../images/check_solid.svg"); |
| 120 | background-repeat: no-repeat; |
| 121 | background-size: 12px; |
| 122 | background-position: 13px center; |
| 123 | } |
| 124 | .two-desc-block { |
| 125 | display: flex; |
| 126 | justify-content: space-between; |
| 127 | flex-wrap: nowrap; |
| 128 | gap: 20px; |
| 129 | } |
| 130 | .two-desc-block .two-empty-desc{ |
| 131 | min-width: 180px; |
| 132 | } |
| 133 | @media screen and (max-width: 675px) { |
| 134 | .two-white-label-settup,.two-white-label-apply-on { |
| 135 | flex-wrap: wrap; |
| 136 | } |
| 137 | } |
| 138 |