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.

931 lines
22KB

  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. /*************************** PAGINATION *******************************/
  405. /* line 152, ../../sass/backend/custom.scss */
  406. .pagination {
  407. justify-content: center;
  408. }
  409. /* line 153, ../../sass/backend/custom.scss */
  410. .disabled .page-link {
  411. color: #343a40;
  412. }
  413. /* line 154, ../../sass/backend/custom.scss */
  414. .disabled .page-link:hover, .page-link.current:hover {
  415. background-color: #fff;
  416. cursor: default;
  417. }
  418. /* Sortable */
  419. /* line 159, ../../sass/backend/custom.scss */
  420. .ui-sortable-helper {
  421. display: table;
  422. }
  423. /* line 160, ../../sass/backend/custom.scss */
  424. .ui-state-highlight {
  425. background: #eee;
  426. }
  427. /* line 161, ../../sass/backend/custom.scss */
  428. .lc-sortable div:last-child {
  429. display: none;
  430. }
  431. /* Ckfinder */
  432. /*
  433. .lc-ckfinder-wrap{width: 240px; height: 170px; position: relative;}
  434. .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;}
  435. .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; }
  436. .lc-ckfinder-wrap .lc-ckfinder-illu-wrap i{font-size: 5rem;}
  437. .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;}
  438. .lc-ckfinder-wrap .lc-ckfinder-button{width: 100%; bottom: 0px; left: 0; position: absolute;}
  439. */
  440. /* VUES JS */
  441. /* line 176, ../../sass/backend/custom.scss */
  442. .nav-item .btn {
  443. padding-right: 15px;
  444. position: relative;
  445. }
  446. /* line 177, ../../sass/backend/custom.scss */
  447. .nav-item .btn .invalid-form {
  448. display: none;
  449. position: absolute;
  450. top: -7px;
  451. right: -6px;
  452. color: #dc3545;
  453. background: #fff;
  454. border-radius: 10px;
  455. font-size: 1.2rem;
  456. }
  457. /* line 178, ../../sass/backend/custom.scss */
  458. .nav-item.has-invalid .btn .invalid-form {
  459. display: inline-block;
  460. z-index: 2;
  461. }
  462. /* ProductFamily */
  463. /* line 183, ../../sass/backend/custom.scss */
  464. .field-unit-quantity {
  465. border-bottom: 2px dotted #eee;
  466. padding-bottom: 10px;
  467. margin-bottom: 20px;
  468. }
  469. /* line 184, ../../sass/backend/custom.scss */
  470. .field-reduction-apply {
  471. border-top: 2px dotted #eee;
  472. padding-top: 10px;
  473. margin-top: 20px;
  474. }
  475. /* line 186, ../../sass/backend/custom.scss */
  476. .new-productfamily #nav-params,
  477. .edit-productfamily #nav-params {
  478. margin-bottom: 30px;
  479. }
  480. /* line 191, ../../sass/backend/custom.scss */
  481. .new-productfamily #nav-params .btn,
  482. .edit-productfamily #nav-params .btn {
  483. margin-left: 20px;
  484. }
  485. /* line 196, ../../sass/backend/custom.scss */
  486. .new-productfamily #product-categories .row,
  487. .edit-productfamily #product-categories .row {
  488. padding: 10px;
  489. }
  490. /* line 201, ../../sass/backend/custom.scss */
  491. .new-productfamily #product-categories .form-group,
  492. .edit-productfamily #product-categories .form-group {
  493. width: 100%;
  494. padding: 4px;
  495. }
  496. /* line 207, ../../sass/backend/custom.scss */
  497. .new-productfamily #product-categories .children,
  498. .edit-productfamily #product-categories .children {
  499. margin-left: 20px;
  500. width: 100%;
  501. }
  502. /* line 213, ../../sass/backend/custom.scss */
  503. .new-productfamily ul.products,
  504. .edit-productfamily ul.products {
  505. padding: 0px;
  506. list-style-type: none;
  507. }
  508. /* line 219, ../../sass/backend/custom.scss */
  509. .new-productfamily ul.products li.product,
  510. .edit-productfamily ul.products li.product {
  511. padding: 0px;
  512. margin-bottom: 20px;
  513. position: relative;
  514. }
  515. /* line 226, ../../sass/backend/custom.scss */
  516. .new-productfamily ul.products li.add,
  517. .edit-productfamily ul.products li.add {
  518. text-align: right;
  519. }
  520. /* line 231, ../../sass/backend/custom.scss */
  521. .autoresize textarea {
  522. height: auto;
  523. min-height: 38px;
  524. }
  525. /* line 233, ../../sass/backend/custom.scss */
  526. .field-price .input-group.buyingPrice input, .field-price .input-group.buyingPrice .input-group-text {
  527. font-weight: bold;
  528. border-color: #222;
  529. }
  530. /* line 234, ../../sass/backend/custom.scss */
  531. .field-price .input-group.buyingPriceByRefUnit input, .field-price .input-group.buyingPriceByRefUnit .input-group-text {
  532. font-weight: bold;
  533. border-color: #222;
  534. }
  535. /* line 235, ../../sass/backend/custom.scss */
  536. .field-price .input-group.priceWithTax input, .field-price .input-group.priceWithTax .input-group-text {
  537. font-weight: bold;
  538. border-color: #222;
  539. }
  540. /* line 236, ../../sass/backend/custom.scss */
  541. .field-price .input-group.priceByRefUnitWithTax input, .field-price .input-group.priceByRefUnitWithTax .input-group-text {
  542. font-weight: bold;
  543. border-color: #222;
  544. }
  545. /* line 237, ../../sass/backend/custom.scss */
  546. .input-group.multiplyingFactor input, .input-group.multiplyingFactor .input-group-text {
  547. font-weight: bold;
  548. border-color: #222;
  549. }
  550. /* ORDER */
  551. /* line 243, ../../sass/backend/custom.scss */
  552. .table-order-summary {
  553. width: 100%;
  554. }
  555. /* line 246, ../../sass/backend/custom.scss */
  556. .order-product-item.redelivery {
  557. background: rgba(18, 104, 253, 0.38) !important;
  558. }
  559. /*.select2-container--bootstrap .select2-selection{max-width: none;}*/
  560. /*.order-product-item{margin: 15px 0; padding: 0;}*/
  561. /* Product */
  562. /* line 251, ../../sass/backend/custom.scss */
  563. .product-form-modal {
  564. display: none;
  565. }
  566. /* line 252, ../../sass/backend/custom.scss */
  567. .product-form.modal .form-check-label {
  568. font-style: italic;
  569. color: #666;
  570. text-align: left;
  571. }
  572. /* line 253, ../../sass/backend/custom.scss */
  573. .products-collection-table .inherited {
  574. color: #888;
  575. font-style: italic;
  576. font-weight: initial;
  577. }
  578. /* line 254, ../../sass/backend/custom.scss */
  579. .products-collection-table td {
  580. position: relative;
  581. }
  582. /* line 255, ../../sass/backend/custom.scss */
  583. .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 {
  584. padding-left: 0.35rem;
  585. }
  586. /* line 256, ../../sass/backend/custom.scss */
  587. .products-collection-table .btn-empty-field {
  588. position: absolute;
  589. right: 3px;
  590. font-size: 0.7rem;
  591. top: 5px;
  592. padding: 0px;
  593. }
  594. /* line 257, ../../sass/backend/custom.scss */
  595. #lc-product-family-edit .products-collection-table {
  596. table-layout: fixed;
  597. /* background-clip: padding-box;*/
  598. border-collapse: collapse;
  599. }
  600. /* line 258, ../../sass/backend/custom.scss */
  601. #lc-product-family-edit .products-collection-table th {
  602. font-size: 13px;
  603. border-left: 1px solid #dee2e6;
  604. border-top: 1px solid #dee2e6;
  605. text-align: center;
  606. border-bottom: 2px solid #dee2e6;
  607. position: relative;
  608. }
  609. /* line 259, ../../sass/backend/custom.scss */
  610. #lc-product-family-edit .products-collection-table tfoot th {
  611. border-top: 2px solid #dee2e6;
  612. }
  613. /* line 260, ../../sass/backend/custom.scss */
  614. #lc-product-family-edit .products-collection-table th span {
  615. white-space: initial;
  616. }
  617. /* line 261, ../../sass/backend/custom.scss */
  618. #lc-product-family-edit .products-collection-table th:last-child {
  619. border-right: 1px solid #dee2e6;
  620. }
  621. /* line 262, ../../sass/backend/custom.scss */
  622. #lc-product-family-edit .products-collection-table td {
  623. border-left: 1px solid #dee2e6;
  624. text-align: center;
  625. font-size: 13px;
  626. border-bottom: 1px solid #dee2e6;
  627. }
  628. /* line 263, ../../sass/backend/custom.scss */
  629. #lc-product-family-edit .products-collection-table td:last-child {
  630. border-right: 1px solid #dee2e6;
  631. white-space: nowrap;
  632. }
  633. /* line 264, ../../sass/backend/custom.scss */
  634. #lc-product-family-edit .btn-add-product {
  635. margin: 20px 0;
  636. float: right;
  637. }
  638. /* line 265, ../../sass/backend/custom.scss */
  639. #lc-product-family-edit .inherited {
  640. color: #888;
  641. font-style: italic;
  642. font-weight: initial;
  643. }
  644. /* line 266, ../../sass/backend/custom.scss */
  645. #lc-product-family-edit .products-collection-table td .value {
  646. min-width: 80%;
  647. margin: auto;
  648. min-height: 35px;
  649. cursor: pointer;
  650. }
  651. /* line 267, ../../sass/backend/custom.scss */
  652. #lc-product-family-edit .products-collection-table td .modal {
  653. text-align: left;
  654. }
  655. /* line 268, ../../sass/backend/custom.scss */
  656. table.products-collection-table th.main-info, td.buyingPrice, td.multiplyingFactor, td.priceWithTax {
  657. background: #eeeeee;
  658. background-clip: padding-box;
  659. text-decoration: underline;
  660. }
  661. /* line 270, ../../sass/backend/custom.scss */
  662. table.products-collection-table tr.disabled {
  663. opacity: 0.5;
  664. }
  665. /* line 271, ../../sass/backend/custom.scss */
  666. .table-striped tbody .tr-sep {
  667. border-top: 2px solid #888;
  668. }
  669. /* DeliveryZone */
  670. /* line 275, ../../sass/backend/custom.scss */
  671. #autocomplete-cities {
  672. position: relative;
  673. }
  674. /* line 279, ../../sass/backend/custom.scss */
  675. #autocomplete-cities .ui-autocomplete {
  676. left: 30%;
  677. top: 41px;
  678. margin-left: 18px;
  679. }
  680. /* line 285, ../../sass/backend/custom.scss */
  681. .head-reminders {
  682. margin-top: 15px;
  683. }
  684. /* TABLEAU DE BORD */
  685. /* line 288, ../../sass/backend/custom.scss */
  686. .todo-list > li {
  687. position: relative;
  688. }
  689. /* line 289, ../../sass/backend/custom.scss */
  690. .todo-list > li .text {
  691. margin-left: 30px;
  692. }
  693. /* line 290, ../../sass/backend/custom.scss */
  694. .todo-list > li .tools {
  695. position: absolute;
  696. top: 4px;
  697. right: 15px;
  698. }
  699. /* line 292, ../../sass/backend/custom.scss */
  700. #addTicketMessageForm {
  701. margin-top: 30px;
  702. border-top: 2px dotted #eee;
  703. padding-top: 30px;
  704. }
  705. /* line 294, ../../sass/backend/custom.scss */
  706. #dashboard .list-btn-statistic {
  707. display: flex;
  708. flex-wrap: wrap;
  709. justify-content: center;
  710. }
  711. /* line 295, ../../sass/backend/custom.scss */
  712. #dashboard .btn-statistic {
  713. width: 120px;
  714. height: 70px;
  715. text-align: center;
  716. border: 1px solid black;
  717. line-height: 1rem;
  718. }
  719. /* line 296, ../../sass/backend/custom.scss */
  720. #dashboard .btn-statistic small {
  721. margin-bottom: 10px;
  722. display: block;
  723. }
  724. /* line 297, ../../sass/backend/custom.scss */
  725. #dashboard .btn-statistic .value {
  726. display: block;
  727. }
  728. /* line 299, ../../sass/backend/custom.scss */
  729. #dashboard #range_date_interval {
  730. margin-bottom: 20px;
  731. }
  732. /* line 300, ../../sass/backend/custom.scss */
  733. #dashboard #range_date_interval label {
  734. float: left;
  735. margin-right: 20px;
  736. }
  737. /* line 301, ../../sass/backend/custom.scss */
  738. #dashboard #range_date_interval .form-check {
  739. float: left;
  740. margin-right: 10px;
  741. }
  742. /* line 302, ../../sass/backend/custom.scss */
  743. #dashboard .table-condensed .btn, #dashboard .table-condensed .btn-sm {
  744. white-space: nowrap;
  745. }
  746. /* Tickets */
  747. /* line 308, ../../sass/backend/custom.scss */
  748. #ticket-list .btn-sm {
  749. display: block;
  750. }
  751. /* line 314, ../../sass/backend/custom.scss */
  752. #toast-container {
  753. width: 350px;
  754. }
  755. /* line 315, ../../sass/backend/custom.scss */
  756. .toast {
  757. float: right;
  758. }
  759. /* line 317, ../../sass/backend/custom.scss */
  760. #toast-container:before:hover {
  761. opacity: 1;
  762. cursor: pointer;
  763. }
  764. /* line 321, ../../sass/backend/custom.scss */
  765. #toast-close-all {
  766. border: 0;
  767. position: absolute;
  768. pointer-events: auto;
  769. z-index: 999999999999999999999;
  770. background: #BD362F;
  771. border-radius: 3px;
  772. color: #fff;
  773. opacity: 0.8;
  774. top: 2px;
  775. width: 50px;
  776. height: 50px;
  777. font-size: 30px;
  778. left: 0px;
  779. text-align: center;
  780. -webkit-text-shadow: 0 1px 0 #fff;
  781. text-shadow: 0 1px 0 #fff;
  782. -moz-box-shadow: 0 0 12px #999;
  783. -webkit-box-shadow: 0 0 12px #999;
  784. box-shadow: 0 0 12px #999;
  785. }