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.

181 lines
7.9KB

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