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.

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