|
- /* Général */
-
- .input-group-text {
- padding: 0.250rem .75rem ;
- }
-
- /* Switch merchant */
-
- #switch-merchant {
- width: 200px ;
- }
-
- #switch-merchant select {
- width: 100% ;
- }
-
- /* Sortable */
-
- .ui-sortable-helper{ display: table;}
- .ui-state-highlight{background: #eee}
- .lc-sortable div:last-child{display: none;}
-
- /* Ckfinder */
-
- .lc-ckfinder-wrap{width: 240px; height: 170px; position: relative;}
- .lc-ckfinder-wrap .lc-ckfinder-illu-wrap{position:relative; : 100%; height: 139px; display: flex; align-items: center; justify-content: center; background: #eee; background-size: contain;}
- .lc-ckfinder-wrap .lc-ckfinder-illu{width: 100%; height: 100%; background-size: contain; position: absolute; top: 0; left: 0;z-index: 1; background-repeat: no-repeat; background-position: center center; }
- .lc-ckfinder-wrap .lc-ckfinder-illu-wrap i{font-size: 5rem;}
- .lc-ckfinder-wrap .lc-ckfinder-remove{border: 0px; font-size: 1.8rem; position: absolute;z-index: 2; color:#dc3545; top: -20px; right: -20px; background: 0; display: none;}
-
- .lc-ckfinder-wrap .lc-ckfinder-button{width: 100%; bottom: 0px; left: 0; position: absolute;}
-
- /* ProductFamily */
-
- .new-productfamily #nav-params,
- .edit-productfamily #nav-params {
- margin-bottom: 30px ;
- }
-
- .new-productfamily #nav-params .btn,
- .edit-productfamily #nav-params .btn {
- margin-left: 20px ;
- }
-
- .new-productfamily #product-categories .row,
- .edit-productfamily #product-categories .row {
- padding: 10px ;
- }
-
- .new-productfamily #product-categories .form-group,
- .edit-productfamily #product-categories .form-group {
- width: 100% ;
- padding: 4px ;
- }
-
- .new-productfamily #product-categories .children,
- .edit-productfamily #product-categories .children {
- margin-left: 20px ;
- width: 100% ;
- }
-
- .new-productfamily ul.products,
- .edit-productfamily ul.products {
- padding: 0px ;
- list-style-type: none ;
- }
-
- .new-productfamily ul.products li.product,
- .edit-productfamily ul.products li.product {
- padding: 0px ;
- margin-bottom: 20px ;
- position: relative ;
- }
-
- .new-productfamily ul.products li.add,
- .edit-productfamily ul.products li.add {
- text-align: right ;
- }
-
- /* Product */
- .product-form-modal{display: none;}
- .product-form.modal .form-check-label{font-style: italic; color: #666; text-align: left;}
- .products-collection-table .inherited{color: #888; font-style: italic; font-weight: initial;}
- .products-collection-table td{}
|