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
referral_program_page.css
149 lines
| 1 | .two-wp-container * { |
| 2 | font-family: Open Sans, sans-serif !important; |
| 3 | } |
| 4 | .two-wp-container { |
| 5 | display: flex; |
| 6 | justify-content: center; |
| 7 | flex-wrap: wrap; |
| 8 | } |
| 9 | .two-wp-container p { |
| 10 | margin: 0; |
| 11 | } |
| 12 | .two-container-with-border { |
| 13 | position: relative; |
| 14 | border-radius: 6px; |
| 15 | border: 1px solid #323A4533; |
| 16 | background-color: #fff; |
| 17 | padding: 25px 20px; |
| 18 | color: #323A45; |
| 19 | margin-top: 16px; |
| 20 | width: 714px; |
| 21 | box-sizing: border-box; |
| 22 | } |
| 23 | |
| 24 | p.two-page-main-title { |
| 25 | font-size: 16px; |
| 26 | line-height: 26px; |
| 27 | font-weight: bold; |
| 28 | margin-bottom: 2px; |
| 29 | position: relative; |
| 30 | } |
| 31 | |
| 32 | .two-page-main-desc { |
| 33 | font-size: 14px; |
| 34 | line-height: 20px; |
| 35 | } |
| 36 | .two-page-subtitle { |
| 37 | color: #262F30; |
| 38 | opacity: 0.8; |
| 39 | font-weight: 600; |
| 40 | } |
| 41 | .two-page-main-desc a { |
| 42 | text-decoration: underline; |
| 43 | color: #2160B5; |
| 44 | cursor: pointer; |
| 45 | font-weight: 600; |
| 46 | } |
| 47 | .two-page-main-desc a:hover { |
| 48 | opacity: 0.7; |
| 49 | } |
| 50 | |
| 51 | .two-main-text { |
| 52 | font-size: 12px; |
| 53 | line-height: 18px; |
| 54 | } |
| 55 | |
| 56 | .two-referral-header { |
| 57 | display: flex; |
| 58 | justify-content: space-between; |
| 59 | align-items: center; |
| 60 | border-bottom: 1px solid #323A4533; |
| 61 | padding-bottom: 25px; |
| 62 | margin-bottom: 25px; |
| 63 | } |
| 64 | |
| 65 | .two-green-liner-button { |
| 66 | width: 180px; |
| 67 | display: inline-block; |
| 68 | border: 1px solid #22B339; |
| 69 | border-radius: 6px; |
| 70 | padding: 10px 0; |
| 71 | text-align: center; |
| 72 | text-decoration: none; |
| 73 | color: #22B339; |
| 74 | letter-spacing: 0.12px; |
| 75 | font-weight: 600; |
| 76 | } |
| 77 | .two-green-liner-button:hover { |
| 78 | background-color: #22b339; |
| 79 | color: white; |
| 80 | } |
| 81 | |
| 82 | .two-referral-container { |
| 83 | margin: 25px 0 20px 0; |
| 84 | border: 1px solid #323A4533; |
| 85 | border-radius: 6px; |
| 86 | padding: 10px 16px; |
| 87 | display: flex; |
| 88 | justify-content: space-between; |
| 89 | align-items: center; |
| 90 | } |
| 91 | |
| 92 | #two-referral-link { |
| 93 | color: #323A4580; |
| 94 | width: 100%; |
| 95 | border-right: 1px solid #E4E4E4; |
| 96 | padding-right: 16px; |
| 97 | margin-right: 16px; |
| 98 | text-overflow: ellipsis; |
| 99 | overflow: hidden; |
| 100 | max-width: 572px; |
| 101 | white-space: nowrap; |
| 102 | } |
| 103 | .two-referral-copy { |
| 104 | text-align: center; |
| 105 | min-width: 50px; |
| 106 | font-weight: 600; |
| 107 | color: #2160B5; |
| 108 | cursor: pointer; |
| 109 | } |
| 110 | .two-refer-links { |
| 111 | display: flex; |
| 112 | gap: 8px; |
| 113 | align-items: center; |
| 114 | } |
| 115 | .two-refer-to { |
| 116 | padding: 4px 12px; |
| 117 | display: flex; |
| 118 | align-items: center; |
| 119 | text-align: center; |
| 120 | gap: 4px; |
| 121 | font-size: 12px; |
| 122 | line-height: 18px; |
| 123 | font-weight: 600; |
| 124 | color: #262F30; |
| 125 | text-decoration: none; |
| 126 | background-color: #F9F9F9; |
| 127 | border-radius: 20px; |
| 128 | } |
| 129 | .two-refer-to:hover { |
| 130 | color: #262f30cf; |
| 131 | } |
| 132 | .two-howitworks-container { |
| 133 | margin-top: 20px; |
| 134 | display: flex; |
| 135 | gap: 66px; |
| 136 | } |
| 137 | .two-howitworks-each img { |
| 138 | width: 40px; |
| 139 | margin-bottom: 12px; |
| 140 | } |
| 141 | p.two-page-small-subtitle { |
| 142 | margin-bottom: 4px; |
| 143 | font-weight: bold; |
| 144 | letter-spacing: 0.1px; |
| 145 | } |
| 146 | |
| 147 | @media screen and (max-width: 600px) { |
| 148 | |
| 149 | } |