addon-box.js
3 months ago
addons.css
1 month ago
backup-adstxt.js
3 months ago
dashboard.css
3 months ago
index.js
3 months ago
oneclick.css
3 months ago
spinner.css
3 months ago
subscribe.js
3 months ago
welcome.js
3 months ago
addons.css
187 lines
| 1 | #advads_overview_addons { |
| 2 | h2 { |
| 3 | @apply !border-b-0; |
| 4 | } |
| 5 | |
| 6 | .inside { |
| 7 | @apply m-0 pb-0; |
| 8 | } |
| 9 | } |
| 10 | |
| 11 | #advanced-ads-addon-box { |
| 12 | .subheader { |
| 13 | @apply font-semibold border-0 border-b border-t border-solid block border-border; |
| 14 | background-color: #fdfdfe; |
| 15 | font-size: 14px; |
| 16 | padding: 8px 12px; |
| 17 | margin: 24px -15px auto; |
| 18 | line-height: 1.4; |
| 19 | |
| 20 | &:first-of-type { |
| 21 | @apply mt-0; |
| 22 | } |
| 23 | } |
| 24 | |
| 25 | .single-item { |
| 26 | &.none { |
| 27 | background: #f6f7f7; |
| 28 | color: #a7aaad; |
| 29 | } |
| 30 | |
| 31 | .item-grid { |
| 32 | @apply grid grid-cols-4; |
| 33 | margin: 0 24px 24px; |
| 34 | padding-bottom: 12px; |
| 35 | gap: 12px; |
| 36 | |
| 37 | .feature { |
| 38 | @apply flex font-semibold; |
| 39 | padding: 12px; |
| 40 | background-color: #fff; |
| 41 | border-radius: 24px; |
| 42 | |
| 43 | span { |
| 44 | @apply text-center w-full; |
| 45 | } |
| 46 | |
| 47 | .dashicons::before { |
| 48 | content: "\f147"; |
| 49 | } |
| 50 | |
| 51 | &.more { |
| 52 | background-color: transparent; |
| 53 | |
| 54 | .dashicons::before { |
| 55 | content: "\f543"; |
| 56 | } |
| 57 | } |
| 58 | } |
| 59 | } |
| 60 | } |
| 61 | |
| 62 | .cta { |
| 63 | text-align: end; |
| 64 | |
| 65 | .upsell, |
| 66 | .missing { |
| 67 | .dashicons::before { |
| 68 | content: "\f132"; |
| 69 | } |
| 70 | } |
| 71 | |
| 72 | .dashicons { |
| 73 | @apply align-middle; |
| 74 | |
| 75 | &::before { |
| 76 | margin-left: -5px; |
| 77 | } |
| 78 | } |
| 79 | |
| 80 | .active .dashicons::before { |
| 81 | content: "\f147"; |
| 82 | } |
| 83 | |
| 84 | .installed .dashicons::before { |
| 85 | content: "\f159"; |
| 86 | } |
| 87 | |
| 88 | .subscribe .dashicons::before { |
| 89 | content: "\f465"; |
| 90 | } |
| 91 | |
| 92 | .subscribed .dashicons::before { |
| 93 | content: "\f132"; |
| 94 | } |
| 95 | |
| 96 | &.secondary .button, |
| 97 | .installed { |
| 98 | background: #fff; |
| 99 | border-color: #0474a2; |
| 100 | color: #0474a2; |
| 101 | } |
| 102 | |
| 103 | .upsell { |
| 104 | background-color: #1b193a; |
| 105 | border-color: #1b193a; |
| 106 | color: #fff; |
| 107 | } |
| 108 | |
| 109 | .missing, |
| 110 | .subscribe, |
| 111 | .subscribed, |
| 112 | &.primary .button { |
| 113 | background-color: #0474a2; |
| 114 | color: #fff; |
| 115 | } |
| 116 | |
| 117 | .external-link { |
| 118 | @apply text-end; |
| 119 | margin-top: 12px; |
| 120 | |
| 121 | a { |
| 122 | text-decoration: none; |
| 123 | |
| 124 | span { |
| 125 | @apply inline-block align-middle; |
| 126 | } |
| 127 | } |
| 128 | } |
| 129 | } |
| 130 | |
| 131 | a { |
| 132 | color: #0474a2; |
| 133 | } |
| 134 | |
| 135 | .item-details, |
| 136 | .bundle-details, |
| 137 | .bundle-item { |
| 138 | @apply grid grid-cols-[50px_12px_15em_24px_auto_24px_auto]; |
| 139 | padding: 24px; |
| 140 | |
| 141 | .name { |
| 142 | @apply font-bold; |
| 143 | padding: 6.5px 0; |
| 144 | } |
| 145 | |
| 146 | .description { |
| 147 | padding: 6.5px 0; |
| 148 | } |
| 149 | |
| 150 | .icon { |
| 151 | margin: -12px 0 -12px -12px; |
| 152 | } |
| 153 | } |
| 154 | |
| 155 | .bundle-details { |
| 156 | @apply pb-0; |
| 157 | } |
| 158 | |
| 159 | .bundle-item a { |
| 160 | text-decoration: none; |
| 161 | } |
| 162 | |
| 163 | .single-item, |
| 164 | .bundle { |
| 165 | @apply border border-border rounded-md my-3 mx-0; |
| 166 | background-color: #f2fcff; |
| 167 | color: #222; |
| 168 | } |
| 169 | |
| 170 | .bundle-items { |
| 171 | @apply bg-white border border-border rounded-md my-6; |
| 172 | |
| 173 | .separator { |
| 174 | margin: 0 24px 0 12px; |
| 175 | height: 1px; |
| 176 | border-bottom: 1px solid #f6f7f7; |
| 177 | |
| 178 | &:last-of-type { |
| 179 | display: none; |
| 180 | } |
| 181 | } |
| 182 | } |
| 183 | } |
| 184 | |
| 185 | body.advads-wp-7-plus #advanced-ads-addon-box .cta .dashicons { |
| 186 | line-height: 1; |
| 187 | } |