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 20KB

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