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.

132 lines
4.6KB

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