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.

980 lines
23KB

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