Nevar pievienot vairāk kā 25 tēmas Tēmai ir jāsākas ar burtu vai ciparu, tā var saturēt domu zīmes ('-') un var būt līdz 35 simboliem gara.

820 rindas
19KB

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