PluginProbe
Jetpack – WP Security, Backup, Speed, & Growth / 8.1.1
Jetpack – WP Security, Backup, Speed, & Growth v8.1.1
12.0.3 12.1.3 12.2.3 12.3.2 12.4.2 12.5.2 12.6.4 12.7.3 12.8.3 12.9.5 13.0.2 13.1.5 13.2.4 13.3.3 13.4.5 13.5.2 13.6.2 13.7.2 13.8.3 13.9.2 14.0.1 14.1.1 14.2.2 14.3.1 14.4.2 All 500 releases
jetpack / css / jetpack-connect.css
jetpack-connect.css
44 lines 1.5 KB
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 /*!
2 * Do not modify this file directly. It is compiled SASS code.
3 */
4 @charset "UTF-8";
5 /*
6 The MIT License (MIT)
7
8 Copyright © 2011–2015 thoughtbot, inc.
9
10 Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated
11 documentation files (the “Software”), to deal in the Software without restriction, including without limitation the
12 rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit
13 persons to whom the Software is furnished to do so, subject to the following conditions:
14
15 The above copyright notice and this permission notice shall be included in all copies or substantial
16 portions of the Software.
17
18 THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
19 WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
20 COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR
21 OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
22
23 https://github.com/thoughtbot/bourbon
24 */
25 .jp-jetpack-connect__iframe {
26 height: 340px;
27 width: 380px;
28 max-width: 100%;
29 margin: 1rem auto 0;
30 }
31
32 @media (min-width: 491px) {
33 .jp-jetpack-connect__iframe {
34 height: 390px;
35 }
36 }
37
38 .jp-connect-full__button-container-loading {
39 margin-top: 84px;
40 display: block;
41 }
42
43 /*# sourceMappingURL=jetpack-connect.css.map */
44