| 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 |
background: #FFFFFF; |
| 31 |
} |
| 32 |
|
| 33 |
.jp-jetpack-connect__userless .jp-jetpack-connect__iframe { |
| 34 |
width: 600px; |
| 35 |
height: 600px; |
| 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 |
|