90 lines
2.2 KiB
CSS
90 lines
2.2 KiB
CSS
/**
|
|
* 2007-2018 PrestaShop
|
|
*
|
|
* 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 PrestaShop SA <contact@prestashop.com>
|
|
* @copyright 2007-2018 PrestaShop SA
|
|
* @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
|
|
* International Registered Trademark & Property of PrestaShop SA
|
|
*
|
|
* Don't forget to prefix your containers with your own identifier
|
|
* to avoid any conflicts with others containers.
|
|
*/
|
|
|
|
.notransition {
|
|
-webkit-transition: none !important;
|
|
-moz-transition: none !important;
|
|
-o-transition: none !important;
|
|
transition: none !important;
|
|
}
|
|
|
|
.addons-title {
|
|
margin: 1em 0;
|
|
padding-left: 20px;
|
|
/* background-color: #e8faff; */
|
|
border-left: 4px solid #2eacce;
|
|
font-size: 18px !important;
|
|
text-decoration: underline;
|
|
}
|
|
|
|
.addons-number-fields {
|
|
display: block;
|
|
width: 22%;
|
|
height: 31px;
|
|
padding: 6px 8px;
|
|
font-size: 12px;
|
|
line-height: 1.42857;
|
|
color: #555;
|
|
background-color: #F5F8F9;
|
|
background-image: none;
|
|
border: 1px solid #C7D6DB;
|
|
border-radius: 3px;
|
|
-webkit-transition: border-color ease-in-out 0.15s,box-shadow ease-in-out 0.15s;
|
|
-o-transition: border-color ease-in-out 0.15s,box-shadow ease-in-out 0.15s;
|
|
transition: border-color ease-in-out 0.15s,box-shadow ease-in-out 0.15s
|
|
}
|
|
|
|
.addons-inline-block {
|
|
display: inline-block;
|
|
}
|
|
|
|
.addons-text {
|
|
padding: 14px;
|
|
font-size: 13px;
|
|
}
|
|
|
|
.addons-hide {
|
|
display: none;
|
|
}
|
|
|
|
.title {
|
|
padding-bottom: 10px;
|
|
}
|
|
|
|
.labelbutton {
|
|
padding-right: 15px;
|
|
}
|
|
|
|
.divcolorpicker {
|
|
margin-left: -15px;
|
|
}
|
|
|
|
.panel-footer {
|
|
margin-top: 125px !important;
|
|
}
|