| 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 |
.jp-connect-full__button-container-loading { |
| 23 |
margin-top: 84px; |
| 24 |
display: block; |
| 25 |
} |
| 26 |
|