|
- /* STRUCTURE */
- .wrapper{margin: 0; grid-column-gap:0px; grid-row-gap:0;}
- .main-header {box-shadow: 0 1px 1px rgba(0,0,0,0.05); background: #fff; border-bottom: solid 1px #e0e0e0;}
- .main-header .navbar{width: var(--sidebar-width); text-align:center; border-right: solid 1px #e0e0e0;}
-
- body.easyadmin-sidebar-width-compact .main-sidebar{width: 50px;}
- body.easyadmin-sidebar-width-compact .main-header .navbar{width: 50px;}
-
- #sidebar-resizer-handler{width: 50px;}
- .resizer-handler{cursor: pointer; display: block; opacity: 1; }
-
- .main-header #header-logo {display: inline-block; margin: auto; padding: 3px 0; }
-
- .main-sidebar{border-right:solid 1px #e0e0e0; /*background: #222d32;*/ }
- /*.sidebar-menu .fa{color: #fff;}
- .sidebar-menu a{color: #fff;}*/
- /* 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 ;
- }
-
- /* ORDER */
-
- .table-order-summary{width: 100%;}
-
- /*.select2-container--bootstrap .select2-selection{max-width: none;}*/
- /*.order-product-item{margin: 15px 0; padding: 0;}*/
-
- /* 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{}
- #lc-product-family-edit .products-collection-table {table-layout:fixed;}
- #lc-product-family-edit .products-collection-table tr{border-bottom: 1px solid #dee2e6;}
- #lc-product-family-edit .products-collection-table th{font-size:13px; border-left: 1px solid #dee2e6; border-top: 1px solid #dee2e6; text-align: center;}
- #lc-product-family-edit .products-collection-table th span {white-space: initial;}
- #lc-product-family-edit .products-collection-table th:last-child{border-right: 1px solid #dee2e6;}
- #lc-product-family-edit .products-collection-table td{border-left: 1px solid #dee2e6; text-align: center; font-size: 13px;}
- #lc-product-family-edit .products-collection-table td:last-child{border-right: 1px solid #dee2e6;}
- #lc-product-family-edit .btn-add-product {margin: 20px 0; float: right;}
- #lc-product-family-edit .inherited {color: #888; font-style: italic; font-weight: initial;}
-
- /* DeliveryZone */
-
- #autocomplete-cities {
- position: relative ;
- }
-
- #autocomplete-cities .ui-autocomplete {
- left: 30% ;
- top: 41px ;
- margin-left: 18px ;
- }
|