You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

211 lines
9.3KB

  1. /* STRUCTURE */
  2. body{font-size: 0.9rem;}
  3. [class*="sidebar-dark-"] .nav-sidebar > .nav-item.menu-open , [class*="sidebar-dark-"] .nav-sidebar > .nav-item:hover {background:rgba(255,255,255,.1); }
  4. .hidden{display: none;}
  5. .main-sidebar .logo-long{padding: 8px 0; text-align: center;}
  6. .main-sidebar .logo-long img{height: 40px; display: inline-block;}
  7. .sidebar-collapse .main-sidebar .logo-long span{display: none;}
  8. .sidebar-collapse .main-sidebar:hover .logo-long span{display: inline-block;}
  9. .table.datatable-simple .highlight{background: var(--teal);}
  10. .datatable-field-search.small{width: 50px;}
  11. .dataTables_length, .dataTables_filter{padding: .75rem 1.25rem 0.25rem;}
  12. table.fixedHeader-floating{margin-top: 0px !important;}
  13. table th.sorting_asc, table th.sorting_desc{border-top:3px solid var(--success);}
  14. table th.filtered{border-top:3px solid var(--primary);}
  15. td.actions{white-space: nowrap; text-align: right;}
  16. .table td, .table th{padding: 0.35rem;}
  17. .delivery-field .form-group{display: inline-block; margin-bottom: 0px; margin-right: 15px;}
  18. .delivery-field .form-group .form-control{width: 150px;}
  19. table th input{width: auto}
  20. table th .select2-container--default .select2-selection--single{padding:0.3rem 0.4rem; }
  21. /************************ LOGIN PAGE *********************/
  22. .login-logo{display: block; margin: auto;}
  23. /************************ form error *********************/
  24. .form-sent .form-control:invalid{border-color: #dc3545; padding-right: 2.25rem; background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23dc3545' viewBox='-2 -2 7 7'%3e%3cpath stroke='%23dc3545' d='M0 0l3 3m0-3L0 3'/%3e%3ccircle r='.5'/%3e%3ccircle cx='3' r='.5'/%3e%3ccircle cy='3' r='.5'/%3e%3ccircle cx='3' cy='3' r='.5'/%3e%3c/svg%3E");background-repeat: no-repeat;background-position: center right calc(.375em + .1875rem); background-size: calc(.75em + .375rem) calc(.75em + .375rem);}
  25. .form-sent select.form-control:invalid + .select2 .select2-selection{border-color: #dc3545; }
  26. .form-sent select.form-control:invalid + .select2 .select2-selection b{border-color: #dc3545 transparent transparent transparent;}
  27. /*CUSTOM Checkbox
  28. /* Customize the label (the container) */
  29. .form-check-label {display: block; position: relative; padding-left: 26px; cursor: pointer; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none;}
  30. /* Hide the browser's default checkbox */
  31. .form-check-label input { position: absolute; opacity: 0; cursor: pointer; height: 0; width: 0;}
  32. /* Create a custom checkbox */
  33. .form-check{padding-left: 0px;}
  34. .form-sent .form-check-label input:invalid ~ .checkmark { border-color: #dc3545;}
  35. .form-check-label input:disabled ~ .checkmark {display: none}
  36. .form-check-label input ~ .checkmark { position: absolute; top: 0; left: 0; height: 18px; width: 18px; background-color: #eee;border: 1px solid var(--primary);}
  37. .form-check-label.big input ~ .checkmark { height: 21px; width: 21px; }
  38. .form-check-label input[type="checkbox"] ~ .checkmark {top: 2px;}
  39. .form-check-label input[type="radio"] ~ .checkmark { top:3px; border-radius: 50%;}
  40. .form-check-label:hover input ~ .checkmark { background-color: #ccc;}
  41. /* When the checkbox is checked, add a blue background */
  42. .form-check-label input:checked ~ .checkmark {background-color: var(--primary);}
  43. /* Create the checkmark/indicator (hidden when not checked) */
  44. .form-check-label .checkmark:after { content: ""; position: absolute; display: none;}
  45. /* Show the checkmark when checked */
  46. .form-check-label input:checked ~ .checkmark:after {display: block;}
  47. /* Style the checkmark/indicator */
  48. .form-check-label .checkmark:after {left: 7px; top: 3px; width: 6px; height: 11px; border: solid white; border-width: 0 3px 3px 0; -webkit-transform: rotate(45deg); -ms-transform: rotate(45deg); transform: rotate(45deg);}
  49. .form-check-label input[type="checkbox"] ~ .checkmark:after {left: 6px; top: 2px; width: 6px; height: 10px; border: solid white; border-width: 0 3px 3px 0; -webkit-transform: rotate(45deg); -ms-transform: rotate(45deg); transform: rotate(45deg);}
  50. .form-check-label input[type="radio"] ~ .checkmark:after {top: 4px; left: 4px; width: 8px; height: 8px; border-radius: 50%; background: white;}
  51. .form-check-label.big input[type="checkbox"] ~ .checkmark:after {left: 7px; top: 3px; width: 6px; height: 11px;}
  52. /* Create a custom radio button */
  53. .product-categories .parent .form-group.field-checkbox .form-check-label{padding-left: 0px; font-style: italic;}
  54. .product-categories .children .form-group.field-checkbox{margin-left: 20px}
  55. .product-categories .form-group{margin-bottom: 0.5rem;}
  56. .lc-deleted-field{display: none;}
  57. .lc-offline-field{opacity: 0.5}
  58. .lc-offline-field label::after{content:' [hors ligne]'}
  59. /* Général */
  60. .btn.btn-primary.action-save{float: right;}
  61. .button-action .btn{margin-left: 10px;}
  62. .input-group-text {
  63. padding: 0.250rem .75rem ;
  64. }
  65. .col-form-label{font-weight: bold;}
  66. #toast-container.toast-top-right{top:60px}
  67. /* SIDEBAR */
  68. .main-header.navbar{padding: 0; min-height: 57px; }
  69. .lc-navbar li{border-left: 1px solid #e0e0e0; padding: 0.5rem 1.5rem;}
  70. .lc-navbar li label{margin-bottom: 0; vertical-align: middle; font-weight: normal !important;}
  71. #switch-merchant {
  72. min-width: 170px ;
  73. }
  74. /* Sortable */
  75. .ui-sortable-helper{ display: table;}
  76. .ui-state-highlight{background: #eee}
  77. .lc-sortable div:last-child{display: none;}
  78. /* Ckfinder */
  79. /*
  80. .lc-ckfinder-wrap{width: 240px; height: 170px; position: relative;}
  81. .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;}
  82. .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; }
  83. .lc-ckfinder-wrap .lc-ckfinder-illu-wrap i{font-size: 5rem;}
  84. .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;}
  85. .lc-ckfinder-wrap .lc-ckfinder-button{width: 100%; bottom: 0px; left: 0; position: absolute;}
  86. */
  87. /* VUES JS */
  88. .nav-item .btn {padding-right: 15px; position: relative;}
  89. .nav-item .btn .invalid-form{display: none; position: absolute; top: -7px;right: -6px; color: #dc3545; background: #fff; border-radius: 10px;font-size: 1.2rem;}
  90. .nav-item.has-invalid .btn .invalid-form{display: inline-block; z-index: 2;}
  91. /* ProductFamily */
  92. .field-unit-quantity{border-bottom: 2px dotted #eee; padding-bottom: 10px; margin-bottom: 20px;}
  93. .new-productfamily #nav-params,
  94. .edit-productfamily #nav-params {
  95. margin-bottom: 30px ;
  96. }
  97. .new-productfamily #nav-params .btn,
  98. .edit-productfamily #nav-params .btn {
  99. margin-left: 20px ;
  100. }
  101. .new-productfamily #product-categories .row,
  102. .edit-productfamily #product-categories .row {
  103. padding: 10px ;
  104. }
  105. .new-productfamily #product-categories .form-group,
  106. .edit-productfamily #product-categories .form-group {
  107. width: 100% ;
  108. padding: 4px ;
  109. }
  110. .new-productfamily #product-categories .children,
  111. .edit-productfamily #product-categories .children {
  112. margin-left: 20px ;
  113. width: 100% ;
  114. }
  115. .new-productfamily ul.products,
  116. .edit-productfamily ul.products {
  117. padding: 0px ;
  118. list-style-type: none ;
  119. }
  120. .new-productfamily ul.products li.product,
  121. .edit-productfamily ul.products li.product {
  122. padding: 0px ;
  123. margin-bottom: 20px ;
  124. position: relative ;
  125. }
  126. .new-productfamily ul.products li.add,
  127. .edit-productfamily ul.products li.add {
  128. text-align: right ;
  129. }
  130. .autoresize textarea{height: auto; min-height: 38px;}
  131. /* ORDER */
  132. .table-order-summary{width: 100%;}
  133. /*.select2-container--bootstrap .select2-selection{max-width: none;}*/
  134. /*.order-product-item{margin: 15px 0; padding: 0;}*/
  135. /* Product */
  136. .product-form-modal{display: none;}
  137. .product-form.modal .form-check-label{font-style: italic; color: #666; text-align: left;}
  138. .products-collection-table .inherited{color: #888; font-style: italic; font-weight: initial;}
  139. .products-collection-table td{position: relative;}
  140. .products-collection-table .btn-empty-field{position: absolute; right: 3px; font-size: 0.7rem; top: 5px; padding: 0px;}
  141. #lc-product-family-edit .products-collection-table {table-layout:fixed;}
  142. #lc-product-family-edit .products-collection-table tr{border-bottom: 1px solid #dee2e6;}
  143. #lc-product-family-edit .products-collection-table th{font-size:13px; border-left: 1px solid #dee2e6; border-top: 1px solid #dee2e6; text-align: center;}
  144. #lc-product-family-edit .products-collection-table th span {white-space: initial;}
  145. #lc-product-family-edit .products-collection-table th:last-child{border-right: 1px solid #dee2e6;}
  146. #lc-product-family-edit .products-collection-table td{border-left: 1px solid #dee2e6; text-align: center; font-size: 13px;}
  147. #lc-product-family-edit .products-collection-table td:last-child{border-right: 1px solid #dee2e6;}
  148. #lc-product-family-edit .btn-add-product {margin: 20px 0; float: right;}
  149. #lc-product-family-edit .inherited {color: #888; font-style: italic; font-weight: initial;}
  150. #lc-product-family-edit .products-collection-table td .value {min-width: 80%; margin: auto; min-height: 20px; cursor: pointer;}
  151. /* DeliveryZone */
  152. #autocomplete-cities {
  153. position: relative ;
  154. }
  155. #autocomplete-cities .ui-autocomplete {
  156. left: 30% ;
  157. top: 41px ;
  158. margin-left: 18px ;
  159. }