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.

custom.css 18KB

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