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.

129 lines
4.5KB

  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. /* Général */
  14. .input-group-text {
  15. padding: 0.250rem .75rem ;
  16. }
  17. #toast-container.toast-top-right{top:60px}
  18. /* SIDEBAR */
  19. .main-header.navbar{padding: 0; min-height: 57px; }
  20. .lc-navbar li{border-left: 1px solid #e0e0e0; padding: 0.5rem 1.5rem;}
  21. .lc-navbar li label{margin-bottom: 0; vertical-align: middle; font-weight: normal !important;}
  22. #switch-merchant {
  23. min-width: 170px ;
  24. }
  25. /* Sortable */
  26. .ui-sortable-helper{ display: table;}
  27. .ui-state-highlight{background: #eee}
  28. .lc-sortable div:last-child{display: none;}
  29. /* Ckfinder */
  30. .lc-ckfinder-wrap{width: 240px; height: 170px; position: relative;}
  31. .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;}
  32. .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; }
  33. .lc-ckfinder-wrap .lc-ckfinder-illu-wrap i{font-size: 5rem;}
  34. .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;}
  35. .lc-ckfinder-wrap .lc-ckfinder-button{width: 100%; bottom: 0px; left: 0; position: absolute;}
  36. /* ProductFamily */
  37. .new-productfamily #nav-params,
  38. .edit-productfamily #nav-params {
  39. margin-bottom: 30px ;
  40. }
  41. .new-productfamily #nav-params .btn,
  42. .edit-productfamily #nav-params .btn {
  43. margin-left: 20px ;
  44. }
  45. .new-productfamily #product-categories .row,
  46. .edit-productfamily #product-categories .row {
  47. padding: 10px ;
  48. }
  49. .new-productfamily #product-categories .form-group,
  50. .edit-productfamily #product-categories .form-group {
  51. width: 100% ;
  52. padding: 4px ;
  53. }
  54. .new-productfamily #product-categories .children,
  55. .edit-productfamily #product-categories .children {
  56. margin-left: 20px ;
  57. width: 100% ;
  58. }
  59. .new-productfamily ul.products,
  60. .edit-productfamily ul.products {
  61. padding: 0px ;
  62. list-style-type: none ;
  63. }
  64. .new-productfamily ul.products li.product,
  65. .edit-productfamily ul.products li.product {
  66. padding: 0px ;
  67. margin-bottom: 20px ;
  68. position: relative ;
  69. }
  70. .new-productfamily ul.products li.add,
  71. .edit-productfamily ul.products li.add {
  72. text-align: right ;
  73. }
  74. /* ORDER */
  75. .table-order-summary{width: 100%;}
  76. /*.select2-container--bootstrap .select2-selection{max-width: none;}*/
  77. /*.order-product-item{margin: 15px 0; padding: 0;}*/
  78. /* Product */
  79. .product-form-modal{display: none;}
  80. .product-form.modal .form-check-label{font-style: italic; color: #666; text-align: left;}
  81. .products-collection-table .inherited{color: #888; font-style: italic; font-weight: initial;}
  82. .products-collection-table td{}
  83. #lc-product-family-edit .products-collection-table {table-layout:fixed;}
  84. #lc-product-family-edit .products-collection-table tr{border-bottom: 1px solid #dee2e6;}
  85. #lc-product-family-edit .products-collection-table th{font-size:13px; border-left: 1px solid #dee2e6; border-top: 1px solid #dee2e6; text-align: center;}
  86. #lc-product-family-edit .products-collection-table th span {white-space: initial;}
  87. #lc-product-family-edit .products-collection-table th:last-child{border-right: 1px solid #dee2e6;}
  88. #lc-product-family-edit .products-collection-table td{border-left: 1px solid #dee2e6; text-align: center; font-size: 13px;}
  89. #lc-product-family-edit .products-collection-table td:last-child{border-right: 1px solid #dee2e6;}
  90. #lc-product-family-edit .btn-add-product {margin: 20px 0; float: right;}
  91. #lc-product-family-edit .inherited {color: #888; font-style: italic; font-weight: initial;}
  92. /* DeliveryZone */
  93. #autocomplete-cities {
  94. position: relative ;
  95. }
  96. #autocomplete-cities .ui-autocomplete {
  97. left: 30% ;
  98. top: 41px ;
  99. margin-left: 18px ;
  100. }