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.

842 lines
20KB

  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. /* ORDER */
  529. /* line 236, ../../sass/backend/custom.scss */
  530. .table-order-summary {
  531. width: 100%;
  532. }
  533. /* line 239, ../../sass/backend/custom.scss */
  534. .order-product-item.redelivery {
  535. background: rgba(18, 104, 253, 0.38) !important;
  536. }
  537. /*.select2-container--bootstrap .select2-selection{max-width: none;}*/
  538. /*.order-product-item{margin: 15px 0; padding: 0;}*/
  539. /* Product */
  540. /* line 244, ../../sass/backend/custom.scss */
  541. .product-form-modal {
  542. display: none;
  543. }
  544. /* line 245, ../../sass/backend/custom.scss */
  545. .product-form.modal .form-check-label {
  546. font-style: italic;
  547. color: #666;
  548. text-align: left;
  549. }
  550. /* line 246, ../../sass/backend/custom.scss */
  551. .products-collection-table .inherited {
  552. color: #888;
  553. font-style: italic;
  554. font-weight: initial;
  555. }
  556. /* line 247, ../../sass/backend/custom.scss */
  557. .products-collection-table td {
  558. position: relative;
  559. }
  560. /* line 248, ../../sass/backend/custom.scss */
  561. .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 {
  562. padding-left: 0.35rem;
  563. }
  564. /* line 249, ../../sass/backend/custom.scss */
  565. .products-collection-table .btn-empty-field {
  566. position: absolute;
  567. right: 3px;
  568. font-size: 0.7rem;
  569. top: 5px;
  570. padding: 0px;
  571. }
  572. /* line 250, ../../sass/backend/custom.scss */
  573. #lc-product-family-edit .products-collection-table {
  574. table-layout: fixed;
  575. /* background-clip: padding-box;*/
  576. border-collapse: collapse;
  577. }
  578. /* line 251, ../../sass/backend/custom.scss */
  579. #lc-product-family-edit .products-collection-table th {
  580. font-size: 13px;
  581. border-left: 1px solid #dee2e6;
  582. border-top: 1px solid #dee2e6;
  583. text-align: center;
  584. border-bottom: 2px solid #dee2e6;
  585. }
  586. /* line 252, ../../sass/backend/custom.scss */
  587. #lc-product-family-edit .products-collection-table tfoot th {
  588. border-top: 2px solid #dee2e6;
  589. }
  590. /* line 253, ../../sass/backend/custom.scss */
  591. #lc-product-family-edit .products-collection-table th span {
  592. white-space: initial;
  593. }
  594. /* line 254, ../../sass/backend/custom.scss */
  595. #lc-product-family-edit .products-collection-table th:last-child {
  596. border-right: 1px solid #dee2e6;
  597. }
  598. /* line 255, ../../sass/backend/custom.scss */
  599. #lc-product-family-edit .products-collection-table td {
  600. border-left: 1px solid #dee2e6;
  601. text-align: center;
  602. font-size: 13px;
  603. border-bottom: 1px solid #dee2e6;
  604. }
  605. /* line 256, ../../sass/backend/custom.scss */
  606. #lc-product-family-edit .products-collection-table td:last-child {
  607. border-right: 1px solid #dee2e6;
  608. white-space: nowrap;
  609. }
  610. /* line 257, ../../sass/backend/custom.scss */
  611. #lc-product-family-edit .btn-add-product {
  612. margin: 20px 0;
  613. float: right;
  614. }
  615. /* line 258, ../../sass/backend/custom.scss */
  616. #lc-product-family-edit .inherited {
  617. color: #888;
  618. font-style: italic;
  619. font-weight: initial;
  620. }
  621. /* line 259, ../../sass/backend/custom.scss */
  622. #lc-product-family-edit .products-collection-table td .value {
  623. min-width: 80%;
  624. margin: auto;
  625. min-height: 35px;
  626. cursor: pointer;
  627. }
  628. /* line 260, ../../sass/backend/custom.scss */
  629. #lc-product-family-edit .products-collection-table td .modal {
  630. text-align: left;
  631. }
  632. /* line 261, ../../sass/backend/custom.scss */
  633. table.products-collection-table th.main-info, td.buyingPrice, td.multiplyingFactor, td.priceWithTax {
  634. background: #eeeeee;
  635. background-clip: padding-box;
  636. text-decoration: underline;
  637. }
  638. /* line 263, ../../sass/backend/custom.scss */
  639. table.products-collection-table tr.disabled {
  640. opacity: 0.5;
  641. }
  642. /* line 264, ../../sass/backend/custom.scss */
  643. .table-striped tbody .tr-sep {
  644. border-top: 2px solid #888;
  645. }
  646. /* DeliveryZone */
  647. /* line 268, ../../sass/backend/custom.scss */
  648. #autocomplete-cities {
  649. position: relative;
  650. }
  651. /* line 272, ../../sass/backend/custom.scss */
  652. #autocomplete-cities .ui-autocomplete {
  653. left: 30%;
  654. top: 41px;
  655. margin-left: 18px;
  656. }
  657. /* line 278, ../../sass/backend/custom.scss */
  658. .head-reminders {
  659. margin-top: 15px;
  660. }
  661. /* TABLEAU DE BORD */
  662. /* line 281, ../../sass/backend/custom.scss */
  663. .todo-list > li {
  664. position: relative;
  665. }
  666. /* line 282, ../../sass/backend/custom.scss */
  667. .todo-list > li .text {
  668. margin-left: 30px;
  669. }
  670. /* line 283, ../../sass/backend/custom.scss */
  671. .todo-list > li .tools {
  672. position: absolute;
  673. top: 4px;
  674. right: 15px;
  675. }
  676. /* line 285, ../../sass/backend/custom.scss */
  677. #addTicketMessageForm {
  678. margin-top: 30px;
  679. border-top: 2px dotted #eee;
  680. padding-top: 30px;
  681. }
  682. /* line 287, ../../sass/backend/custom.scss */
  683. #dashboard .list-btn-statistic {
  684. display: flex;
  685. flex-wrap: wrap;
  686. justify-content: center;
  687. }
  688. /* line 288, ../../sass/backend/custom.scss */
  689. #dashboard .btn-statistic {
  690. width: 120px;
  691. height: 70px;
  692. text-align: center;
  693. border: 1px solid black;
  694. line-height: 1rem;
  695. }
  696. /* line 289, ../../sass/backend/custom.scss */
  697. #dashboard .btn-statistic small {
  698. margin-bottom: 10px;
  699. display: block;
  700. }
  701. /* line 290, ../../sass/backend/custom.scss */
  702. #dashboard .btn-statistic .value {
  703. display: block;
  704. }
  705. /* Tickets */
  706. /* line 296, ../../sass/backend/custom.scss */
  707. #ticket-list .btn-sm {
  708. display: block;
  709. }