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.

726 lines
17KB

  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. /***************************************** ADMIN SIDEBAR ***************************************/
  47. /* line 34, ../../sass/backend/custom.scss */
  48. .main-sidebar p {
  49. font-size: 0.8rem;
  50. }
  51. /* line 35, ../../sass/backend/custom.scss */
  52. .main-sidebar .sidebar {
  53. padding-left: 0px;
  54. padding-right: 0px;
  55. margin-top: 57px;
  56. }
  57. /* line 36, ../../sass/backend/custom.scss */
  58. .main-sidebar .nav-link {
  59. padding: .4rem .5rem .4rem .7rem;
  60. }
  61. /* line 41, ../../sass/backend/custom.scss */
  62. #lc-flash-messages {
  63. display: none;
  64. }
  65. /* line 43, ../../sass/backend/custom.scss */
  66. .main-sidebar .logo-long {
  67. padding: 8px 0;
  68. text-align: center;
  69. }
  70. /* line 44, ../../sass/backend/custom.scss */
  71. .main-sidebar .logo-long img {
  72. height: 40px;
  73. display: inline-block;
  74. }
  75. /* line 45, ../../sass/backend/custom.scss */
  76. .sidebar-collapse .main-sidebar .logo-long span {
  77. display: none;
  78. }
  79. /* line 46, ../../sass/backend/custom.scss */
  80. .sidebar-collapse .main-sidebar:hover .logo-long span {
  81. display: inline-block;
  82. }
  83. /* line 48, ../../sass/backend/custom.scss */
  84. .table.datatable-simple .highlight {
  85. background: var(--teal);
  86. }
  87. /* line 49, ../../sass/backend/custom.scss */
  88. .datatable-field-search.small {
  89. width: 50px;
  90. }
  91. /* line 51, ../../sass/backend/custom.scss */
  92. .dataTables_length, .dataTables_filter {
  93. padding: .75rem 1.25rem 0.25rem;
  94. }
  95. /* line 53, ../../sass/backend/custom.scss */
  96. table.fixedHeader-floating {
  97. margin-top: 0px !important;
  98. }
  99. /* line 54, ../../sass/backend/custom.scss */
  100. table th.sorting_asc, table th.sorting_desc {
  101. border-top: 3px solid var(--success);
  102. }
  103. /* line 55, ../../sass/backend/custom.scss */
  104. table th.filtered {
  105. border-top: 3px solid var(--primary);
  106. }
  107. /* line 57, ../../sass/backend/custom.scss */
  108. td.actions {
  109. white-space: nowrap;
  110. text-align: right;
  111. }
  112. /* line 59, ../../sass/backend/custom.scss */
  113. .table td, .table th {
  114. padding: 0.35rem;
  115. }
  116. /* line 60, ../../sass/backend/custom.scss */
  117. .delivery-field .form-group {
  118. display: inline-block;
  119. margin-bottom: 0px;
  120. margin-right: 15px;
  121. }
  122. /* line 61, ../../sass/backend/custom.scss */
  123. .delivery-field .form-group .form-control {
  124. width: 150px;
  125. }
  126. /* line 63, ../../sass/backend/custom.scss */
  127. table th input {
  128. width: auto;
  129. }
  130. /* line 64, ../../sass/backend/custom.scss */
  131. table th .select2-container--default .select2-selection--single {
  132. padding: 0.3rem 0.4rem;
  133. }
  134. /************************ LOGIN PAGE *********************/
  135. /* line 67, ../../sass/backend/custom.scss */
  136. .login-logo {
  137. display: block;
  138. margin: auto;
  139. }
  140. /************************ form error *********************/
  141. /* line 70, ../../sass/backend/custom.scss */
  142. .form-sent .form-control:invalid {
  143. border-color: #dc3545;
  144. padding-right: 2.25rem;
  145. 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");
  146. background-repeat: no-repeat;
  147. background-position: center right calc(.375em + .1875rem);
  148. background-size: calc(.75em + .375rem) calc(.75em + .375rem);
  149. }
  150. /* line 71, ../../sass/backend/custom.scss */
  151. .form-sent select.form-control:invalid + .select2 .select2-selection {
  152. border-color: #dc3545;
  153. }
  154. /* line 72, ../../sass/backend/custom.scss */
  155. .form-sent select.form-control:invalid + .select2 .select2-selection b {
  156. border-color: #dc3545 transparent transparent transparent;
  157. }
  158. /*CUSTOM Checkbox
  159. /* Customize the label (the container) */
  160. /* line 77, ../../sass/backend/custom.scss */
  161. .form-check-label {
  162. display: block;
  163. position: relative;
  164. padding-left: 26px;
  165. cursor: pointer;
  166. -webkit-user-select: none;
  167. -moz-user-select: none;
  168. -ms-user-select: none;
  169. user-select: none;
  170. }
  171. /* Hide the browser's default checkbox */
  172. /* line 79, ../../sass/backend/custom.scss */
  173. .form-check-label input {
  174. position: absolute;
  175. opacity: 0;
  176. cursor: pointer;
  177. height: 0;
  178. width: 0;
  179. }
  180. /* Create a custom checkbox */
  181. /* line 82, ../../sass/backend/custom.scss */
  182. .form-check {
  183. padding-left: 0px;
  184. }
  185. /* line 84, ../../sass/backend/custom.scss */
  186. .form-sent .form-check-label input:invalid ~ .checkmark {
  187. border-color: #dc3545;
  188. }
  189. /* line 85, ../../sass/backend/custom.scss */
  190. .form-check-label input:disabled ~ .checkmark {
  191. display: none;
  192. }
  193. /* line 86, ../../sass/backend/custom.scss */
  194. .form-check-label input ~ .checkmark {
  195. position: absolute;
  196. top: 0;
  197. left: 0;
  198. height: 18px;
  199. width: 18px;
  200. background-color: #eee;
  201. border: 1px solid var(--primary);
  202. }
  203. /* line 87, ../../sass/backend/custom.scss */
  204. .form-check-label.big input ~ .checkmark {
  205. height: 21px;
  206. width: 21px;
  207. }
  208. /* line 88, ../../sass/backend/custom.scss */
  209. .form-check-label input[type="checkbox"] ~ .checkmark {
  210. top: 2px;
  211. }
  212. /* line 89, ../../sass/backend/custom.scss */
  213. .form-check-label input[type="radio"] ~ .checkmark {
  214. top: 3px;
  215. border-radius: 50%;
  216. }
  217. /* line 90, ../../sass/backend/custom.scss */
  218. .form-check-label:hover input ~ .checkmark {
  219. background-color: #ccc;
  220. }
  221. /* When the checkbox is checked, add a blue background */
  222. /* line 92, ../../sass/backend/custom.scss */
  223. .form-check-label input:checked ~ .checkmark {
  224. background-color: var(--primary);
  225. }
  226. /* Create the checkmark/indicator (hidden when not checked) */
  227. /* line 94, ../../sass/backend/custom.scss */
  228. .form-check-label .checkmark:after {
  229. content: "";
  230. position: absolute;
  231. display: none;
  232. }
  233. /* Show the checkmark when checked */
  234. /* line 96, ../../sass/backend/custom.scss */
  235. .form-check-label input:checked ~ .checkmark:after {
  236. display: block;
  237. }
  238. /* Style the checkmark/indicator */
  239. /* line 98, ../../sass/backend/custom.scss */
  240. .form-check-label .checkmark:after {
  241. left: 7px;
  242. top: 3px;
  243. width: 6px;
  244. height: 11px;
  245. border: solid white;
  246. border-width: 0 3px 3px 0;
  247. -webkit-transform: rotate(45deg);
  248. -ms-transform: rotate(45deg);
  249. transform: rotate(45deg);
  250. }
  251. /* line 99, ../../sass/backend/custom.scss */
  252. .form-check-label input[type="checkbox"] ~ .checkmark:after {
  253. left: 6px;
  254. top: 2px;
  255. width: 6px;
  256. height: 10px;
  257. border: solid white;
  258. border-width: 0 3px 3px 0;
  259. -webkit-transform: rotate(45deg);
  260. -ms-transform: rotate(45deg);
  261. transform: rotate(45deg);
  262. }
  263. /* line 100, ../../sass/backend/custom.scss */
  264. .form-check-label input[type="radio"] ~ .checkmark:after {
  265. top: 4px;
  266. left: 4px;
  267. width: 8px;
  268. height: 8px;
  269. border-radius: 50%;
  270. background: white;
  271. }
  272. /* line 102, ../../sass/backend/custom.scss */
  273. .form-check-label.big input[type="checkbox"] ~ .checkmark:after {
  274. left: 7px;
  275. top: 3px;
  276. width: 6px;
  277. height: 11px;
  278. }
  279. /* Create a custom radio button */
  280. /* line 106, ../../sass/backend/custom.scss */
  281. .product-categories .parent .form-group.field-checkbox .form-check-label {
  282. padding-left: 0px;
  283. font-style: italic;
  284. }
  285. /* line 107, ../../sass/backend/custom.scss */
  286. .product-categories .children .form-group.field-checkbox {
  287. margin-left: 20px;
  288. }
  289. /* line 108, ../../sass/backend/custom.scss */
  290. .product-categories .form-group {
  291. margin-bottom: 0.15rem;
  292. }
  293. /* line 109, ../../sass/backend/custom.scss */
  294. .lc-deleted-field {
  295. display: none;
  296. }
  297. /* line 110, ../../sass/backend/custom.scss */
  298. .lc-offline-field {
  299. opacity: 0.5;
  300. }
  301. /* line 111, ../../sass/backend/custom.scss */
  302. .lc-offline-field label::after {
  303. content: ' [hors ligne]';
  304. }
  305. /* Général */
  306. /* line 117, ../../sass/backend/custom.scss */
  307. .btn.btn-primary.action-save {
  308. float: right;
  309. }
  310. /* line 118, ../../sass/backend/custom.scss */
  311. .button-action .btn {
  312. margin-left: 10px;
  313. }
  314. /* line 120, ../../sass/backend/custom.scss */
  315. .input-group-text {
  316. padding: 0.25rem 0.75rem;
  317. }
  318. /* line 124, ../../sass/backend/custom.scss */
  319. .col-form-label {
  320. font-weight: bold;
  321. }
  322. /* line 126, ../../sass/backend/custom.scss */
  323. #toast-container.toast-top-right {
  324. top: 60px;
  325. }
  326. /* SIDEBAR */
  327. /* line 129, ../../sass/backend/custom.scss */
  328. .main-header.navbar {
  329. padding: 0;
  330. min-height: 57px;
  331. }
  332. /* line 130, ../../sass/backend/custom.scss */
  333. .lc-navbar li {
  334. border-left: 1px solid #e0e0e0;
  335. padding: 0.5rem 1.5rem;
  336. }
  337. /* line 131, ../../sass/backend/custom.scss */
  338. .lc-navbar li label {
  339. margin-bottom: 0;
  340. vertical-align: middle;
  341. font-weight: normal !important;
  342. }
  343. /* line 133, ../../sass/backend/custom.scss */
  344. #switch-merchant {
  345. min-width: 170px;
  346. }
  347. /* Sortable */
  348. /* line 139, ../../sass/backend/custom.scss */
  349. .ui-sortable-helper {
  350. display: table;
  351. }
  352. /* line 140, ../../sass/backend/custom.scss */
  353. .ui-state-highlight {
  354. background: #eee;
  355. }
  356. /* line 141, ../../sass/backend/custom.scss */
  357. .lc-sortable div:last-child {
  358. display: none;
  359. }
  360. /* Ckfinder */
  361. /*
  362. .lc-ckfinder-wrap{width: 240px; height: 170px; position: relative;}
  363. .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;}
  364. .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; }
  365. .lc-ckfinder-wrap .lc-ckfinder-illu-wrap i{font-size: 5rem;}
  366. .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;}
  367. .lc-ckfinder-wrap .lc-ckfinder-button{width: 100%; bottom: 0px; left: 0; position: absolute;}
  368. */
  369. /* VUES JS */
  370. /* line 156, ../../sass/backend/custom.scss */
  371. .nav-item .btn {
  372. padding-right: 15px;
  373. position: relative;
  374. }
  375. /* line 157, ../../sass/backend/custom.scss */
  376. .nav-item .btn .invalid-form {
  377. display: none;
  378. position: absolute;
  379. top: -7px;
  380. right: -6px;
  381. color: #dc3545;
  382. background: #fff;
  383. border-radius: 10px;
  384. font-size: 1.2rem;
  385. }
  386. /* line 158, ../../sass/backend/custom.scss */
  387. .nav-item.has-invalid .btn .invalid-form {
  388. display: inline-block;
  389. z-index: 2;
  390. }
  391. /* ProductFamily */
  392. /* line 163, ../../sass/backend/custom.scss */
  393. .field-unit-quantity {
  394. border-bottom: 2px dotted #eee;
  395. padding-bottom: 10px;
  396. margin-bottom: 20px;
  397. }
  398. /* line 164, ../../sass/backend/custom.scss */
  399. .field-reduction-apply {
  400. border-top: 2px dotted #eee;
  401. padding-top: 10px;
  402. margin-top: 20px;
  403. }
  404. /* line 166, ../../sass/backend/custom.scss */
  405. .new-productfamily #nav-params,
  406. .edit-productfamily #nav-params {
  407. margin-bottom: 30px;
  408. }
  409. /* line 171, ../../sass/backend/custom.scss */
  410. .new-productfamily #nav-params .btn,
  411. .edit-productfamily #nav-params .btn {
  412. margin-left: 20px;
  413. }
  414. /* line 176, ../../sass/backend/custom.scss */
  415. .new-productfamily #product-categories .row,
  416. .edit-productfamily #product-categories .row {
  417. padding: 10px;
  418. }
  419. /* line 181, ../../sass/backend/custom.scss */
  420. .new-productfamily #product-categories .form-group,
  421. .edit-productfamily #product-categories .form-group {
  422. width: 100%;
  423. padding: 4px;
  424. }
  425. /* line 187, ../../sass/backend/custom.scss */
  426. .new-productfamily #product-categories .children,
  427. .edit-productfamily #product-categories .children {
  428. margin-left: 20px;
  429. width: 100%;
  430. }
  431. /* line 193, ../../sass/backend/custom.scss */
  432. .new-productfamily ul.products,
  433. .edit-productfamily ul.products {
  434. padding: 0px;
  435. list-style-type: none;
  436. }
  437. /* line 199, ../../sass/backend/custom.scss */
  438. .new-productfamily ul.products li.product,
  439. .edit-productfamily ul.products li.product {
  440. padding: 0px;
  441. margin-bottom: 20px;
  442. position: relative;
  443. }
  444. /* line 206, ../../sass/backend/custom.scss */
  445. .new-productfamily ul.products li.add,
  446. .edit-productfamily ul.products li.add {
  447. text-align: right;
  448. }
  449. /* line 211, ../../sass/backend/custom.scss */
  450. .autoresize textarea {
  451. height: auto;
  452. min-height: 38px;
  453. }
  454. /* ORDER */
  455. /* line 217, ../../sass/backend/custom.scss */
  456. .table-order-summary {
  457. width: 100%;
  458. }
  459. /* line 220, ../../sass/backend/custom.scss */
  460. .order-product-item.redelivery {
  461. background: rgba(18, 104, 253, 0.38) !important;
  462. }
  463. /*.select2-container--bootstrap .select2-selection{max-width: none;}*/
  464. /*.order-product-item{margin: 15px 0; padding: 0;}*/
  465. /* Product */
  466. /* line 225, ../../sass/backend/custom.scss */
  467. .product-form-modal {
  468. display: none;
  469. }
  470. /* line 226, ../../sass/backend/custom.scss */
  471. .product-form.modal .form-check-label {
  472. font-style: italic;
  473. color: #666;
  474. text-align: left;
  475. }
  476. /* line 227, ../../sass/backend/custom.scss */
  477. .products-collection-table .inherited {
  478. color: #888;
  479. font-style: italic;
  480. font-weight: initial;
  481. }
  482. /* line 228, ../../sass/backend/custom.scss */
  483. .products-collection-table td {
  484. position: relative;
  485. }
  486. /* line 229, ../../sass/backend/custom.scss */
  487. .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 {
  488. padding-left: 0.35rem;
  489. }
  490. /* line 230, ../../sass/backend/custom.scss */
  491. .products-collection-table .btn-empty-field {
  492. position: absolute;
  493. right: 3px;
  494. font-size: 0.7rem;
  495. top: 5px;
  496. padding: 0px;
  497. }
  498. /* line 231, ../../sass/backend/custom.scss */
  499. #lc-product-family-edit .products-collection-table {
  500. table-layout: fixed;
  501. }
  502. /* line 232, ../../sass/backend/custom.scss */
  503. #lc-product-family-edit .products-collection-table tr {
  504. border-bottom: 1px solid #dee2e6;
  505. }
  506. /* line 233, ../../sass/backend/custom.scss */
  507. #lc-product-family-edit .products-collection-table th {
  508. font-size: 13px;
  509. border-left: 1px solid #dee2e6;
  510. border-top: 1px solid #dee2e6;
  511. text-align: center;
  512. }
  513. /* line 234, ../../sass/backend/custom.scss */
  514. #lc-product-family-edit .products-collection-table th span {
  515. white-space: initial;
  516. }
  517. /* line 235, ../../sass/backend/custom.scss */
  518. #lc-product-family-edit .products-collection-table th:last-child {
  519. border-right: 1px solid #dee2e6;
  520. }
  521. /* line 236, ../../sass/backend/custom.scss */
  522. #lc-product-family-edit .products-collection-table td {
  523. border-left: 1px solid #dee2e6;
  524. text-align: center;
  525. font-size: 13px;
  526. }
  527. /* line 237, ../../sass/backend/custom.scss */
  528. #lc-product-family-edit .products-collection-table td:last-child {
  529. border-right: 1px solid #dee2e6;
  530. white-space: nowrap;
  531. }
  532. /* line 238, ../../sass/backend/custom.scss */
  533. #lc-product-family-edit .btn-add-product {
  534. margin: 20px 0;
  535. float: right;
  536. }
  537. /* line 239, ../../sass/backend/custom.scss */
  538. #lc-product-family-edit .inherited {
  539. color: #888;
  540. font-style: italic;
  541. font-weight: initial;
  542. }
  543. /* line 240, ../../sass/backend/custom.scss */
  544. #lc-product-family-edit .products-collection-table td .value {
  545. min-width: 80%;
  546. margin: auto;
  547. min-height: 35px;
  548. cursor: pointer;
  549. }
  550. /* line 241, ../../sass/backend/custom.scss */
  551. #lc-product-family-edit .products-collection-table td .modal {
  552. text-align: left;
  553. }
  554. /* DeliveryZone */
  555. /* line 245, ../../sass/backend/custom.scss */
  556. #autocomplete-cities {
  557. position: relative;
  558. }
  559. /* line 249, ../../sass/backend/custom.scss */
  560. #autocomplete-cities .ui-autocomplete {
  561. left: 30%;
  562. top: 41px;
  563. margin-left: 18px;
  564. }
  565. /* line 255, ../../sass/backend/custom.scss */
  566. .head-reminders {
  567. margin-top: 15px;
  568. }
  569. /* TABLEAU DE BORD */
  570. /* line 258, ../../sass/backend/custom.scss */
  571. .todo-list > li {
  572. position: relative;
  573. }
  574. /* line 259, ../../sass/backend/custom.scss */
  575. .todo-list > li .text {
  576. margin-left: 30px;
  577. }
  578. /* line 260, ../../sass/backend/custom.scss */
  579. .todo-list > li .tools {
  580. position: absolute;
  581. top: 4px;
  582. right: 15px;
  583. }
  584. /* line 262, ../../sass/backend/custom.scss */
  585. #addTicketMessageForm {
  586. margin-top: 30px;
  587. border-top: 2px dotted #eee;
  588. padding-top: 30px;
  589. }
  590. /* line 264, ../../sass/backend/custom.scss */
  591. #dashboard .list-btn-statistic {
  592. display: flex;
  593. flex-wrap: wrap;
  594. justify-content: center;
  595. }
  596. /* line 265, ../../sass/backend/custom.scss */
  597. #dashboard .btn-statistic {
  598. width: 120px;
  599. height: 70px;
  600. text-align: center;
  601. border: 1px solid black;
  602. line-height: 1rem;
  603. }
  604. /* line 266, ../../sass/backend/custom.scss */
  605. #dashboard .btn-statistic small {
  606. margin-bottom: 10px;
  607. display: block;
  608. }
  609. /* line 267, ../../sass/backend/custom.scss */
  610. #dashboard .btn-statistic .value {
  611. display: block;
  612. }