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

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
123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802
  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.action-save {
  333. float: right;
  334. margin-left: 10px;
  335. }
  336. /* line 126, ../../sass/backend/custom.scss */
  337. .button-action a.float-right {
  338. margin-left: 10px;
  339. }
  340. /* line 128, ../../sass/backend/custom.scss */
  341. .input-group-text {
  342. padding: 0.25rem 0.75rem;
  343. }
  344. /* line 132, ../../sass/backend/custom.scss */
  345. .col-form-label {
  346. font-weight: bold;
  347. }
  348. /* line 134, ../../sass/backend/custom.scss */
  349. #toast-container.toast-top-right {
  350. top: 60px;
  351. }
  352. /* SIDEBAR */
  353. /* line 137, ../../sass/backend/custom.scss */
  354. .main-header.navbar {
  355. padding: 0;
  356. min-height: 57px;
  357. }
  358. /* line 138, ../../sass/backend/custom.scss */
  359. .lc-navbar li {
  360. border-left: 1px solid #e0e0e0;
  361. padding: 0.5rem 1.5rem;
  362. }
  363. /* line 139, ../../sass/backend/custom.scss */
  364. .lc-navbar li label {
  365. margin-bottom: 0;
  366. vertical-align: middle;
  367. font-weight: normal !important;
  368. }
  369. /* line 141, ../../sass/backend/custom.scss */
  370. #switch-merchant {
  371. min-width: 170px;
  372. }
  373. /* Sortable */
  374. /* line 147, ../../sass/backend/custom.scss */
  375. .ui-sortable-helper {
  376. display: table;
  377. }
  378. /* line 148, ../../sass/backend/custom.scss */
  379. .ui-state-highlight {
  380. background: #eee;
  381. }
  382. /* line 149, ../../sass/backend/custom.scss */
  383. .lc-sortable div:last-child {
  384. display: none;
  385. }
  386. /* Ckfinder */
  387. /*
  388. .lc-ckfinder-wrap{width: 240px; height: 170px; position: relative;}
  389. .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;}
  390. .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; }
  391. .lc-ckfinder-wrap .lc-ckfinder-illu-wrap i{font-size: 5rem;}
  392. .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;}
  393. .lc-ckfinder-wrap .lc-ckfinder-button{width: 100%; bottom: 0px; left: 0; position: absolute;}
  394. */
  395. /* VUES JS */
  396. /* line 164, ../../sass/backend/custom.scss */
  397. .nav-item .btn {
  398. padding-right: 15px;
  399. position: relative;
  400. }
  401. /* line 165, ../../sass/backend/custom.scss */
  402. .nav-item .btn .invalid-form {
  403. display: none;
  404. position: absolute;
  405. top: -7px;
  406. right: -6px;
  407. color: #dc3545;
  408. background: #fff;
  409. border-radius: 10px;
  410. font-size: 1.2rem;
  411. }
  412. /* line 166, ../../sass/backend/custom.scss */
  413. .nav-item.has-invalid .btn .invalid-form {
  414. display: inline-block;
  415. z-index: 2;
  416. }
  417. /* ProductFamily */
  418. /* line 171, ../../sass/backend/custom.scss */
  419. .field-unit-quantity {
  420. border-bottom: 2px dotted #eee;
  421. padding-bottom: 10px;
  422. margin-bottom: 20px;
  423. }
  424. /* line 172, ../../sass/backend/custom.scss */
  425. .field-reduction-apply {
  426. border-top: 2px dotted #eee;
  427. padding-top: 10px;
  428. margin-top: 20px;
  429. }
  430. /* line 174, ../../sass/backend/custom.scss */
  431. .new-productfamily #nav-params,
  432. .edit-productfamily #nav-params {
  433. margin-bottom: 30px;
  434. }
  435. /* line 179, ../../sass/backend/custom.scss */
  436. .new-productfamily #nav-params .btn,
  437. .edit-productfamily #nav-params .btn {
  438. margin-left: 20px;
  439. }
  440. /* line 184, ../../sass/backend/custom.scss */
  441. .new-productfamily #product-categories .row,
  442. .edit-productfamily #product-categories .row {
  443. padding: 10px;
  444. }
  445. /* line 189, ../../sass/backend/custom.scss */
  446. .new-productfamily #product-categories .form-group,
  447. .edit-productfamily #product-categories .form-group {
  448. width: 100%;
  449. padding: 4px;
  450. }
  451. /* line 195, ../../sass/backend/custom.scss */
  452. .new-productfamily #product-categories .children,
  453. .edit-productfamily #product-categories .children {
  454. margin-left: 20px;
  455. width: 100%;
  456. }
  457. /* line 201, ../../sass/backend/custom.scss */
  458. .new-productfamily ul.products,
  459. .edit-productfamily ul.products {
  460. padding: 0px;
  461. list-style-type: none;
  462. }
  463. /* line 207, ../../sass/backend/custom.scss */
  464. .new-productfamily ul.products li.product,
  465. .edit-productfamily ul.products li.product {
  466. padding: 0px;
  467. margin-bottom: 20px;
  468. position: relative;
  469. }
  470. /* line 214, ../../sass/backend/custom.scss */
  471. .new-productfamily ul.products li.add,
  472. .edit-productfamily ul.products li.add {
  473. text-align: right;
  474. }
  475. /* line 219, ../../sass/backend/custom.scss */
  476. .autoresize textarea {
  477. height: auto;
  478. min-height: 38px;
  479. }
  480. /* line 221, ../../sass/backend/custom.scss */
  481. .field-price .input-group.buyingPrice input, .field-price .input-group.buyingPrice .input-group-text {
  482. font-weight: bold;
  483. border-color: #222;
  484. }
  485. /* line 222, ../../sass/backend/custom.scss */
  486. .field-price .input-group.buyingPriceByRefUnit input, .field-price .input-group.buyingPriceByRefUnit .input-group-text {
  487. font-weight: bold;
  488. border-color: #222;
  489. }
  490. /* line 223, ../../sass/backend/custom.scss */
  491. .field-price .input-group.priceWithTax input, .field-price .input-group.priceWithTax .input-group-text {
  492. font-weight: bold;
  493. border-color: #222;
  494. }
  495. /* line 224, ../../sass/backend/custom.scss */
  496. .field-price .input-group.priceByRefUnitWithTax input, .field-price .input-group.priceByRefUnitWithTax .input-group-text {
  497. font-weight: bold;
  498. border-color: #222;
  499. }
  500. /* line 225, ../../sass/backend/custom.scss */
  501. .input-group.multiplyingFactor input, .input-group.multiplyingFactor .input-group-text {
  502. font-weight: bold;
  503. border-color: #222;
  504. }
  505. /* ORDER */
  506. /* line 231, ../../sass/backend/custom.scss */
  507. .table-order-summary {
  508. width: 100%;
  509. }
  510. /* line 234, ../../sass/backend/custom.scss */
  511. .order-product-item.redelivery {
  512. background: rgba(18, 104, 253, 0.38) !important;
  513. }
  514. /*.select2-container--bootstrap .select2-selection{max-width: none;}*/
  515. /*.order-product-item{margin: 15px 0; padding: 0;}*/
  516. /* Product */
  517. /* line 239, ../../sass/backend/custom.scss */
  518. .product-form-modal {
  519. display: none;
  520. }
  521. /* line 240, ../../sass/backend/custom.scss */
  522. .product-form.modal .form-check-label {
  523. font-style: italic;
  524. color: #666;
  525. text-align: left;
  526. }
  527. /* line 241, ../../sass/backend/custom.scss */
  528. .products-collection-table .inherited {
  529. color: #888;
  530. font-style: italic;
  531. font-weight: initial;
  532. }
  533. /* line 242, ../../sass/backend/custom.scss */
  534. .products-collection-table td {
  535. position: relative;
  536. }
  537. /* line 243, ../../sass/backend/custom.scss */
  538. .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 {
  539. padding-left: 0.35rem;
  540. }
  541. /* line 244, ../../sass/backend/custom.scss */
  542. .products-collection-table .btn-empty-field {
  543. position: absolute;
  544. right: 3px;
  545. font-size: 0.7rem;
  546. top: 5px;
  547. padding: 0px;
  548. }
  549. /* line 245, ../../sass/backend/custom.scss */
  550. #lc-product-family-edit .products-collection-table {
  551. table-layout: fixed;
  552. /* background-clip: padding-box;*/
  553. border-collapse: collapse;
  554. }
  555. /* line 246, ../../sass/backend/custom.scss */
  556. #lc-product-family-edit .products-collection-table th {
  557. font-size: 13px;
  558. border-left: 1px solid #dee2e6;
  559. border-top: 1px solid #dee2e6;
  560. text-align: center;
  561. border-bottom: 2px solid #dee2e6;
  562. }
  563. /* line 247, ../../sass/backend/custom.scss */
  564. #lc-product-family-edit .products-collection-table tfoot th {
  565. border-top: 2px solid #dee2e6;
  566. }
  567. /* line 248, ../../sass/backend/custom.scss */
  568. #lc-product-family-edit .products-collection-table th span {
  569. white-space: initial;
  570. }
  571. /* line 249, ../../sass/backend/custom.scss */
  572. #lc-product-family-edit .products-collection-table th:last-child {
  573. border-right: 1px solid #dee2e6;
  574. }
  575. /* line 250, ../../sass/backend/custom.scss */
  576. #lc-product-family-edit .products-collection-table td {
  577. border-left: 1px solid #dee2e6;
  578. text-align: center;
  579. font-size: 13px;
  580. border-bottom: 1px solid #dee2e6;
  581. }
  582. /* line 251, ../../sass/backend/custom.scss */
  583. #lc-product-family-edit .products-collection-table td:last-child {
  584. border-right: 1px solid #dee2e6;
  585. white-space: nowrap;
  586. }
  587. /* line 252, ../../sass/backend/custom.scss */
  588. #lc-product-family-edit .btn-add-product {
  589. margin: 20px 0;
  590. float: right;
  591. }
  592. /* line 253, ../../sass/backend/custom.scss */
  593. #lc-product-family-edit .inherited {
  594. color: #888;
  595. font-style: italic;
  596. font-weight: initial;
  597. }
  598. /* line 254, ../../sass/backend/custom.scss */
  599. #lc-product-family-edit .products-collection-table td .value {
  600. min-width: 80%;
  601. margin: auto;
  602. min-height: 35px;
  603. cursor: pointer;
  604. }
  605. /* line 255, ../../sass/backend/custom.scss */
  606. #lc-product-family-edit .products-collection-table td .modal {
  607. text-align: left;
  608. }
  609. /* line 256, ../../sass/backend/custom.scss */
  610. table.products-collection-table th.main-info, td.buyingPrice, td.multiplyingFactor, td.priceWithTax {
  611. background: #eeeeee;
  612. background-clip: padding-box;
  613. }
  614. /* line 258, ../../sass/backend/custom.scss */
  615. table.products-collection-table tr.disabled {
  616. opacity: 0.5;
  617. }
  618. /* DeliveryZone */
  619. /* line 263, ../../sass/backend/custom.scss */
  620. #autocomplete-cities {
  621. position: relative;
  622. }
  623. /* line 267, ../../sass/backend/custom.scss */
  624. #autocomplete-cities .ui-autocomplete {
  625. left: 30%;
  626. top: 41px;
  627. margin-left: 18px;
  628. }
  629. /* line 273, ../../sass/backend/custom.scss */
  630. .head-reminders {
  631. margin-top: 15px;
  632. }
  633. /* TABLEAU DE BORD */
  634. /* line 276, ../../sass/backend/custom.scss */
  635. .todo-list > li {
  636. position: relative;
  637. }
  638. /* line 277, ../../sass/backend/custom.scss */
  639. .todo-list > li .text {
  640. margin-left: 30px;
  641. }
  642. /* line 278, ../../sass/backend/custom.scss */
  643. .todo-list > li .tools {
  644. position: absolute;
  645. top: 4px;
  646. right: 15px;
  647. }
  648. /* line 280, ../../sass/backend/custom.scss */
  649. #addTicketMessageForm {
  650. margin-top: 30px;
  651. border-top: 2px dotted #eee;
  652. padding-top: 30px;
  653. }
  654. /* line 282, ../../sass/backend/custom.scss */
  655. #dashboard .list-btn-statistic {
  656. display: flex;
  657. flex-wrap: wrap;
  658. justify-content: center;
  659. }
  660. /* line 283, ../../sass/backend/custom.scss */
  661. #dashboard .btn-statistic {
  662. width: 120px;
  663. height: 70px;
  664. text-align: center;
  665. border: 1px solid black;
  666. line-height: 1rem;
  667. }
  668. /* line 284, ../../sass/backend/custom.scss */
  669. #dashboard .btn-statistic small {
  670. margin-bottom: 10px;
  671. display: block;
  672. }
  673. /* line 285, ../../sass/backend/custom.scss */
  674. #dashboard .btn-statistic .value {
  675. display: block;
  676. }