162 lines
4.4 KiB
CSS
162 lines
4.4 KiB
CSS
/*!
|
|
* 2007-2020 PayPal
|
|
*
|
|
* NOTICE OF LICENSE
|
|
*
|
|
* This source file is subject to the Academic Free License (AFL 3.0)
|
|
* that is bundled with this package in the file LICENSE.txt.
|
|
* It is also available through the world-wide-web at this URL:
|
|
* http://opensource.org/licenses/afl-3.0.php
|
|
* If you did not receive a copy of the license and are unable to
|
|
* obtain it through the world-wide-web, please send an email
|
|
* to license@prestashop.com so we can send you a copy immediately.
|
|
*
|
|
* DISCLAIMER
|
|
*
|
|
* Do not edit or add to this file if you wish to upgrade PrestaShop to newer
|
|
* versions in the future. If you wish to customize PrestaShop for your
|
|
* needs please refer to http://www.prestashop.com for more information.
|
|
*
|
|
* @author 2007-2020 PayPal
|
|
* @author 202 ecommerce <tech@202-ecommerce.com>
|
|
* @copyright PayPal
|
|
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
|
*/
|
|
/*!
|
|
* 2007-2020 PayPal
|
|
*
|
|
* NOTICE OF LICENSE
|
|
*
|
|
* This source file is subject to the Academic Free License (AFL 3.0)
|
|
* that is bundled with this package in the file LICENSE.txt.
|
|
* It is also available through the world-wide-web at this URL:
|
|
* http://opensource.org/licenses/afl-3.0.php
|
|
* If you did not receive a copy of the license and are unable to
|
|
* obtain it through the world-wide-web, please send an email
|
|
* to license@prestashop.com so we can send you a copy immediately.
|
|
*
|
|
* DISCLAIMER
|
|
*
|
|
* Do not edit or add to this file if you wish to upgrade PrestaShop to newer
|
|
* versions in the future. If you wish to customize PrestaShop for your
|
|
* needs please refer to http://www.prestashop.com for more information.
|
|
*
|
|
* @author 2007-2020 PayPal
|
|
* @author 202 ecommerce <tech@202-ecommerce.com>
|
|
* @copyright PayPal
|
|
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
|
*/
|
|
.paypal-loader {
|
|
border: 16px solid #f3f3f3;
|
|
border-top: 16px solid #3498db;
|
|
border-radius: 50%;
|
|
width: 25px;
|
|
height: 25px;
|
|
animation: spin 2s linear infinite;
|
|
}
|
|
|
|
@keyframes spin {
|
|
0% {
|
|
transform: rotate(0deg);
|
|
}
|
|
100% {
|
|
transform: rotate(360deg);
|
|
}
|
|
}
|
|
.paypal-loader-container {
|
|
position: absolute;
|
|
top: 0;
|
|
left: 0;
|
|
right: 0;
|
|
height: 100%;
|
|
background: #fff;
|
|
}
|
|
|
|
/*!
|
|
* 2007-2020 PayPal
|
|
*
|
|
* NOTICE OF LICENSE
|
|
*
|
|
* This source file is subject to the Academic Free License (AFL 3.0)
|
|
* that is bundled with this package in the file LICENSE.txt.
|
|
* It is also available through the world-wide-web at this URL:
|
|
* http://opensource.org/licenses/afl-3.0.php
|
|
* If you did not receive a copy of the license and are unable to
|
|
* obtain it through the world-wide-web, please send an email
|
|
* to license@prestashop.com so we can send you a copy immediately.
|
|
*
|
|
* DISCLAIMER
|
|
*
|
|
* Do not edit or add to this file if you wish to upgrade PrestaShop to newer
|
|
* versions in the future. If you wish to customize PrestaShop for your
|
|
* needs please refer to http://www.prestashop.com for more information.
|
|
*
|
|
* @author 2007-2020 PayPal
|
|
* @author 202 ecommerce <tech@202-ecommerce.com>
|
|
* @copyright PayPal
|
|
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
|
*/
|
|
.pp__flex {
|
|
display: flex !important;
|
|
}
|
|
.pp__align-items-center {
|
|
align-items: center !important;
|
|
}
|
|
.pp__justify-content-center {
|
|
justify-content: center !important;
|
|
}
|
|
.pp__hidden {
|
|
display: none;
|
|
}
|
|
.pp__d-table-cell {
|
|
display: table-cell;
|
|
}
|
|
.pp__position-relative {
|
|
position: relative;
|
|
}
|
|
.pp__position-absolute {
|
|
position: relative;
|
|
}
|
|
.pp__flex_direction_column {
|
|
flex-direction: column !important;
|
|
}
|
|
.pp__justify-content-between {
|
|
justify-content: space-between !important;
|
|
}
|
|
.pp__flex_direction_column {
|
|
flex-direction: column !important;
|
|
}
|
|
.pp__justify-content-between {
|
|
justify-content: space-between !important;
|
|
}
|
|
|
|
.pp-info .item {
|
|
display: flex;
|
|
flex-direction: column;
|
|
align-items: center;
|
|
font-size: 14px;
|
|
}
|
|
.pp-info .item .header {
|
|
font-weight: 700;
|
|
}
|
|
.pp-info .item .desc {
|
|
text-align: center;
|
|
line-height: 1.3;
|
|
width: 100%;
|
|
}
|
|
|
|
@media only screen and (min-width: 992px) {
|
|
body.pp-popover .popover {
|
|
max-width: 500px;
|
|
}
|
|
}
|
|
@media only screen and (max-width: 991px) {
|
|
.popover.bs-tether-element-attached-top {
|
|
left: -95px !important;
|
|
width: 276px;
|
|
top: 13px !important;
|
|
}
|
|
.popover.bs-tether-element-attached-top::before, .popover.bs-tether-element-attached-top::after {
|
|
left: 85%;
|
|
}
|
|
}/*# sourceMappingURL=paypal_fo.css.map */ |