Du kannst nicht mehr als 25 Themen auswählen Themen müssen entweder mit einem Buchstaben oder einer Ziffer beginnen. Sie können Bindestriche („-“) enthalten und bis zu 35 Zeichen lang sein.

200 Zeilen
8.8KB

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