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.3KB

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