cleanslate-rtl.css
3 years ago
cleanslate-rtl.min.css
3 years ago
cleanslate.css
3 years ago
cleanslate.min.css
3 years ago
dashboard-widget-rtl.css
3 years ago
dashboard-widget-rtl.min.css
3 years ago
dashboard-widget.css
3 years ago
dashboard-widget.min.css
3 years ago
jetpack-admin-rtl.css
4 years ago
jetpack-admin-rtl.min.css
4 years ago
jetpack-admin.css
4 years ago
jetpack-admin.min.css
4 years ago
jetpack-banners-emerald-rtl.css
3 years ago
jetpack-banners-emerald-rtl.min.css
3 years ago
jetpack-banners-emerald.css
3 years ago
jetpack-banners-emerald.min.css
3 years ago
jetpack-banners-rtl.css
4 years ago
jetpack-banners-rtl.min.css
4 years ago
jetpack-banners.css
4 years ago
jetpack-banners.min.css
4 years ago
jetpack-connect-rtl.css
4 years ago
jetpack-connect-rtl.min.css
4 years ago
jetpack-connect.css
4 years ago
jetpack-connect.min.css
4 years ago
jetpack-connection-banner-rtl.css
3 years ago
jetpack-connection-banner-rtl.min.css
3 years ago
jetpack-connection-banner.css
3 years ago
jetpack-connection-banner.min.css
3 years ago
jetpack-connection-widget-rtl.css
3 years ago
jetpack-connection-widget-rtl.min.css
3 years ago
jetpack-connection-widget.css
3 years ago
jetpack-connection-widget.min.css
3 years ago
jetpack-deactivate-dialog-rtl.css
4 years ago
jetpack-deactivate-dialog-rtl.min.css
4 years ago
jetpack-deactivate-dialog.css
4 years ago
jetpack-deactivate-dialog.min.css
4 years ago
jetpack-icons-rtl.css
4 years ago
jetpack-icons-rtl.min.css
4 years ago
jetpack-icons.css
4 years ago
jetpack-icons.min.css
4 years ago
jetpack-recommendations-banner-rtl.css
3 years ago
jetpack-recommendations-banner-rtl.min.css
3 years ago
jetpack-recommendations-banner.css
3 years ago
jetpack-recommendations-banner.min.css
3 years ago
jetpack-rtl.css
3 years ago
jetpack.css
3 years ago
wordads-ccpa-rtl.css
3 years ago
wordads-ccpa-rtl.min.css
3 years ago
wordads-ccpa.css
3 years ago
wordads-ccpa.min.css
3 years ago
jetpack-banners.css
254 lines
| 1 | @charset "UTF-8"; |
| 2 | /* |
| 3 | The MIT License (MIT) |
| 4 | |
| 5 | Copyright © 2011–2015 thoughtbot, inc. |
| 6 | |
| 7 | Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated |
| 8 | documentation files (the “Software”), to deal in the Software without restriction, including without limitation the |
| 9 | rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit |
| 10 | persons to whom the Software is furnished to do so, subject to the following conditions: |
| 11 | |
| 12 | The above copyright notice and this permission notice shall be included in all copies or substantial |
| 13 | portions of the Software. |
| 14 | |
| 15 | THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE |
| 16 | WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR |
| 17 | COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR |
| 18 | OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. |
| 19 | |
| 20 | https://github.com/thoughtbot/bourbon |
| 21 | */ |
| 22 | .updated .jp-banner__tos-blurb { |
| 23 | display: block; |
| 24 | padding: 0.375rem 0; |
| 25 | line-height: 1.5; |
| 26 | font-size: 0.75rem; |
| 27 | color: #414141; |
| 28 | } |
| 29 | @media (min-width: 600px) { |
| 30 | .updated .jp-banner__tos-blurb { |
| 31 | margin-left: 1.125rem; |
| 32 | } |
| 33 | } |
| 34 | .updated .jp-banner__tos-blurb a { |
| 35 | color: inherit; |
| 36 | } |
| 37 | |
| 38 | .jetpack-disconnected .jp-connect-full__container { |
| 39 | box-sizing: border-box; |
| 40 | position: absolute; |
| 41 | top: 0; |
| 42 | right: 0; |
| 43 | bottom: 1.25rem; |
| 44 | left: 0; |
| 45 | z-index: 999; |
| 46 | background: #f1f1f1; |
| 47 | text-align: center; |
| 48 | } |
| 49 | @media (max-width: 530px) { |
| 50 | .jetpack-disconnected .jp-connect-full__container { |
| 51 | top: 42px; |
| 52 | } |
| 53 | } |
| 54 | @media (min-width: 782px) { |
| 55 | .jetpack-disconnected .jp-connect-full__container { |
| 56 | left: -20px; |
| 57 | } |
| 58 | } |
| 59 | .jetpack-disconnected .jp-connect-full__container .jp-connect-full__container-card { |
| 60 | padding: 4rem 4rem 6rem; |
| 61 | background: white; |
| 62 | margin: 1em; |
| 63 | } |
| 64 | @media (max-width: 530px) { |
| 65 | .jetpack-disconnected .jp-connect-full__container .jp-connect-full__container-card { |
| 66 | padding: 2rem 2rem; |
| 67 | } |
| 68 | } |
| 69 | .jetpack-disconnected .jp-connect-full__container .jp-connect-full__container-card img.jetpack-logo { |
| 70 | width: 160px; |
| 71 | } |
| 72 | .jetpack-disconnected .jp-connect-full__container .jp-connect-full__container-card img.support-characters { |
| 73 | margin-top: 1.5rem; |
| 74 | width: 50%; |
| 75 | } |
| 76 | .jetpack-disconnected .jp-connect-full__container h4 { |
| 77 | line-height: 1.25; |
| 78 | font-size: 1.5rem; |
| 79 | font-weight: normal; |
| 80 | margin: 1em 0; |
| 81 | } |
| 82 | .jetpack-disconnected.toplevel_page_jetpack .jp-connect-full__container { |
| 83 | position: relative; |
| 84 | bottom: 0; |
| 85 | box-shadow: 0 0 0 1px #c3c4c7, 0 1px 1px 1px rgba(0, 0, 0, 0.04); |
| 86 | display: none; |
| 87 | } |
| 88 | .jetpack-disconnected.toplevel_page_jetpack .jp-connect-full__container .jp-connect-full__container-card { |
| 89 | margin: 0; |
| 90 | } |
| 91 | @media (min-width: 782px) { |
| 92 | .jetpack-disconnected.toplevel_page_jetpack .jp-connect-full__container { |
| 93 | left: 0; |
| 94 | } |
| 95 | } |
| 96 | @media (max-width: 782px) { |
| 97 | .jetpack-disconnected.toplevel_page_jetpack .jp-connect-full__container { |
| 98 | top: 32px; |
| 99 | } |
| 100 | } |
| 101 | @media (max-width: 530px) { |
| 102 | .jetpack-disconnected.toplevel_page_jetpack .jp-connect-full__container { |
| 103 | top: 0px; |
| 104 | } |
| 105 | } |
| 106 | .jetpack-disconnected.toplevel_page_jetpack .jp-jetpack-connect__container .jp-connect-full__container { |
| 107 | display: block; |
| 108 | } |
| 109 | @media (max-width: 530px) { |
| 110 | .jetpack-disconnected.toplevel_page_jetpack .jp-jetpack-connect__container .jp-connect-full__container .jp-connect-full__step-header h2 { |
| 111 | margin: 0; |
| 112 | } |
| 113 | } |
| 114 | |
| 115 | .jp-connect-full__svg-dismiss { |
| 116 | position: absolute; |
| 117 | right: 0; |
| 118 | top: 0; |
| 119 | fill: #a2a2a2; |
| 120 | padding: 1rem; |
| 121 | height: 1.5rem; |
| 122 | width: 1.5rem; |
| 123 | } |
| 124 | |
| 125 | .jp-connect-full__step-header { |
| 126 | max-width: 700px; |
| 127 | margin: 0 auto 40px auto; |
| 128 | line-height: 1.5; |
| 129 | } |
| 130 | @media (max-width: 530px) { |
| 131 | .jp-connect-full__step-header { |
| 132 | margin-bottom: 1.5rem; |
| 133 | } |
| 134 | } |
| 135 | .jp-connect-full__step-header h2 { |
| 136 | margin: 1.5rem 10% 0; |
| 137 | font-size: 2rem; |
| 138 | font-weight: bold; |
| 139 | line-height: 1.2; |
| 140 | color: black; |
| 141 | } |
| 142 | @media (max-width: 530px) { |
| 143 | .jp-connect-full__step-header h2 { |
| 144 | margin-top: 1rem; |
| 145 | font-size: 1.5rem; |
| 146 | } |
| 147 | } |
| 148 | .jp-connect-full__step-header h3 { |
| 149 | color: #747474; |
| 150 | font-size: 1rem; |
| 151 | font-weight: normal; |
| 152 | margin: 0.625rem 0 1.5rem; |
| 153 | } |
| 154 | .jp-connect-full__step-header.bottom { |
| 155 | margin-top: 5rem; |
| 156 | } |
| 157 | |
| 158 | #jp-connect-full__step2-header { |
| 159 | display: none; |
| 160 | } |
| 161 | |
| 162 | .jp-connect-full__tos-blurb { |
| 163 | font-size: 0.75rem; |
| 164 | margin: 0 auto 1rem; |
| 165 | } |
| 166 | |
| 167 | .jp-connect-full__dismiss { |
| 168 | cursor: pointer; |
| 169 | } |
| 170 | |
| 171 | .jp-connect-full__dismiss-paragraph { |
| 172 | font-size: 0.75rem; |
| 173 | } |
| 174 | |
| 175 | .jp-connect-full__tos-blurb a, |
| 176 | .jp-connect-full__dismiss-paragraph a { |
| 177 | cursor: pointer; |
| 178 | color: inherit; |
| 179 | text-decoration: underline; |
| 180 | } |
| 181 | |
| 182 | .jp-connect-full__row { |
| 183 | display: flex; |
| 184 | justify-content: space-around; |
| 185 | justify-content: space-evenly; |
| 186 | text-align: left; |
| 187 | align-items: baseline; |
| 188 | margin: 0 auto; |
| 189 | max-width: 1000px; |
| 190 | } |
| 191 | |
| 192 | .jp-connect-full__slide { |
| 193 | max-width: 38%; |
| 194 | margin: 3rem 0; |
| 195 | } |
| 196 | @media (max-width: 782px) { |
| 197 | .jp-connect-full__slide { |
| 198 | margin: 1.875rem 0; |
| 199 | } |
| 200 | } |
| 201 | .jp-connect-full__slide h3 { |
| 202 | font-size: 1.25rem; |
| 203 | } |
| 204 | .jp-connect-full__slide img { |
| 205 | max-width: 100%; |
| 206 | } |
| 207 | .jp-connect-full__slide ul { |
| 208 | list-style: disc; |
| 209 | margin-left: 16px; |
| 210 | } |
| 211 | @media (min-width: 600px) { |
| 212 | .jp-connect-full__slide .illustration { |
| 213 | margin-bottom: 2rem; |
| 214 | } |
| 215 | } |
| 216 | |
| 217 | .jp-connect-full__step-support { |
| 218 | max-width: 700px; |
| 219 | margin: 0 auto; |
| 220 | line-height: 1.25; |
| 221 | } |
| 222 | .jp-connect-full__step-support h2 { |
| 223 | margin: 1rem 0 0; |
| 224 | font-size: 1.5rem; |
| 225 | font-weight: normal; |
| 226 | color: black; |
| 227 | } |
| 228 | .jp-connect-full__step-support h3 { |
| 229 | color: #747474; |
| 230 | font-size: 1rem; |
| 231 | font-weight: normal; |
| 232 | margin: 0.625rem 0 1.5rem; |
| 233 | } |
| 234 | |
| 235 | .jp-connect-full__button-container-loading { |
| 236 | font-size: 0.875rem; |
| 237 | animation: jetpack-loading-fade 1.6s ease-in-out infinite; |
| 238 | } |
| 239 | |
| 240 | .jp-connect-full__button-container .jp-spinner { |
| 241 | width: 100%; |
| 242 | } |
| 243 | |
| 244 | @media screen and (max-width: 480px) { |
| 245 | .jp-connect-full__row { |
| 246 | display: block; |
| 247 | } |
| 248 | |
| 249 | .jp-connect-full__slide { |
| 250 | margin: 2em 0; |
| 251 | max-width: 100%; |
| 252 | } |
| 253 | } |
| 254 |