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.

882 lines
21KB

  1. @charset "UTF-8";
  2. /* STRUCTURE */
  3. /* line 3, ../../sass/backend/custom.scss */
  4. body {
  5. font-size: 0.9rem;
  6. }
  7. /* line 4, ../../sass/backend/custom.scss */
  8. [class*="sidebar-dark-"] .nav-sidebar > .nav-item.menu-open, [class*="sidebar-dark-"] .nav-sidebar > .nav-item:hover {
  9. background: rgba(255, 255, 255, 0.1);
  10. }
  11. /* line 6, ../../sass/backend/custom.scss */
  12. .align-center {
  13. text-align: center;
  14. }
  15. /* line 7, ../../sass/backend/custom.scss */
  16. .align-left {
  17. text-align: left;
  18. }
  19. /* line 8, ../../sass/backend/custom.scss */
  20. .align-right {
  21. text-align: right;
  22. }
  23. /* line 10, ../../sass/backend/custom.scss */
  24. .hidden {
  25. display: none;
  26. }
  27. /* line 12, ../../sass/backend/custom.scss */
  28. .select2-container--default .select2-results__option[aria-disabled=true] {
  29. display: none;
  30. }
  31. /* line 16, ../../sass/backend/custom.scss */
  32. .field-collection-item-action {
  33. font-size: 2rem;
  34. font-weight: bold;
  35. margin-left: 4px;
  36. width: 7%;
  37. text-align: center;
  38. display: inline-block;
  39. line-height: 2.2rem;
  40. }
  41. /* line 25, ../../sass/backend/custom.scss */
  42. .field-collection-item-row .form-control {
  43. width: 92%;
  44. float: left;
  45. }
  46. /* line 30, ../../sass/backend/custom.scss */
  47. .card-tools h5 {
  48. margin-bottom: 0px;
  49. }
  50. /* line 32, ../../sass/backend/custom.scss */
  51. a.link-as-text {
  52. color: #333;
  53. }
  54. /***************************************** ADMIN SIDEBAR ***************************************/
  55. /* line 36, ../../sass/backend/custom.scss */
  56. .main-sidebar p {
  57. font-size: 0.8rem;
  58. }
  59. /* line 37, ../../sass/backend/custom.scss */
  60. .main-sidebar .sidebar {
  61. padding-left: 0px;
  62. padding-right: 0px;
  63. padding-top: 114px;
  64. }
  65. /* line 38, ../../sass/backend/custom.scss */
  66. .main-sidebar .nav-link {
  67. padding: .4rem .5rem .4rem .7rem;
  68. }
  69. /* line 40, ../../sass/backend/custom.scss */
  70. body#pdl-body .wrapper .main-sidebar {
  71. bottom: 0;
  72. float: none;
  73. height: 100vh;
  74. left: 0;
  75. position: fixed;
  76. top: 0;
  77. }
  78. /* line 41, ../../sass/backend/custom.scss */
  79. body#pdl-body .wrapper .content-wrapper {
  80. margin-top: 0;
  81. padding-top: 57px;
  82. }
  83. /* line 42, ../../sass/backend/custom.scss */
  84. .sidebar {
  85. overflow-y: auto;
  86. }
  87. /* line 45, ../../sass/backend/custom.scss */
  88. #lc-flash-messages {
  89. display: none;
  90. }
  91. /* line 47, ../../sass/backend/custom.scss */
  92. .main-sidebar .logo-long {
  93. padding: 8px 0;
  94. text-align: center;
  95. }
  96. /* line 48, ../../sass/backend/custom.scss */
  97. .main-sidebar .logo-long img {
  98. height: 40px;
  99. display: inline-block;
  100. }
  101. /* line 49, ../../sass/backend/custom.scss */
  102. .sidebar-collapse .main-sidebar .logo-long span {
  103. display: none;
  104. }
  105. /* line 50, ../../sass/backend/custom.scss */
  106. .sidebar-collapse .main-sidebar:hover .logo-long span {
  107. display: inline-block;
  108. }
  109. /* line 52, ../../sass/backend/custom.scss */
  110. .table.datatable-simple .highlight {
  111. background: var(--teal);
  112. }
  113. /* line 53, ../../sass/backend/custom.scss */
  114. .datatable-field-search.small {
  115. width: 50px;
  116. }
  117. /* line 55, ../../sass/backend/custom.scss */
  118. .dataTables_length, .dataTables_filter {
  119. padding: .75rem 1.25rem 0.25rem;
  120. }
  121. /* line 57, ../../sass/backend/custom.scss */
  122. table.fixedHeader-floating {
  123. margin-top: 0px !important;
  124. }
  125. /* line 58, ../../sass/backend/custom.scss */
  126. table th.sorting_asc, table th.sorting_desc {
  127. border-top: 3px solid var(--success);
  128. }
  129. /* line 59, ../../sass/backend/custom.scss */
  130. .card-body table.lc-table-list th.sorted, table th.sorting_asc, table th.sorting_desc {
  131. border-top: 2px solid var(--success);
  132. }
  133. /*.card-body table.lc-table-list th{border-top:3px solid var(--success);}*/
  134. /* line 61, ../../sass/backend/custom.scss */
  135. table th.filtered {
  136. border-top: 3px solid var(--primary);
  137. }
  138. /* line 64, ../../sass/backend/custom.scss */
  139. .lc-table-list thead a {
  140. color: #212529;
  141. }
  142. /* line 65, ../../sass/backend/custom.scss */
  143. .table-filters-line th {
  144. font-weight: 400;
  145. position: relative;
  146. }
  147. /* line 67, ../../sass/backend/custom.scss */
  148. #list_filter_id {
  149. width: 60px;
  150. }
  151. /* line 68, ../../sass/backend/custom.scss */
  152. .lc-table-list .date-range {
  153. width: 130px;
  154. }
  155. /* line 70, ../../sass/backend/custom.scss */
  156. th.actions, td.actions {
  157. white-space: nowrap;
  158. text-align: right;
  159. }
  160. /* line 72, ../../sass/backend/custom.scss */
  161. .table td, .table th {
  162. padding: 0.35rem;
  163. }
  164. /* line 73, ../../sass/backend/custom.scss */
  165. .delivery-field .form-group {
  166. display: inline-block;
  167. margin-bottom: 0px;
  168. margin-right: 15px;
  169. }
  170. /* line 74, ../../sass/backend/custom.scss */
  171. .delivery-field .form-group .form-control {
  172. width: 150px;
  173. }
  174. /* line 76, ../../sass/backend/custom.scss */
  175. table th input {
  176. width: 100%;
  177. }
  178. /* line 77, ../../sass/backend/custom.scss */
  179. table th .select2-container--default .select2-selection--single {
  180. padding: 0.3rem 0.4rem;
  181. }
  182. /************************ LOGIN PAGE *********************/
  183. /* line 80, ../../sass/backend/custom.scss */
  184. .login-logo {
  185. display: block;
  186. margin: auto;
  187. }
  188. /************************ form error *********************/
  189. /* line 83, ../../sass/backend/custom.scss */
  190. .form-sent .form-control:invalid {
  191. border-color: #dc3545;
  192. padding-right: 2.25rem;
  193. background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23dc3545' viewBox='-2 -2 7 7'%3e%3cpath stroke='%23dc3545' d='M0 0l3 3m0-3L0 3'/%3e%3ccircle r='.5'/%3e%3ccircle cx='3' r='.5'/%3e%3ccircle cy='3' r='.5'/%3e%3ccircle cx='3' cy='3' r='.5'/%3e%3c/svg%3E");
  194. background-repeat: no-repeat;
  195. background-position: center right calc(.375em + .1875rem);
  196. background-size: calc(.75em + .375rem) calc(.75em + .375rem);
  197. }
  198. /* line 84, ../../sass/backend/custom.scss */
  199. .form-sent select.form-control:invalid + .select2 .select2-selection {
  200. border-color: #dc3545;
  201. }
  202. /* line 85, ../../sass/backend/custom.scss */
  203. .form-sent select.form-control:invalid + .select2 .select2-selection b {
  204. border-color: #dc3545 transparent transparent transparent;
  205. }
  206. /*CUSTOM Checkbox
  207. /* Customize the label (the container) */
  208. /* line 90, ../../sass/backend/custom.scss */
  209. .form-check-label {
  210. display: block;
  211. position: relative;
  212. padding-left: 26px;
  213. cursor: pointer;
  214. -webkit-user-select: none;
  215. -moz-user-select: none;
  216. -ms-user-select: none;
  217. user-select: none;
  218. }
  219. /* Hide the browser's default checkbox */
  220. /* line 92, ../../sass/backend/custom.scss */
  221. .form-check-label input {
  222. position: absolute;
  223. opacity: 0;
  224. cursor: pointer;
  225. height: 0;
  226. width: 0;
  227. }
  228. /* Create a custom checkbox */
  229. /* line 95, ../../sass/backend/custom.scss */
  230. .form-check {
  231. padding-left: 0px;
  232. }
  233. /* line 97, ../../sass/backend/custom.scss */
  234. .form-sent .form-check-label input:invalid ~ .checkmark {
  235. border-color: #dc3545;
  236. }
  237. /* line 98, ../../sass/backend/custom.scss */
  238. .form-check-label input:disabled ~ .checkmark {
  239. display: none;
  240. }
  241. /* line 99, ../../sass/backend/custom.scss */
  242. .form-check-label input ~ .checkmark {
  243. position: absolute;
  244. top: 0;
  245. left: 0;
  246. height: 18px;
  247. width: 18px;
  248. background-color: #eee;
  249. border: 1px solid var(--primary);
  250. }
  251. /* line 100, ../../sass/backend/custom.scss */
  252. .form-check-label.big input ~ .checkmark {
  253. height: 21px;
  254. width: 21px;
  255. }
  256. /* line 101, ../../sass/backend/custom.scss */
  257. .form-check-label input[type="checkbox"] ~ .checkmark {
  258. top: 2px;
  259. }
  260. /* line 102, ../../sass/backend/custom.scss */
  261. .form-check-label input[type="radio"] ~ .checkmark {
  262. top: 3px;
  263. border-radius: 50%;
  264. }
  265. /* line 103, ../../sass/backend/custom.scss */
  266. .form-check-label:hover input ~ .checkmark {
  267. background-color: #ccc;
  268. }
  269. /* When the checkbox is checked, add a blue background */
  270. /* line 105, ../../sass/backend/custom.scss */
  271. .form-check-label input:checked ~ .checkmark {
  272. background-color: var(--primary);
  273. }
  274. /* Create the checkmark/indicator (hidden when not checked) */
  275. /* line 107, ../../sass/backend/custom.scss */
  276. .form-check-label .checkmark:after {
  277. content: "";
  278. position: absolute;
  279. display: none;
  280. }
  281. /* Show the checkmark when checked */
  282. /* line 109, ../../sass/backend/custom.scss */
  283. .form-check-label input:checked ~ .checkmark:after {
  284. display: block;
  285. }
  286. /* Style the checkmark/indicator */
  287. /* line 111, ../../sass/backend/custom.scss */
  288. .form-check-label .checkmark:after {
  289. left: 7px;
  290. top: 3px;
  291. width: 6px;
  292. height: 11px;
  293. border: solid white;
  294. border-width: 0 3px 3px 0;
  295. -webkit-transform: rotate(45deg);
  296. -ms-transform: rotate(45deg);
  297. transform: rotate(45deg);
  298. }
  299. /* line 112, ../../sass/backend/custom.scss */
  300. .form-check-label input[type="checkbox"] ~ .checkmark:after {
  301. left: 6px;
  302. top: 2px;
  303. width: 6px;
  304. height: 10px;
  305. border: solid white;
  306. border-width: 0 3px 3px 0;
  307. -webkit-transform: rotate(45deg);
  308. -ms-transform: rotate(45deg);
  309. transform: rotate(45deg);
  310. }
  311. /* line 113, ../../sass/backend/custom.scss */
  312. .form-check-label input[type="radio"] ~ .checkmark:after {
  313. top: 4px;
  314. left: 4px;
  315. width: 8px;
  316. height: 8px;
  317. border-radius: 50%;
  318. background: white;
  319. }
  320. /* line 115, ../../sass/backend/custom.scss */
  321. .form-check-label.big input[type="checkbox"] ~ .checkmark:after {
  322. left: 7px;
  323. top: 3px;
  324. width: 6px;
  325. height: 11px;
  326. }
  327. /* Create a custom radio button */
  328. /* line 119, ../../sass/backend/custom.scss */
  329. .product-categories .parent .form-group.field-checkbox .form-check-label {
  330. padding-left: 0px;
  331. font-style: italic;
  332. }
  333. /* line 120, ../../sass/backend/custom.scss */
  334. .product-categories .children .form-group.field-checkbox {
  335. margin-left: 20px;
  336. }
  337. /* line 121, ../../sass/backend/custom.scss */
  338. .product-categories .form-group {
  339. margin-bottom: 0.15rem;
  340. }
  341. /* line 122, ../../sass/backend/custom.scss */
  342. .lc-deleted-field {
  343. display: none;
  344. }
  345. /* line 123, ../../sass/backend/custom.scss */
  346. .lc-offline-field {
  347. opacity: 0.5;
  348. }
  349. /* line 124, ../../sass/backend/custom.scss */
  350. .lc-offline-field label::after {
  351. content: ' [hors ligne]';
  352. }
  353. /* Général */
  354. /* line 130, ../../sass/backend/custom.scss */
  355. .btn.action-save {
  356. float: right;
  357. margin-left: 10px;
  358. }
  359. /* line 131, ../../sass/backend/custom.scss */
  360. .button-action a.float-right {
  361. margin-left: 10px;
  362. }
  363. /* line 133, ../../sass/backend/custom.scss */
  364. .input-group-text {
  365. padding: 0.25rem 0.75rem;
  366. }
  367. /* line 137, ../../sass/backend/custom.scss */
  368. .col-form-label {
  369. font-weight: bold;
  370. }
  371. /* line 139, ../../sass/backend/custom.scss */
  372. #toast-container.toast-top-right {
  373. top: 60px;
  374. }
  375. /* SIDEBAR */
  376. /* line 142, ../../sass/backend/custom.scss */
  377. .main-header.navbar {
  378. padding: 0;
  379. min-height: 57px;
  380. }
  381. /* line 143, ../../sass/backend/custom.scss */
  382. .lc-navbar li {
  383. border-left: 1px solid #e0e0e0;
  384. padding: 0.5rem 1.5rem;
  385. }
  386. /* line 144, ../../sass/backend/custom.scss */
  387. .lc-navbar li label {
  388. margin-bottom: 0;
  389. vertical-align: middle;
  390. font-weight: normal !important;
  391. }
  392. /* line 146, ../../sass/backend/custom.scss */
  393. #switch-merchant {
  394. min-width: 170px;
  395. }
  396. /* Sortable */
  397. /* line 152, ../../sass/backend/custom.scss */
  398. .ui-sortable-helper {
  399. display: table;
  400. }
  401. /* line 153, ../../sass/backend/custom.scss */
  402. .ui-state-highlight {
  403. background: #eee;
  404. }
  405. /* line 154, ../../sass/backend/custom.scss */
  406. .lc-sortable div:last-child {
  407. display: none;
  408. }
  409. /* Ckfinder */
  410. /*
  411. .lc-ckfinder-wrap{width: 240px; height: 170px; position: relative;}
  412. .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;}
  413. .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; }
  414. .lc-ckfinder-wrap .lc-ckfinder-illu-wrap i{font-size: 5rem;}
  415. .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;}
  416. .lc-ckfinder-wrap .lc-ckfinder-button{width: 100%; bottom: 0px; left: 0; position: absolute;}
  417. */
  418. /* VUES JS */
  419. /* line 169, ../../sass/backend/custom.scss */
  420. .nav-item .btn {
  421. padding-right: 15px;
  422. position: relative;
  423. }
  424. /* line 170, ../../sass/backend/custom.scss */
  425. .nav-item .btn .invalid-form {
  426. display: none;
  427. position: absolute;
  428. top: -7px;
  429. right: -6px;
  430. color: #dc3545;
  431. background: #fff;
  432. border-radius: 10px;
  433. font-size: 1.2rem;
  434. }
  435. /* line 171, ../../sass/backend/custom.scss */
  436. .nav-item.has-invalid .btn .invalid-form {
  437. display: inline-block;
  438. z-index: 2;
  439. }
  440. /* ProductFamily */
  441. /* line 176, ../../sass/backend/custom.scss */
  442. .field-unit-quantity {
  443. border-bottom: 2px dotted #eee;
  444. padding-bottom: 10px;
  445. margin-bottom: 20px;
  446. }
  447. /* line 177, ../../sass/backend/custom.scss */
  448. .field-reduction-apply {
  449. border-top: 2px dotted #eee;
  450. padding-top: 10px;
  451. margin-top: 20px;
  452. }
  453. /* line 179, ../../sass/backend/custom.scss */
  454. .new-productfamily #nav-params,
  455. .edit-productfamily #nav-params {
  456. margin-bottom: 30px;
  457. }
  458. /* line 184, ../../sass/backend/custom.scss */
  459. .new-productfamily #nav-params .btn,
  460. .edit-productfamily #nav-params .btn {
  461. margin-left: 20px;
  462. }
  463. /* line 189, ../../sass/backend/custom.scss */
  464. .new-productfamily #product-categories .row,
  465. .edit-productfamily #product-categories .row {
  466. padding: 10px;
  467. }
  468. /* line 194, ../../sass/backend/custom.scss */
  469. .new-productfamily #product-categories .form-group,
  470. .edit-productfamily #product-categories .form-group {
  471. width: 100%;
  472. padding: 4px;
  473. }
  474. /* line 200, ../../sass/backend/custom.scss */
  475. .new-productfamily #product-categories .children,
  476. .edit-productfamily #product-categories .children {
  477. margin-left: 20px;
  478. width: 100%;
  479. }
  480. /* line 206, ../../sass/backend/custom.scss */
  481. .new-productfamily ul.products,
  482. .edit-productfamily ul.products {
  483. padding: 0px;
  484. list-style-type: none;
  485. }
  486. /* line 212, ../../sass/backend/custom.scss */
  487. .new-productfamily ul.products li.product,
  488. .edit-productfamily ul.products li.product {
  489. padding: 0px;
  490. margin-bottom: 20px;
  491. position: relative;
  492. }
  493. /* line 219, ../../sass/backend/custom.scss */
  494. .new-productfamily ul.products li.add,
  495. .edit-productfamily ul.products li.add {
  496. text-align: right;
  497. }
  498. /* line 224, ../../sass/backend/custom.scss */
  499. .autoresize textarea {
  500. height: auto;
  501. min-height: 38px;
  502. }
  503. /* line 226, ../../sass/backend/custom.scss */
  504. .field-price .input-group.buyingPrice input, .field-price .input-group.buyingPrice .input-group-text {
  505. font-weight: bold;
  506. border-color: #222;
  507. }
  508. /* line 227, ../../sass/backend/custom.scss */
  509. .field-price .input-group.buyingPriceByRefUnit input, .field-price .input-group.buyingPriceByRefUnit .input-group-text {
  510. font-weight: bold;
  511. border-color: #222;
  512. }
  513. /* line 228, ../../sass/backend/custom.scss */
  514. .field-price .input-group.priceWithTax input, .field-price .input-group.priceWithTax .input-group-text {
  515. font-weight: bold;
  516. border-color: #222;
  517. }
  518. /* line 229, ../../sass/backend/custom.scss */
  519. .field-price .input-group.priceByRefUnitWithTax input, .field-price .input-group.priceByRefUnitWithTax .input-group-text {
  520. font-weight: bold;
  521. border-color: #222;
  522. }
  523. /* line 230, ../../sass/backend/custom.scss */
  524. .input-group.multiplyingFactor input, .input-group.multiplyingFactor .input-group-text {
  525. font-weight: bold;
  526. border-color: #222;
  527. }
  528. /* line 234, ../../sass/backend/custom.scss */
  529. .layout-ajax #edit-productfamily-form .card-sections {
  530. width: 100%;
  531. position: fixed;
  532. left: 0px;
  533. top: 0px;
  534. z-index: 10;
  535. }
  536. /* line 242, ../../sass/backend/custom.scss */
  537. .layout-ajax #edit-productfamily-form .form {
  538. padding-top: 50px;
  539. }
  540. /* line 246, ../../sass/backend/custom.scss */
  541. .layout-ajax #edit-productfamily-form .card-footer {
  542. display: none;
  543. }
  544. /* ORDER */
  545. /* line 254, ../../sass/backend/custom.scss */
  546. .table-order-summary {
  547. width: 100%;
  548. }
  549. /* line 257, ../../sass/backend/custom.scss */
  550. .order-product-item.redelivery {
  551. background: rgba(18, 104, 253, 0.38) !important;
  552. }
  553. /*.select2-container--bootstrap .select2-selection{max-width: none;}*/
  554. /*.order-product-item{margin: 15px 0; padding: 0;}*/
  555. /* Product */
  556. /* line 262, ../../sass/backend/custom.scss */
  557. .product-form-modal {
  558. display: none;
  559. }
  560. /* line 263, ../../sass/backend/custom.scss */
  561. .product-form.modal .form-check-label {
  562. font-style: italic;
  563. color: #666;
  564. text-align: left;
  565. }
  566. /* line 264, ../../sass/backend/custom.scss */
  567. .products-collection-table .inherited {
  568. color: #888;
  569. font-style: italic;
  570. font-weight: initial;
  571. }
  572. /* line 265, ../../sass/backend/custom.scss */
  573. .products-collection-table td {
  574. position: relative;
  575. }
  576. /* line 266, ../../sass/backend/custom.scss */
  577. .card-body.p-0 .products-collection-table tbody > tr > td:first-of-type, .card-body.p-0 .products-collection-table tbody > tr > th:first-of-type, .card-body.p-0 .products-collection-table thead > tr > td:first-of-type, .card-body.p-0 .products-collection-table thead > tr > th:first-of-type {
  578. padding-left: 0.35rem;
  579. }
  580. /* line 267, ../../sass/backend/custom.scss */
  581. .products-collection-table .btn-empty-field {
  582. position: absolute;
  583. right: 3px;
  584. font-size: 0.7rem;
  585. top: 5px;
  586. padding: 0px;
  587. }
  588. /* line 268, ../../sass/backend/custom.scss */
  589. #lc-product-family-edit .products-collection-table {
  590. table-layout: fixed;
  591. /* background-clip: padding-box;*/
  592. border-collapse: collapse;
  593. }
  594. /* line 269, ../../sass/backend/custom.scss */
  595. #lc-product-family-edit .products-collection-table th {
  596. font-size: 13px;
  597. border-left: 1px solid #dee2e6;
  598. border-top: 1px solid #dee2e6;
  599. text-align: center;
  600. border-bottom: 2px solid #dee2e6;
  601. position: relative;
  602. }
  603. /* line 270, ../../sass/backend/custom.scss */
  604. #lc-product-family-edit .products-collection-table tfoot th {
  605. border-top: 2px solid #dee2e6;
  606. }
  607. /* line 271, ../../sass/backend/custom.scss */
  608. #lc-product-family-edit .products-collection-table th span {
  609. white-space: initial;
  610. }
  611. /* line 272, ../../sass/backend/custom.scss */
  612. #lc-product-family-edit .products-collection-table th:last-child {
  613. border-right: 1px solid #dee2e6;
  614. }
  615. /* line 273, ../../sass/backend/custom.scss */
  616. #lc-product-family-edit .products-collection-table td {
  617. border-left: 1px solid #dee2e6;
  618. text-align: center;
  619. font-size: 13px;
  620. border-bottom: 1px solid #dee2e6;
  621. }
  622. /* line 274, ../../sass/backend/custom.scss */
  623. #lc-product-family-edit .products-collection-table td:last-child {
  624. border-right: 1px solid #dee2e6;
  625. white-space: nowrap;
  626. }
  627. /* line 275, ../../sass/backend/custom.scss */
  628. #lc-product-family-edit .btn-add-product {
  629. margin: 20px 0;
  630. float: right;
  631. }
  632. /* line 276, ../../sass/backend/custom.scss */
  633. #lc-product-family-edit .inherited {
  634. color: #888;
  635. font-style: italic;
  636. font-weight: initial;
  637. }
  638. /* line 277, ../../sass/backend/custom.scss */
  639. #lc-product-family-edit .products-collection-table td .value {
  640. min-width: 80%;
  641. margin: auto;
  642. min-height: 35px;
  643. cursor: pointer;
  644. }
  645. /* line 278, ../../sass/backend/custom.scss */
  646. #lc-product-family-edit .products-collection-table td .modal {
  647. text-align: left;
  648. }
  649. /* line 279, ../../sass/backend/custom.scss */
  650. table.products-collection-table th.main-info, td.buyingPrice, td.multiplyingFactor, td.priceWithTax {
  651. background: #eeeeee;
  652. background-clip: padding-box;
  653. text-decoration: underline;
  654. }
  655. /* line 281, ../../sass/backend/custom.scss */
  656. table.products-collection-table tr.disabled {
  657. opacity: 0.5;
  658. }
  659. /* line 282, ../../sass/backend/custom.scss */
  660. .table-striped tbody .tr-sep {
  661. border-top: 2px solid #888;
  662. }
  663. /* DeliveryZone */
  664. /* line 286, ../../sass/backend/custom.scss */
  665. #autocomplete-cities {
  666. position: relative;
  667. }
  668. /* line 290, ../../sass/backend/custom.scss */
  669. #autocomplete-cities .ui-autocomplete {
  670. left: 30%;
  671. top: 41px;
  672. margin-left: 18px;
  673. }
  674. /* line 296, ../../sass/backend/custom.scss */
  675. .head-reminders {
  676. margin-top: 15px;
  677. }
  678. /* TABLEAU DE BORD */
  679. /* line 299, ../../sass/backend/custom.scss */
  680. .todo-list > li {
  681. position: relative;
  682. }
  683. /* line 300, ../../sass/backend/custom.scss */
  684. .todo-list > li .text {
  685. margin-left: 30px;
  686. }
  687. /* line 301, ../../sass/backend/custom.scss */
  688. .todo-list > li .tools {
  689. position: absolute;
  690. top: 4px;
  691. right: 15px;
  692. }
  693. /* line 303, ../../sass/backend/custom.scss */
  694. #addTicketMessageForm {
  695. margin-top: 30px;
  696. border-top: 2px dotted #eee;
  697. padding-top: 30px;
  698. }
  699. /* line 305, ../../sass/backend/custom.scss */
  700. #dashboard .list-btn-statistic {
  701. display: flex;
  702. flex-wrap: wrap;
  703. justify-content: center;
  704. }
  705. /* line 306, ../../sass/backend/custom.scss */
  706. #dashboard .btn-statistic {
  707. width: 120px;
  708. height: 70px;
  709. text-align: center;
  710. border: 1px solid black;
  711. line-height: 1rem;
  712. }
  713. /* line 307, ../../sass/backend/custom.scss */
  714. #dashboard .btn-statistic small {
  715. margin-bottom: 10px;
  716. display: block;
  717. }
  718. /* line 308, ../../sass/backend/custom.scss */
  719. #dashboard .btn-statistic .value {
  720. display: block;
  721. }
  722. /* line 310, ../../sass/backend/custom.scss */
  723. #dashboard #range_date_interval {
  724. margin-bottom: 20px;
  725. }
  726. /* line 311, ../../sass/backend/custom.scss */
  727. #dashboard #range_date_interval label {
  728. float: left;
  729. margin-right: 20px;
  730. }
  731. /* line 312, ../../sass/backend/custom.scss */
  732. #dashboard #range_date_interval .form-check {
  733. float: left;
  734. margin-right: 10px;
  735. }
  736. /* line 313, ../../sass/backend/custom.scss */
  737. #dashboard .table-condensed .btn, #dashboard .table-condensed .btn-sm {
  738. white-space: nowrap;
  739. }
  740. /* Tickets */
  741. /* line 319, ../../sass/backend/custom.scss */
  742. #ticket-list .btn-sm {
  743. display: block;
  744. }