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.

111 satır
3.5KB

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