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.

85 lines
2.3KB

  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. /* Product */
  62. .product-form-modal{display: none;}
  63. .product-form.modal .form-check-label{font-style: italic; color: #666; text-align: left;}
  64. .products-collection-table .inherited{color: #888; font-style: italic; font-weight: initial;}
  65. .products-collection-table td{}