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.

1790 rindas
61KB

  1. @charset "UTF-8";
  2. /**
  3. Copyright La boîte à pain (2018)
  4. contact@laboiteapain.net
  5. Ce logiciel est un programme informatique servant à aider les producteurs
  6. à distribuer leur production en circuits courts.
  7. Ce logiciel est régi par la licence CeCILL soumise au droit français et
  8. respectant les principes de diffusion des logiciels libres. Vous pouvez
  9. utiliser, modifier et/ou redistribuer ce programme sous les conditions
  10. de la licence CeCILL telle que diffusée par le CEA, le CNRS et l'INRIA
  11. sur le site "http://www.cecill.info".
  12. En contrepartie de l'accessibilité au code source et des droits de copie,
  13. de modification et de redistribution accordés par cette licence, il n'est
  14. offert aux utilisateurs qu'une garantie limitée. Pour les mêmes raisons,
  15. seule une responsabilité restreinte pèse sur l'auteur du programme, le
  16. titulaire des droits patrimoniaux et les concédants successifs.
  17. A cet égard l'attention de l'utilisateur est attirée sur les risques
  18. associés au chargement, à l'utilisation, à la modification et/ou au
  19. développement et à la reproduction du logiciel par l'utilisateur étant
  20. donné sa spécificité de logiciel libre, qui peut le rendre complexe à
  21. manipuler et qui le réserve donc à des développeurs et des professionnels
  22. avertis possédant des connaissances informatiques approfondies. Les
  23. utilisateurs sont donc invités à charger et tester l'adéquation du
  24. logiciel à leurs besoins dans des conditions permettant d'assurer la
  25. sécurité de leurs systèmes et ou de leurs données et, plus généralement,
  26. à l'utiliser et l'exploiter dans les mêmes conditions de sécurité.
  27. Le fait que vous puissiez accéder à cet en-tête signifie que vous avez
  28. pris connaissance de la licence CeCILL, et que vous en avez accepté les
  29. termes.
  30. */
  31. /* line 5, ../../../../../../../usr/share/compass/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
  32. html, body, div, span, applet, object, iframe,
  33. h1, h2, h3, h4, h5, h6, p, blockquote, pre,
  34. a, abbr, acronym, address, big, cite, code,
  35. del, dfn, em, img, ins, kbd, q, s, samp,
  36. small, strike, strong, sub, sup, tt, var,
  37. b, u, i, center,
  38. dl, dt, dd, ol, ul, li,
  39. fieldset, form, label, legend,
  40. table, caption, tbody, tfoot, thead, tr, th, td,
  41. article, aside, canvas, details, embed,
  42. figure, figcaption, footer, header, hgroup,
  43. menu, nav, output, ruby, section, summary,
  44. time, mark, audio, video {
  45. margin: 0;
  46. padding: 0;
  47. border: 0;
  48. font: inherit;
  49. font-size: 100%;
  50. vertical-align: baseline;
  51. }
  52. /* line 22, ../../../../../../../usr/share/compass/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
  53. html {
  54. line-height: 1;
  55. }
  56. /* line 24, ../../../../../../../usr/share/compass/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
  57. ol, ul {
  58. list-style: none;
  59. }
  60. /* line 26, ../../../../../../../usr/share/compass/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
  61. table {
  62. border-collapse: collapse;
  63. border-spacing: 0;
  64. }
  65. /* line 28, ../../../../../../../usr/share/compass/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
  66. caption, th, td {
  67. text-align: left;
  68. font-weight: normal;
  69. vertical-align: middle;
  70. }
  71. /* line 30, ../../../../../../../usr/share/compass/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
  72. q, blockquote {
  73. quotes: none;
  74. }
  75. /* line 103, ../../../../../../../usr/share/compass/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
  76. q:before, q:after, blockquote:before, blockquote:after {
  77. content: "";
  78. content: none;
  79. }
  80. /* line 32, ../../../../../../../usr/share/compass/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
  81. a img {
  82. border: none;
  83. }
  84. /* line 116, ../../../../../../../usr/share/compass/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
  85. article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  86. display: block;
  87. }
  88. /**
  89. Copyright La boîte à pain (2018)
  90. contact@laboiteapain.net
  91. Ce logiciel est un programme informatique servant à aider les producteurs
  92. à distribuer leur production en circuits courts.
  93. Ce logiciel est régi par la licence CeCILL soumise au droit français et
  94. respectant les principes de diffusion des logiciels libres. Vous pouvez
  95. utiliser, modifier et/ou redistribuer ce programme sous les conditions
  96. de la licence CeCILL telle que diffusée par le CEA, le CNRS et l'INRIA
  97. sur le site "http://www.cecill.info".
  98. En contrepartie de l'accessibilité au code source et des droits de copie,
  99. de modification et de redistribution accordés par cette licence, il n'est
  100. offert aux utilisateurs qu'une garantie limitée. Pour les mêmes raisons,
  101. seule une responsabilité restreinte pèse sur l'auteur du programme, le
  102. titulaire des droits patrimoniaux et les concédants successifs.
  103. A cet égard l'attention de l'utilisateur est attirée sur les risques
  104. associés au chargement, à l'utilisation, à la modification et/ou au
  105. développement et à la reproduction du logiciel par l'utilisateur étant
  106. donné sa spécificité de logiciel libre, qui peut le rendre complexe à
  107. manipuler et qui le réserve donc à des développeurs et des professionnels
  108. avertis possédant des connaissances informatiques approfondies. Les
  109. utilisateurs sont donc invités à charger et tester l'adéquation du
  110. logiciel à leurs besoins dans des conditions permettant d'assurer la
  111. sécurité de leurs systèmes et ou de leurs données et, plus généralement,
  112. à l'utiliser et l'exploiter dans les mêmes conditions de sécurité.
  113. Le fait que vous puissiez accéder à cet en-tête signifie que vous avez
  114. pris connaissance de la licence CeCILL, et que vous en avez accepté les
  115. termes.
  116. */
  117. /* line 43, ../sass/_layout.scss */
  118. body {
  119. font-family: "Arial";
  120. background-color: white;
  121. color: #333;
  122. line-height: 20px;
  123. font-size: 14px;
  124. }
  125. /* line 51, ../sass/_layout.scss */
  126. .clr {
  127. clear: both;
  128. }
  129. /* line 55, ../sass/_layout.scss */
  130. .modal-backdrop.in {
  131. z-index: 10;
  132. }
  133. /* line 60, ../sass/_layout.scss */
  134. #main .btn-primary {
  135. background-color: #FF7F00;
  136. border: solid 1px #FF7F00;
  137. color: white;
  138. }
  139. /* line 65, ../sass/_layout.scss */
  140. #main .btn-primary:hover, #main .btn-primary:active, #main .btn-primary:focus {
  141. background-color: #e67200;
  142. border: solid 1px #FF7F00;
  143. color: white;
  144. }
  145. /* line 74, ../sass/_layout.scss */
  146. .btn {
  147. background-image: none;
  148. }
  149. /* line 78, ../sass/_layout.scss */
  150. #main .alert {
  151. background-image: none;
  152. background-color: white;
  153. border-bottom-width: 3px;
  154. }
  155. /* line 86, ../sass/_layout.scss */
  156. .alert.alert-warning a {
  157. color: #8a6d3b;
  158. }
  159. /* line 95, ../sass/_layout.scss */
  160. ul.pagination li.active a {
  161. background-color: #FF7F00;
  162. border: solid 1px #FF7F00;
  163. }
  164. /* line 99, ../sass/_layout.scss */
  165. ul.pagination li.active a:hover {
  166. background-color: white;
  167. border: solid 1px white;
  168. color: #FF7F00;
  169. }
  170. /* line 106, ../sass/_layout.scss */
  171. ul.pagination li a {
  172. color: #FF7F00;
  173. }
  174. /* line 109, ../sass/_layout.scss */
  175. ul.pagination li a:hover, ul.pagination li a:focus, ul.pagination li a:active {
  176. background-color: white;
  177. border: solid 1px white;
  178. color: #FF7F00;
  179. }
  180. /* line 118, ../sass/_layout.scss */
  181. #header-bap {
  182. position: absolute;
  183. right: 0px;
  184. top: 0px;
  185. width: 200px;
  186. background-color: white;
  187. padding-top: 7px;
  188. padding-bottom: 7px;
  189. text-align: center;
  190. z-index: 1000;
  191. }
  192. /* line 129, ../sass/_layout.scss */
  193. #header-bap .container {
  194. padding-left: 0px;
  195. padding-right: 0px;
  196. }
  197. /* line 134, ../sass/_layout.scss */
  198. #header-bap a#logo {
  199. color: black;
  200. text-decoration: none;
  201. position: relative;
  202. top: 3px;
  203. }
  204. /* line 140, ../sass/_layout.scss */
  205. #header-bap a#logo img {
  206. width: 45px;
  207. }
  208. /* line 145, ../sass/_layout.scss */
  209. #header-bap ul#nav-bap {
  210. float: right;
  211. }
  212. /* line 149, ../sass/_layout.scss */
  213. #header-bap ul#nav-bap li a {
  214. color: black;
  215. font-size: 15px;
  216. color: #FF7F00;
  217. }
  218. /* line 154, ../sass/_layout.scss */
  219. #header-bap ul#nav-bap li a:hover, #header-bap ul#nav-bap li a:focus {
  220. color: #333;
  221. color: #FF7F00;
  222. background: none;
  223. }
  224. /* line 161, ../sass/_layout.scss */
  225. #header-bap ul#nav-bap li ul {
  226. background-color: white;
  227. border-top: solid 2px #FF7F00;
  228. left: -141px;
  229. top: 50px;
  230. width: 200px;
  231. }
  232. /* line 169, ../sass/_layout.scss */
  233. #header-bap ul#nav-bap li ul li a {
  234. text-transform: uppercase;
  235. font-size: 13px;
  236. }
  237. /* line 173, ../sass/_layout.scss */
  238. #header-bap ul#nav-bap li ul li a:hover {
  239. color: #ff9933;
  240. }
  241. /* line 177, ../sass/_layout.scss */
  242. #header-bap ul#nav-bap li ul li a small {
  243. font-size: 10px;
  244. line-height: 13px;
  245. margin-left: 18px;
  246. }
  247. /* line 189, ../sass/_layout.scss */
  248. #header {
  249. background-color: #F7F7F7;
  250. text-align: center;
  251. padding-top: 25px;
  252. padding-bottom: 10px;
  253. }
  254. /* line 195, ../sass/_layout.scss */
  255. #header .container {
  256. position: relative;
  257. padding: 0px;
  258. }
  259. /* line 201, ../sass/_layout.scss */
  260. #header h1, #header h2 {
  261. color: #323232;
  262. }
  263. /* line 205, ../sass/_layout.scss */
  264. #header h1 {
  265. text-transform: uppercase;
  266. font-family: "highvoltageregular";
  267. font-size: 35px;
  268. line-height: 35px;
  269. font-weight: bold;
  270. padding-bottom: 5px;
  271. text-align: center;
  272. font-weight: normal;
  273. }
  274. /* line 216, ../sass/_layout.scss */
  275. #header h2 {
  276. font-family: "capsuularegular";
  277. font-size: 27px;
  278. font-weight: normal;
  279. text-align: center;
  280. }
  281. /* line 223, ../sass/_layout.scss */
  282. #header #infos {
  283. text-align: center;
  284. padding-bottom: 10px;
  285. padding-top: 8px;
  286. margin-bottom: 0px;
  287. color: #323232;
  288. font-size: 14px;
  289. color: gray;
  290. }
  291. /* line 232, ../sass/_layout.scss */
  292. #header #infos .favorite {
  293. border-left: solid 1px white;
  294. padding-left: 10px;
  295. }
  296. /* line 237, ../sass/_layout.scss */
  297. #header #infos a {
  298. color: gray;
  299. text-decoration: underline;
  300. }
  301. /* line 242, ../sass/_layout.scss */
  302. #header #infos strong {
  303. font-weight: bold;
  304. }
  305. /* line 248, ../sass/_layout.scss */
  306. #main {
  307. background-color: #F7F7F7;
  308. }
  309. /* line 251, ../sass/_layout.scss */
  310. #main nav#main-nav {
  311. width: 100%;
  312. background-color: white;
  313. border-top: solid 1px #e0e0e0;
  314. border-bottom: solid 1px #e0e0e0;
  315. margin-bottom: 30px;
  316. }
  317. /* line 260, ../sass/_layout.scss */
  318. #main nav#main-nav ul li a {
  319. color: #323232;
  320. color: black;
  321. border-right: solid 1px #e0e0e0;
  322. font-family: "capsuularegular";
  323. text-transform: uppercase;
  324. }
  325. /* line 267, ../sass/_layout.scss */
  326. #main nav#main-nav ul li a span.label {
  327. padding-bottom: 3px;
  328. font-family: "Arial";
  329. }
  330. /* line 274, ../sass/_layout.scss */
  331. #main nav#main-nav ul li.active span.label, #main nav#main-nav ul li a:hover span.label {
  332. background-color: #e67200;
  333. color: white;
  334. }
  335. /* line 280, ../sass/_layout.scss */
  336. #main nav#main-nav ul li a:hover, #main nav#main-nav ul li.active a {
  337. background: #FF7F00;
  338. color: white;
  339. -moz-border-radius: 0px;
  340. -webkit-border-radius: 0px;
  341. border-radius: 0px;
  342. }
  343. /* line 287, ../sass/_layout.scss */
  344. #main nav#main-nav ul li#btn-administration {
  345. float: right;
  346. border-left: solid 1px #e0e0e0;
  347. }
  348. /* line 291, ../sass/_layout.scss */
  349. #main nav#main-nav ul li#btn-administration a {
  350. color: #FF7F00;
  351. }
  352. /* line 294, ../sass/_layout.scss */
  353. #main nav#main-nav ul li#btn-administration a:hover {
  354. color: white;
  355. }
  356. /* line 302, ../sass/_layout.scss */
  357. #main nav#main-nav #user {
  358. color: #FF7F00;
  359. float: right;
  360. padding: 10px;
  361. }
  362. /* line 309, ../sass/_layout.scss */
  363. #main h2#page-title {
  364. padding-left: 15px;
  365. padding-right: 15px;
  366. padding-bottom: 15px;
  367. border-bottom: solid 1px #e0e0e0;
  368. margin-bottom: 10px;
  369. font-family: "highvoltageregular";
  370. font-size: 30px;
  371. line-height: 40px;
  372. position: relative;
  373. top: -10px;
  374. text-align: left;
  375. }
  376. /* line 322, ../sass/_layout.scss */
  377. #main h2#page-title #buttons {
  378. margin-bottom: 15px;
  379. font-family: "Arial";
  380. }
  381. /* line 329, ../sass/_layout.scss */
  382. #main .container {
  383. padding: 0px;
  384. background-color: white;
  385. min-height: 500px;
  386. border-left: solid 1px #e0e0e0;
  387. border-right: solid 1px #e0e0e0;
  388. }
  389. /* line 337, ../sass/_layout.scss */
  390. #main #content {
  391. padding-bottom: 20px;
  392. padding: 0px 20px 20px 20px;
  393. }
  394. /* line 341, ../sass/_layout.scss */
  395. #main #content h1, #main #content h2, #main #content h3, #main #content h4, #main #content h5, #main #content h6 {
  396. font-family: "highvoltageregular";
  397. margin-top: 30px;
  398. margin-bottom: 20px;
  399. }
  400. /* line 346, ../sass/_layout.scss */
  401. #main #content h1.first, #main #content h2.first, #main #content h3.first, #main #content h4.first, #main #content h5.first, #main #content h6.first {
  402. margin-top: 0px;
  403. }
  404. /* line 351, ../sass/_layout.scss */
  405. #main #content h1 {
  406. font-size: 30px;
  407. }
  408. /* line 355, ../sass/_layout.scss */
  409. #main #content h2 {
  410. font-size: 25px;
  411. }
  412. /* line 360, ../sass/_layout.scss */
  413. #main #content h3 {
  414. font-family: "highvoltageregular";
  415. text-transform: uppercase;
  416. font-size: 23px;
  417. text-align: left;
  418. margin-bottom: 30px;
  419. margin-top: 45px;
  420. }
  421. /* line 368, ../sass/_layout.scss */
  422. #main #content h3 span {
  423. padding-top: 14px;
  424. color: #323232;
  425. }
  426. /* line 374, ../sass/_layout.scss */
  427. #main #content h4 {
  428. font-size: 20px;
  429. }
  430. /* line 378, ../sass/_layout.scss */
  431. #main #content h5 {
  432. font-size: 18px;
  433. }
  434. /* line 382, ../sass/_layout.scss */
  435. #main #content h6 {
  436. font-size: 16px;
  437. }
  438. /* line 388, ../sass/_layout.scss */
  439. #main #content form .form-group .hint-block {
  440. color: gray;
  441. }
  442. /* line 396, ../sass/_layout.scss */
  443. #footer {
  444. background-color: #F7F7F7;
  445. height: 100px;
  446. }
  447. /* line 400, ../sass/_layout.scss */
  448. #footer .container {
  449. padding: 0px;
  450. }
  451. /* line 402, ../sass/_layout.scss */
  452. #footer .container .overflow {
  453. height: 30px;
  454. background-color: white;
  455. border-left: solid 1px #e0e0e0;
  456. border-right: solid 1px #e0e0e0;
  457. border-bottom: solid 1px #e0e0e0;
  458. }
  459. /* line 410, ../sass/_layout.scss */
  460. #footer .container .content {
  461. padding-top: 20px;
  462. color: white;
  463. }
  464. /* line 414, ../sass/_layout.scss */
  465. #footer .container .content a {
  466. color: #323232;
  467. text-decoration: underline;
  468. margin-right: 10px;
  469. }
  470. /* line 422, ../sass/_layout.scss */
  471. #footer .container #code-source img {
  472. height: 20px;
  473. }
  474. /**
  475. Copyright La boîte à pain (2018)
  476. contact@laboiteapain.net
  477. Ce logiciel est un programme informatique servant à aider les producteurs
  478. à distribuer leur production en circuits courts.
  479. Ce logiciel est régi par la licence CeCILL soumise au droit français et
  480. respectant les principes de diffusion des logiciels libres. Vous pouvez
  481. utiliser, modifier et/ou redistribuer ce programme sous les conditions
  482. de la licence CeCILL telle que diffusée par le CEA, le CNRS et l'INRIA
  483. sur le site "http://www.cecill.info".
  484. En contrepartie de l'accessibilité au code source et des droits de copie,
  485. de modification et de redistribution accordés par cette licence, il n'est
  486. offert aux utilisateurs qu'une garantie limitée. Pour les mêmes raisons,
  487. seule une responsabilité restreinte pèse sur l'auteur du programme, le
  488. titulaire des droits patrimoniaux et les concédants successifs.
  489. A cet égard l'attention de l'utilisateur est attirée sur les risques
  490. associés au chargement, à l'utilisation, à la modification et/ou au
  491. développement et à la reproduction du logiciel par l'utilisateur étant
  492. donné sa spécificité de logiciel libre, qui peut le rendre complexe à
  493. manipuler et qui le réserve donc à des développeurs et des professionnels
  494. avertis possédant des connaissances informatiques approfondies. Les
  495. utilisateurs sont donc invités à charger et tester l'adéquation du
  496. logiciel à leurs besoins dans des conditions permettant d'assurer la
  497. sécurité de leurs systèmes et ou de leurs données et, plus généralement,
  498. à l'utiliser et l'exploiter dans les mêmes conditions de sécurité.
  499. Le fait que vous puissiez accéder à cet en-tête signifie que vous avez
  500. pris connaissance de la licence CeCILL, et que vous en avez accepté les
  501. termes.
  502. */
  503. /* line 39, ../sass/site/_index.scss */
  504. .site-index #order {
  505. margin-bottom: 40px;
  506. text-align: center;
  507. }
  508. /* line 45, ../sass/site/_index.scss */
  509. .site-index #presentation .photo {
  510. text-align: center;
  511. }
  512. /* line 47, ../sass/site/_index.scss */
  513. .site-index #presentation .photo .img-photo {
  514. width: 100%;
  515. max-width: 500px;
  516. }
  517. /* line 54, ../sass/site/_index.scss */
  518. .site-index #products img.photo-product {
  519. width: 100px;
  520. height: auto;
  521. }
  522. /* line 4, ../sass/site/_credit_history.scss */
  523. .site-credit-history #credit-user {
  524. color: #FF7F00;
  525. font-size: 29px;
  526. font-weight: bold;
  527. }
  528. /**
  529. Copyright La boîte à pain (2018)
  530. contact@laboiteapain.net
  531. Ce logiciel est un programme informatique servant à aider les producteurs
  532. à distribuer leur production en circuits courts.
  533. Ce logiciel est régi par la licence CeCILL soumise au droit français et
  534. respectant les principes de diffusion des logiciels libres. Vous pouvez
  535. utiliser, modifier et/ou redistribuer ce programme sous les conditions
  536. de la licence CeCILL telle que diffusée par le CEA, le CNRS et l'INRIA
  537. sur le site "http://www.cecill.info".
  538. En contrepartie de l'accessibilité au code source et des droits de copie,
  539. de modification et de redistribution accordés par cette licence, il n'est
  540. offert aux utilisateurs qu'une garantie limitée. Pour les mêmes raisons,
  541. seule une responsabilité restreinte pèse sur l'auteur du programme, le
  542. titulaire des droits patrimoniaux et les concédants successifs.
  543. A cet égard l'attention de l'utilisateur est attirée sur les risques
  544. associés au chargement, à l'utilisation, à la modification et/ou au
  545. développement et à la reproduction du logiciel par l'utilisateur étant
  546. donné sa spécificité de logiciel libre, qui peut le rendre complexe à
  547. manipuler et qui le réserve donc à des développeurs et des professionnels
  548. avertis possédant des connaissances informatiques approfondies. Les
  549. utilisateurs sont donc invités à charger et tester l'adéquation du
  550. logiciel à leurs besoins dans des conditions permettant d'assurer la
  551. sécurité de leurs systèmes et ou de leurs données et, plus généralement,
  552. à l'utiliser et l'exploiter dans les mêmes conditions de sécurité.
  553. Le fait que vous puissiez accéder à cet en-tête signifie que vous avez
  554. pris connaissance de la licence CeCILL, et que vous en avez accepté les
  555. termes.
  556. */
  557. /* line 40, ../sass/order/_form.scss */
  558. .order-create #main #content .order-form,
  559. .order-update #main #content .order-form {
  560. min-height: 600px;
  561. padding-bottom: 60px;
  562. }
  563. /* line 45, ../sass/order/_form.scss */
  564. .order-create #main #content .order-form h2,
  565. .order-update #main #content .order-form h2 {
  566. font-family: "myriadpro-regular";
  567. }
  568. /* line 49, ../sass/order/_form.scss */
  569. .order-create #main #content .order-form #infos-importantes.alert-warning,
  570. .order-update #main #content .order-form #infos-importantes.alert-warning {
  571. float: right;
  572. }
  573. /* line 55, ../sass/order/_form.scss */
  574. .order-create #main #content .order-form #datepicker-distribution .ui-datepicker,
  575. .order-update #main #content .order-form #datepicker-distribution .ui-datepicker {
  576. float: left;
  577. margin-right: 20px;
  578. font-size: 20px;
  579. }
  580. /* line 61, ../sass/order/_form.scss */
  581. .order-create #main #content .order-form #datepicker-distribution .ui-datepicker-header,
  582. .order-update #main #content .order-form #datepicker-distribution .ui-datepicker-header {
  583. background-color: #FF7F00;
  584. }
  585. /* line 65, ../sass/order/_form.scss */
  586. .order-create #main #content .order-form #datepicker-distribution .ui-datepicker-title,
  587. .order-update #main #content .order-form #datepicker-distribution .ui-datepicker-title {
  588. color: white;
  589. }
  590. /* line 71, ../sass/order/_form.scss */
  591. .order-create #main #content .order-form #datepicker-distribution .ui-datepicker-prev:hover,
  592. .order-create #main #content .order-form #datepicker-distribution .ui-datepicker-next:hover,
  593. .order-update #main #content .order-form #datepicker-distribution .ui-datepicker-prev:hover,
  594. .order-update #main #content .order-form #datepicker-distribution .ui-datepicker-next:hover {
  595. border: 0px none;
  596. background: none;
  597. }
  598. /* line 77, ../sass/order/_form.scss */
  599. .order-create #main #content .order-form #datepicker-distribution .ui-helper-clearfix:after,
  600. .order-update #main #content .order-form #datepicker-distribution .ui-helper-clearfix:after {
  601. clear: none;
  602. }
  603. /* line 82, ../sass/order/_form.scss */
  604. .order-create #main #content .order-form #datepicker-distribution .ui-datepicker-calendar a,
  605. .order-update #main #content .order-form #datepicker-distribution .ui-datepicker-calendar a {
  606. text-decoration: none;
  607. background-color: white;
  608. }
  609. /* line 85, ../sass/order/_form.scss */
  610. .order-create #main #content .order-form #datepicker-distribution .ui-datepicker-calendar a.ui-state-hover, .order-create #main #content .order-form #datepicker-distribution .ui-datepicker-calendar a.ui-state-active,
  611. .order-update #main #content .order-form #datepicker-distribution .ui-datepicker-calendar a.ui-state-hover,
  612. .order-update #main #content .order-form #datepicker-distribution .ui-datepicker-calendar a.ui-state-active {
  613. background-color: #FF7F00;
  614. color: white;
  615. border-color: #cdc3b7;
  616. }
  617. /* line 94, ../sass/order/_form.scss */
  618. .order-create #main #content .order-form .date-order,
  619. .order-update #main #content .order-form .date-order {
  620. margin-bottom: 53px;
  621. }
  622. /* line 96, ../sass/order/_form.scss */
  623. .order-create #main #content .order-form .date-order span,
  624. .order-update #main #content .order-form .date-order span {
  625. background-color: #FF7F00;
  626. color: white;
  627. -moz-border-radius: 10px;
  628. -webkit-border-radius: 10px;
  629. border-radius: 10px;
  630. padding: 10px;
  631. font-family: "myriadpro-regular";
  632. font-size: 20px;
  633. }
  634. /* line 106, ../sass/order/_form.scss */
  635. .order-create #main #content .order-form #has-order-in-progress,
  636. .order-update #main #content .order-form #has-order-in-progress {
  637. margin-top: 15px;
  638. }
  639. /* line 109, ../sass/order/_form.scss */
  640. .order-create #main #content .order-form #has-order-in-progress a,
  641. .order-update #main #content .order-form #has-order-in-progress a {
  642. color: #a94442;
  643. text-decoration: none;
  644. font-weight: bold;
  645. }
  646. /* line 116, ../sass/order/_form.scss */
  647. .order-create #main #content .order-form .field-order-id_distribution,
  648. .order-update #main #content .order-form .field-order-id_distribution {
  649. display: none;
  650. }
  651. /* line 120, ../sass/order/_form.scss */
  652. .order-create #main #content .order-form .field-order-id_point_sale,
  653. .order-update #main #content .order-form .field-order-id_point_sale {
  654. margin-top: 30px;
  655. }
  656. /* line 124, ../sass/order/_form.scss */
  657. .order-create #main #content .order-form .field-order-id_distribution,
  658. .order-update #main #content .order-form .field-order-id_distribution {
  659. margin-bottom: 0px;
  660. }
  661. /* line 126, ../sass/order/_form.scss */
  662. .order-create #main #content .order-form .field-order-id_distribution label,
  663. .order-update #main #content .order-form .field-order-id_distribution label {
  664. margin-bottom: 0px;
  665. }
  666. /* line 130, ../sass/order/_form.scss */
  667. .order-create #main #content .order-form .field-order-id_distribution .help-block,
  668. .order-update #main #content .order-form .field-order-id_distribution .help-block {
  669. margin-bottom: 0px;
  670. }
  671. /* line 135, ../sass/order/_form.scss */
  672. .order-create #main #content .order-form .field-order-id_point_sale,
  673. .order-update #main #content .order-form .field-order-id_point_sale {
  674. display: none;
  675. }
  676. /* line 139, ../sass/order/_form.scss */
  677. .order-create #main #content .order-form .blocks,
  678. .order-update #main #content .order-form .blocks {
  679. list-style-type: none;
  680. margin: 0px;
  681. padding: 0px;
  682. }
  683. /* line 144, ../sass/order/_form.scss */
  684. .order-create #main #content .order-form .blocks .block,
  685. .order-update #main #content .order-form .blocks .block {
  686. text-decoration: none;
  687. width: 268px;
  688. height: 130px;
  689. float: left;
  690. padding: 20px;
  691. margin-right: 20px;
  692. margin-bottom: 8px;
  693. cursor: pointer;
  694. float: left;
  695. background-color: #f9f9f9;
  696. background-color: white;
  697. border: 1px solid #d8d8d8;
  698. }
  699. /* line 159, ../sass/order/_form.scss */
  700. .order-create #main #content .order-form .blocks .block .name,
  701. .order-update #main #content .order-form .blocks .block .name {
  702. font-family: "comfortaalight";
  703. font-size: 20px;
  704. padding-bottom: 10px;
  705. }
  706. /* line 165, ../sass/order/_form.scss */
  707. .order-create #main #content .order-form .blocks .block .address,
  708. .order-update #main #content .order-form .blocks .block .address {
  709. color: gray;
  710. font-size: 15px;
  711. line-height: 20px;
  712. }
  713. /* line 171, ../sass/order/_form.scss */
  714. .order-create #main #content .order-form .blocks .block.selected,
  715. .order-update #main #content .order-form .blocks .block.selected {
  716. border-left: solid 5px #FF7F00;
  717. }
  718. /* line 173, ../sass/order/_form.scss */
  719. .order-create #main #content .order-form .blocks .block.selected .contenu,
  720. .order-update #main #content .order-form .blocks .block.selected .contenu {
  721. position: relative;
  722. left: -4px;
  723. }
  724. /* line 179, ../sass/order/_form.scss */
  725. .order-create #main #content .order-form .blocks .block:hover,
  726. .order-update #main #content .order-form .blocks .block:hover {
  727. -moz-box-shadow: 0px 0px 5px #d8d8d8;
  728. -webkit-box-shadow: 0px 0px 5px #d8d8d8;
  729. box-shadow: 0px 0px 5px #d8d8d8;
  730. }
  731. /* line 183, ../sass/order/_form.scss */
  732. .order-create #main #content .order-form .blocks .block.disabled,
  733. .order-update #main #content .order-form .blocks .block.disabled {
  734. display: none;
  735. }
  736. /* line 187, ../sass/order/_form.scss */
  737. .order-create #main #content .order-form .blocks .block .comment,
  738. .order-update #main #content .order-form .blocks .block .comment {
  739. margin-top: 5px;
  740. }
  741. /* line 189, ../sass/order/_form.scss */
  742. .order-create #main #content .order-form .blocks .block .comment span,
  743. .order-update #main #content .order-form .blocks .block .comment span {
  744. background-color: #FF7F00;
  745. -moz-border-radius: 5px;
  746. -webkit-border-radius: 5px;
  747. border-radius: 5px;
  748. color: white;
  749. font-weight: bold;
  750. padding: 3px 10px;
  751. }
  752. /* line 200, ../sass/order/_form.scss */
  753. .order-create #main #content .order-form .infos-points-sale,
  754. .order-update #main #content .order-form .infos-points-sale {
  755. display: none;
  756. margin-top: 15px;
  757. }
  758. /* line 204, ../sass/order/_form.scss */
  759. .order-create #main #content .order-form .infos-points-sale h4,
  760. .order-update #main #content .order-form .infos-points-sale h4 {
  761. margin-top: 0px;
  762. padding-top: 0px;
  763. text-align: left;
  764. text-transform: uppercase;
  765. font-weight: bold;
  766. font-family: "myriadpro-semibold";
  767. }
  768. /* line 212, ../sass/order/_form.scss */
  769. .order-create #main #content .order-form .infos-points-sale h4 span,
  770. .order-update #main #content .order-form .infos-points-sale h4 span {
  771. font-family: "myriadpro-regular";
  772. text-transform: none;
  773. }
  774. /* line 218, ../sass/order/_form.scss */
  775. .order-create #main #content .order-form .infos-points-sale a,
  776. .order-update #main #content .order-form .infos-points-sale a {
  777. text-decoration: underline;
  778. }
  779. /* line 223, ../sass/order/_form.scss */
  780. .order-create #main #content .order-form #products,
  781. .order-update #main #content .order-form #products {
  782. margin-top: 15px;
  783. }
  784. /* line 226, ../sass/order/_form.scss */
  785. .order-create #main #content .order-form #products .alert.unavailable,
  786. .order-update #main #content .order-form #products .alert.unavailable {
  787. display: none;
  788. }
  789. /* line 230, ../sass/order/_form.scss */
  790. .order-create #main #content .order-form #products #label-products,
  791. .order-update #main #content .order-form #products #label-products {
  792. display: block;
  793. margin-bottom: 5px;
  794. }
  795. /* line 235, ../sass/order/_form.scss */
  796. .order-create #main #content .order-form #products .table,
  797. .order-update #main #content .order-form #products .table {
  798. margin-top: 7px;
  799. }
  800. /* line 238, ../sass/order/_form.scss */
  801. .order-create #main #content .order-form #products .table .photo,
  802. .order-update #main #content .order-form #products .table .photo {
  803. padding: 0px;
  804. width: 120px;
  805. }
  806. /* line 243, ../sass/order/_form.scss */
  807. .order-create #main #content .order-form #products .table .th-photo, .order-create #main #content .order-form #products .table .td-photo,
  808. .order-update #main #content .order-form #products .table .th-photo,
  809. .order-update #main #content .order-form #products .table .td-photo {
  810. width: 120px;
  811. }
  812. /* line 247, ../sass/order/_form.scss */
  813. .order-create #main #content .order-form #products .table .name,
  814. .order-update #main #content .order-form #products .table .name {
  815. font-family: "comfortaalight";
  816. font-weight: bold;
  817. text-transform: uppercase;
  818. font-size: 18px;
  819. }
  820. /* line 254, ../sass/order/_form.scss */
  821. .order-create #main #content .order-form #products .table .description,
  822. .order-update #main #content .order-form #products .table .description {
  823. font-style: italic;
  824. }
  825. /* line 258, ../sass/order/_form.scss */
  826. .order-create #main #content .order-form #products .table .recipe,
  827. .order-update #main #content .order-form #products .table .recipe {
  828. font-size: 12px;
  829. }
  830. /* line 262, ../sass/order/_form.scss */
  831. .order-create #main #content .order-form #products .table .input-group,
  832. .order-update #main #content .order-form #products .table .input-group {
  833. width: 133px;
  834. }
  835. /* line 264, ../sass/order/_form.scss */
  836. .order-create #main #content .order-form #products .table .input-group .quantity,
  837. .order-update #main #content .order-form #products .table .input-group .quantity {
  838. text-align: center;
  839. }
  840. /* line 269, ../sass/order/_form.scss */
  841. .order-create #main #content .order-form #products .table .column-quantity, .order-create #main #content .order-form #products .table .price-unit, .order-create #main #content .order-form #products .table .total,
  842. .order-update #main #content .order-form #products .table .column-quantity,
  843. .order-update #main #content .order-form #products .table .price-unit,
  844. .order-update #main #content .order-form #products .table .total {
  845. width: 150px;
  846. text-align: center;
  847. }
  848. /* line 274, ../sass/order/_form.scss */
  849. .order-create #main #content .order-form #products .table td#total-order, .order-create #main #content .order-form #products .table td#total-order-vrac, .order-create #main #content .order-form #products .table td.total,
  850. .order-update #main #content .order-form #products .table td#total-order,
  851. .order-update #main #content .order-form #products .table td#total-order-vrac,
  852. .order-update #main #content .order-form #products .table td.total {
  853. text-align: center;
  854. }
  855. /* line 278, ../sass/order/_form.scss */
  856. .order-create #main #content .order-form #products .table .unavailable,
  857. .order-update #main #content .order-form #products .table .unavailable {
  858. display: none;
  859. text-transform: uppercase;
  860. color: #B32815;
  861. font-weight: bold;
  862. font-size: 16px;
  863. text-align: center;
  864. }
  865. /* line 287, ../sass/order/_form.scss */
  866. .order-create #main #content .order-form #products .table .quantity-remaining,
  867. .order-update #main #content .order-form #products .table .quantity-remaining {
  868. font-size: 12px;
  869. margin-top: 8px;
  870. }
  871. /* line 291, ../sass/order/_form.scss */
  872. .order-create #main #content .order-form #products .table .quantity-remaining .nb,
  873. .order-update #main #content .order-form #products .table .quantity-remaining .nb {
  874. font-weight: bold;
  875. }
  876. /* line 296, ../sass/order/_form.scss */
  877. .order-create #main #content .order-form #products .table td.product, .order-create #main #content .order-form #products .table th.product,
  878. .order-update #main #content .order-form #products .table td.product,
  879. .order-update #main #content .order-form #products .table th.product {
  880. width: 70%;
  881. }
  882. /* line 300, ../sass/order/_form.scss */
  883. .order-create #main #content .order-form #products .table td.price-unit, .order-create #main #content .order-form #products .table th.price-unit,
  884. .order-update #main #content .order-form #products .table td.price-unit,
  885. .order-update #main #content .order-form #products .table th.price-unit {
  886. width: 10%;
  887. }
  888. /* line 304, ../sass/order/_form.scss */
  889. .order-create #main #content .order-form #products .table td.column-quantity, .order-create #main #content .order-form #products .table th.column-quantity,
  890. .order-update #main #content .order-form #products .table td.column-quantity,
  891. .order-update #main #content .order-form #products .table th.column-quantity {
  892. width: 10%;
  893. }
  894. /* line 308, ../sass/order/_form.scss */
  895. .order-create #main #content .order-form #products .table td.total, .order-create #main #content .order-form #products .table th.total,
  896. .order-update #main #content .order-form #products .table td.total,
  897. .order-update #main #content .order-form #products .table th.total {
  898. width: 10%;
  899. }
  900. /* line 314, ../sass/order/_form.scss */
  901. .order-create #main #content .order-form #bar-fixed,
  902. .order-update #main #content .order-form #bar-fixed {
  903. display: none;
  904. width: 100%;
  905. position: fixed;
  906. bottom: 0px;
  907. left: 0px;
  908. z-index: 100;
  909. background-color: white;
  910. padding: 15px;
  911. margin-bottom: 0px;
  912. -moz-box-shadow: 0 0 5px gray;
  913. -webkit-box-shadow: 0 0 5px gray;
  914. box-shadow: 0 0 5px gray;
  915. border-top: solid 1px #e0e0e0;
  916. background-color: #F9F9F9;
  917. background-color: white;
  918. text-align: center;
  919. }
  920. /* line 330, ../sass/order/_form.scss */
  921. .order-create #main #content .order-form #bar-fixed .container,
  922. .order-update #main #content .order-form #bar-fixed .container {
  923. min-height: auto;
  924. background: none;
  925. border: 0px none;
  926. }
  927. /* line 336, ../sass/order/_form.scss */
  928. .order-create #main #content .order-form #bar-fixed.not-fixed,
  929. .order-update #main #content .order-form #bar-fixed.not-fixed {
  930. position: relative;
  931. -moz-box-shadow: none;
  932. -webkit-box-shadow: none;
  933. box-shadow: none;
  934. -moz-border-radius: 0px;
  935. -webkit-border-radius: 0px;
  936. border-radius: 0px;
  937. border: solid 1px #e0e0e0;
  938. padding-right: 20px;
  939. }
  940. /* line 343, ../sass/order/_form.scss */
  941. .order-create #main #content .order-form #bar-fixed.not-fixed .container,
  942. .order-update #main #content .order-form #bar-fixed.not-fixed .container {
  943. width: auto;
  944. }
  945. /* line 349, ../sass/order/_form.scss */
  946. .order-create #main #content .order-form #bar-fixed.no-credit #bloc-valider-commande,
  947. .order-update #main #content .order-form #bar-fixed.no-credit #bloc-valider-commande {
  948. margin-top: 0px;
  949. float: right;
  950. }
  951. /* line 355, ../sass/order/_form.scss */
  952. .order-create #main #content .order-form #bar-fixed #total-order-bottom,
  953. .order-update #main #content .order-form #bar-fixed #total-order-bottom {
  954. background-color: white;
  955. -moz-border-radius: 20px;
  956. -webkit-border-radius: 20px;
  957. border-radius: 20px;
  958. padding: 5px 25px;
  959. border: solid 1px #e0e0e0;
  960. }
  961. /* line 362, ../sass/order/_form.scss */
  962. .order-create #main #content .order-form #bar-fixed .btn-comment,
  963. .order-update #main #content .order-form #bar-fixed .btn-comment {
  964. float: left;
  965. }
  966. /* line 370, ../sass/order/_form.scss */
  967. .order-create #main #content .order-form #bar-fixed .btn-comment,
  968. .order-update #main #content .order-form #bar-fixed .btn-comment {
  969. margin-right: 10px;
  970. }
  971. /* line 374, ../sass/order/_form.scss */
  972. .order-create #main #content .order-form #bar-fixed #block-confirm-order,
  973. .order-update #main #content .order-form #bar-fixed #block-confirm-order {
  974. text-align: right;
  975. margin-top: 20px;
  976. }
  977. /* line 378, ../sass/order/_form.scss */
  978. .order-create #main #content .order-form #bar-fixed #block-confirm-order button,
  979. .order-update #main #content .order-form #bar-fixed #block-confirm-order button {
  980. width: 340px;
  981. margin-right: 10px;
  982. }
  983. /* line 384, ../sass/order/_form.scss */
  984. .order-create #main #content .order-form #bar-fixed #checkbox-credit,
  985. .order-update #main #content .order-form #bar-fixed #checkbox-credit {
  986. float: right;
  987. width: 340px;
  988. padding: 3px 11px;
  989. background-color: white;
  990. border: solid 1px #ccc;
  991. -moz-border-radius: 5px;
  992. -webkit-border-radius: 5px;
  993. border-radius: 5px;
  994. margin-right: 10px;
  995. text-shadow: 0 1px 0 #fff;
  996. -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.15) inset, 0 1px 1px rgba(0, 0, 0, 0.075);
  997. -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.15) inset, 0 1px 1px rgba(0, 0, 0, 0.075);
  998. box-shadow: 0 1px 0 rgba(255, 255, 255, 0.15) inset, 0 1px 1px rgba(0, 0, 0, 0.075);
  999. }
  1000. /* line 395, ../sass/order/_form.scss */
  1001. .order-create #main #content .order-form #bar-fixed #checkbox-credit.payment-impossible,
  1002. .order-update #main #content .order-form #bar-fixed #checkbox-credit.payment-impossible {
  1003. background-color: #e0e0e0;
  1004. }
  1005. /* line 399, ../sass/order/_form.scss */
  1006. .order-create #main #content .order-form #bar-fixed #checkbox-credit .info,
  1007. .order-update #main #content .order-form #bar-fixed #checkbox-credit .info {
  1008. color: gray;
  1009. font-weight: normal;
  1010. }
  1011. /* line 404, ../sass/order/_form.scss */
  1012. .order-create #main #content .order-form #bar-fixed #checkbox-credit .the-credit,
  1013. .order-update #main #content .order-form #bar-fixed #checkbox-credit .the-credit {
  1014. background-color: #FF7F00;
  1015. color: white;
  1016. padding: 2px 8px;
  1017. -moz-border-radius: 5px;
  1018. -webkit-border-radius: 5px;
  1019. border-radius: 5px;
  1020. }
  1021. /* line 411, ../sass/order/_form.scss */
  1022. .order-create #main #content .order-form #bar-fixed #checkbox-credit .amount-paid,
  1023. .order-update #main #content .order-form #bar-fixed #checkbox-credit .amount-paid {
  1024. color: #FF7F00;
  1025. }
  1026. /* line 415, ../sass/order/_form.scss */
  1027. .order-create #main #content .order-form #bar-fixed #checkbox-credit #info-credit-empty,
  1028. .order-update #main #content .order-form #bar-fixed #checkbox-credit #info-credit-empty {
  1029. font-size: 12px;
  1030. }
  1031. /* line 419, ../sass/order/_form.scss */
  1032. .order-create #main #content .order-form #bar-fixed #checkbox-credit #credit-disabled,
  1033. .order-update #main #content .order-form #bar-fixed #checkbox-credit #credit-disabled {
  1034. display: none;
  1035. font-size: 12px;
  1036. }
  1037. /* line 425, ../sass/order/_form.scss */
  1038. .order-create #main #content .order-form #bar-fixed .btn-back, .order-create #main #content .order-form #bar-fixed .cancel-order,
  1039. .order-update #main #content .order-form #bar-fixed .btn-back,
  1040. .order-update #main #content .order-form #bar-fixed .cancel-order {
  1041. float: left;
  1042. margin-right: 5px;
  1043. }
  1044. /* line 430, ../sass/order/_form.scss */
  1045. .order-create #main #content .order-form #bar-fixed .cancel-order,
  1046. .order-update #main #content .order-form #bar-fixed .cancel-order {
  1047. color: #b92c28;
  1048. background-color: white;
  1049. }
  1050. /* line 435, ../sass/order/_form.scss */
  1051. .order-create #main #content .order-form #bar-fixed #total-order-bottom,
  1052. .order-update #main #content .order-form #bar-fixed #total-order-bottom {
  1053. display: none;
  1054. font-weight: bold;
  1055. font-family: "comfortaalight";
  1056. font-size: 24px;
  1057. }
  1058. /* line 442, ../sass/order/_form.scss */
  1059. .order-create #main #content .order-form #bar-fixed .field-order-comment,
  1060. .order-update #main #content .order-form #bar-fixed .field-order-comment {
  1061. display: none;
  1062. }
  1063. /* line 450, ../sass/order/_form.scss */
  1064. .order-create .ui-datepicker .ui-widget-header,
  1065. .order-update .ui-datepicker .ui-widget-header {
  1066. background: none;
  1067. background-color: gray;
  1068. border: 0px none;
  1069. color: black;
  1070. font-weight: normal;
  1071. }
  1072. /* line 458, ../sass/order/_form.scss */
  1073. .order-create .ui-datepicker .ui-datepicker-current-day a,
  1074. .order-create .ui-datepicker a.ui-state-hover,
  1075. .order-update .ui-datepicker .ui-datepicker-current-day a,
  1076. .order-update .ui-datepicker a.ui-state-hover {
  1077. background: none;
  1078. background-color: gray;
  1079. border-color: black;
  1080. color: black;
  1081. }
  1082. /**
  1083. Copyright La boîte à pain (2018)
  1084. contact@laboiteapain.net
  1085. Ce logiciel est un programme informatique servant à aider les producteurs
  1086. à distribuer leur production en circuits courts.
  1087. Ce logiciel est régi par la licence CeCILL soumise au droit français et
  1088. respectant les principes de diffusion des logiciels libres. Vous pouvez
  1089. utiliser, modifier et/ou redistribuer ce programme sous les conditions
  1090. de la licence CeCILL telle que diffusée par le CEA, le CNRS et l'INRIA
  1091. sur le site "http://www.cecill.info".
  1092. En contrepartie de l'accessibilité au code source et des droits de copie,
  1093. de modification et de redistribution accordés par cette licence, il n'est
  1094. offert aux utilisateurs qu'une garantie limitée. Pour les mêmes raisons,
  1095. seule une responsabilité restreinte pèse sur l'auteur du programme, le
  1096. titulaire des droits patrimoniaux et les concédants successifs.
  1097. A cet égard l'attention de l'utilisateur est attirée sur les risques
  1098. associés au chargement, à l'utilisation, à la modification et/ou au
  1099. développement et à la reproduction du logiciel par l'utilisateur étant
  1100. donné sa spécificité de logiciel libre, qui peut le rendre complexe à
  1101. manipuler et qui le réserve donc à des développeurs et des professionnels
  1102. avertis possédant des connaissances informatiques approfondies. Les
  1103. utilisateurs sont donc invités à charger et tester l'adéquation du
  1104. logiciel à leurs besoins dans des conditions permettant d'assurer la
  1105. sécurité de leurs systèmes et ou de leurs données et, plus généralement,
  1106. à l'utiliser et l'exploiter dans les mêmes conditions de sécurité.
  1107. Le fait que vous puissiez accéder à cet en-tête signifie que vous avez
  1108. pris connaissance de la licence CeCILL, et que vous en avez accepté les
  1109. termes.
  1110. */
  1111. /* line 40, ../sass/order/_history.scss */
  1112. .order-history #list-producers {
  1113. display: none;
  1114. }
  1115. /* line 44, ../sass/order/_history.scss */
  1116. .order-history #tabs-orders-history {
  1117. margin-bottom: 20px;
  1118. }
  1119. /* line 48, ../sass/order/_history.scss */
  1120. .order-history #tabs-orders-history li a {
  1121. color: #FF7F00;
  1122. }
  1123. /* line 52, ../sass/order/_history.scss */
  1124. .order-history #tabs-orders-history li.active a {
  1125. color: #333;
  1126. }
  1127. /* line 3, ../sass/order/_order.scss */
  1128. .order-order #app-order-order {
  1129. display: none;
  1130. }
  1131. /* line 7, ../sass/order/_order.scss */
  1132. .order-order #app-order-order.loaded {
  1133. display: block;
  1134. }
  1135. /* line 11, ../sass/order/_order.scss */
  1136. .order-order #app-order-order #order-distribution-date {
  1137. display: none;
  1138. }
  1139. /* line 15, ../sass/order/_order.scss */
  1140. .order-order #app-order-order .slide-enter-active {
  1141. transition: all .2s ease;
  1142. }
  1143. /* line 19, ../sass/order/_order.scss */
  1144. .order-order #app-order-order .slide-leave-active {
  1145. transition: all 0s ease;
  1146. }
  1147. /* line 22, ../sass/order/_order.scss */
  1148. .order-order #app-order-order .slide-enter, .order-order #app-order-order .slide-leave-to {
  1149. transform: translateX(10px);
  1150. opacity: 0;
  1151. }
  1152. /* line 27, ../sass/order/_order.scss */
  1153. .order-order #app-order-order #steps {
  1154. margin-bottom: 20px;
  1155. }
  1156. /* line 29, ../sass/order/_order.scss */
  1157. .order-order #app-order-order #steps ul {
  1158. margin-top: 30px;
  1159. }
  1160. /* line 31, ../sass/order/_order.scss */
  1161. .order-order #app-order-order #steps ul li {
  1162. text-align: center;
  1163. padding-right: 8px;
  1164. padding-left: 8px;
  1165. position: relative;
  1166. }
  1167. /* line 37, ../sass/order/_order.scss */
  1168. .order-order #app-order-order #steps ul li .info-step {
  1169. position: absolute;
  1170. top: -30px;
  1171. left: 0px;
  1172. width: 100%;
  1173. text-transform: normal;
  1174. }
  1175. /* line 45, ../sass/order/_order.scss */
  1176. .order-order #app-order-order #steps ul li .glyphicon-chevron-right, .order-order #app-order-order #steps ul li.active .glyphicon-chevron-right {
  1177. float: right;
  1178. color: gray;
  1179. position: relative;
  1180. top: 10px;
  1181. }
  1182. /* line 53, ../sass/order/_order.scss */
  1183. .order-order #app-order-order #steps ul li#step-date {
  1184. padding-left: 0px;
  1185. }
  1186. /* line 57, ../sass/order/_order.scss */
  1187. .order-order #app-order-order #steps ul li#step-payment {
  1188. padding-right: 0px;
  1189. }
  1190. /* line 61, ../sass/order/_order.scss */
  1191. .order-order #app-order-order #steps ul li#step-payment .btn::after, .order-order #app-order-order #steps ul li#step-date .btn::before {
  1192. display: none;
  1193. }
  1194. /* line 66, ../sass/order/_order.scss */
  1195. .order-order #app-order-order #steps ul li .btn {
  1196. color: #333;
  1197. text-transform: uppercase;
  1198. display: block;
  1199. width: 100%;
  1200. position: relative;
  1201. background-color: #e0e0e0;
  1202. -moz-border-radius: 0px;
  1203. -webkit-border-radius: 0px;
  1204. border-radius: 0px;
  1205. border: 0px none;
  1206. text-transform: uppercase;
  1207. }
  1208. /* line 77, ../sass/order/_order.scss */
  1209. .order-order #app-order-order #steps ul li .btn .button-content {
  1210. position: relative;
  1211. left: 8px;
  1212. }
  1213. /* line 82, ../sass/order/_order.scss */
  1214. .order-order #app-order-order #steps ul li .btn.btn-primary {
  1215. background-color: #FF7F00;
  1216. }
  1217. /* line 86, ../sass/order/_order.scss */
  1218. .order-order #app-order-order #steps ul li .btn::after, .order-order #app-order-order #steps ul li .btn::before {
  1219. content: "";
  1220. position: absolute;
  1221. top: -1px;
  1222. }
  1223. /* line 92, ../sass/order/_order.scss */
  1224. .order-order #app-order-order #steps ul li .btn::after {
  1225. right: -34px;
  1226. border: 17px solid transparent;
  1227. border-left: 17px solid #e0e0e0;
  1228. background-color: transparent;
  1229. }
  1230. /* line 99, ../sass/order/_order.scss */
  1231. .order-order #app-order-order #steps ul li .btn::before {
  1232. left: 0px;
  1233. border: 17px solid transparent;
  1234. border-left: 17px solid white;
  1235. background-color: transparent;
  1236. }
  1237. /* line 106, ../sass/order/_order.scss */
  1238. .order-order #app-order-order #steps ul li .btn.btn-primary::after {
  1239. border-left: 17px solid #FF7F00;
  1240. }
  1241. /* line 120, ../sass/order/_order.scss */
  1242. .order-order #app-order-order #steps ul li .btn-primary {
  1243. color: white;
  1244. }
  1245. /* line 128, ../sass/order/_order.scss */
  1246. .order-order #app-order-order #legend #order-date-color,
  1247. .order-order #app-order-order #legend #distribution-date-color {
  1248. width: 13px;
  1249. height: 13px;
  1250. display: inline-block;
  1251. }
  1252. /* line 135, ../sass/order/_order.scss */
  1253. .order-order #app-order-order #legend #order-date-color {
  1254. background-color: #FF7F00;
  1255. }
  1256. /* line 138, ../sass/order/_order.scss */
  1257. .order-order #app-order-order #legend #distribution-date-color {
  1258. background-color: #5cb85c;
  1259. }
  1260. /* line 143, ../sass/order/_order.scss */
  1261. .order-order #app-order-order #calendar {
  1262. margin-bottom: 15px;
  1263. }
  1264. /* line 145, ../sass/order/_order.scss */
  1265. .order-order #app-order-order #calendar .c-header .c-title-layout .c-title-popover .c-title-anchor .c-title[data-v-2083cb72] {
  1266. font-size: 2rem;
  1267. }
  1268. /* line 148, ../sass/order/_order.scss */
  1269. .order-order #app-order-order #calendar .c-day-background {
  1270. padding: 20px;
  1271. }
  1272. /* line 153, ../sass/order/_order.scss */
  1273. .order-order #app-order-order #calendar .c-day:hover .c-day-background {
  1274. background-color: #FF7F00 !important;
  1275. color: white !important;
  1276. }
  1277. /* line 159, ../sass/order/_order.scss */
  1278. .order-order #app-order-order #calendar .c-day-popover-content {
  1279. font-size: 1.3rem;
  1280. }
  1281. /* line 164, ../sass/order/_order.scss */
  1282. .order-order #app-order-order .block-actions {
  1283. text-align: right;
  1284. margin-top: 20px;
  1285. }
  1286. /* line 171, ../sass/order/_order.scss */
  1287. .order-order #app-order-order table#points-sale td.name .the-name {
  1288. text-transform: uppercase;
  1289. font-family: "capsuularegular";
  1290. color: black;
  1291. font-size: 20px;
  1292. line-height: 25px;
  1293. }
  1294. /* line 180, ../sass/order/_order.scss */
  1295. .order-order #app-order-order table#points-sale td.actions {
  1296. width: 150px;
  1297. }
  1298. /* line 182, ../sass/order/_order.scss */
  1299. .order-order #app-order-order table#points-sale td.actions button {
  1300. width: 100%;
  1301. }
  1302. /* line 188, ../sass/order/_order.scss */
  1303. .order-order #app-order-order table#points-sale tr.selected td {
  1304. background-color: white;
  1305. }
  1306. /* line 196, ../sass/order/_order.scss */
  1307. .order-order #app-order-order table#products td.name .name {
  1308. text-transform: uppercase;
  1309. font-family: "capsuularegular";
  1310. color: black;
  1311. font-size: 20px;
  1312. line-height: 25px;
  1313. }
  1314. /* line 203, ../sass/order/_order.scss */
  1315. .order-order #app-order-order table#products td.name .other {
  1316. font-size: 14px;
  1317. color: #333;
  1318. }
  1319. /* line 207, ../sass/order/_order.scss */
  1320. .order-order #app-order-order table#products td.name .recipe {
  1321. color: gray;
  1322. }
  1323. /* line 211, ../sass/order/_order.scss */
  1324. .order-order #app-order-order table#products .price-unit, .order-order #app-order-order table#products .price-total {
  1325. width: 100px;
  1326. text-align: center;
  1327. }
  1328. /* line 215, ../sass/order/_order.scss */
  1329. .order-order #app-order-order table#products .td-quantity {
  1330. width: 150px;
  1331. }
  1332. /* line 217, ../sass/order/_order.scss */
  1333. .order-order #app-order-order table#products .td-quantity input.quantity {
  1334. text-align: center;
  1335. }
  1336. /* line 223, ../sass/order/_order.scss */
  1337. .order-order #app-order-order table#products tr.total .price-total {
  1338. font-size: 23px;
  1339. }
  1340. /* line 230, ../sass/order/_order.scss */
  1341. .order-order #app-order-order #content-step-payment .credit {
  1342. margin-top: 20px;
  1343. }
  1344. /* line 233, ../sass/order/_order.scss */
  1345. .order-order #app-order-order #content-step-payment .credit .info {
  1346. margin-left: 20px;
  1347. color: gray;
  1348. }
  1349. /* line 240, ../sass/order/_order.scss */
  1350. .order-order #app-order-order #infos {
  1351. margin-top: 30px;
  1352. }
  1353. /* line 242, ../sass/order/_order.scss */
  1354. .order-order #app-order-order #infos .panel-body {
  1355. padding-top: 0px;
  1356. white-space: pre-line;
  1357. }
  1358. /* line 250, ../sass/order/_order.scss */
  1359. .order-order #app-order-order #order-success .alert.alert-success .glyphicon-big {
  1360. background-color: #00A65A;
  1361. }
  1362. /* line 256, ../sass/order/_order.scss */
  1363. .order-order #app-order-order #order-success .alert.alert-info .glyphicon-big {
  1364. background-color: #0097BC;
  1365. padding: 55px 30px;
  1366. }
  1367. /* line 262, ../sass/order/_order.scss */
  1368. .order-order #app-order-order #order-success .alert {
  1369. padding: 0px;
  1370. }
  1371. /* line 264, ../sass/order/_order.scss */
  1372. .order-order #app-order-order #order-success .alert .glyphicon-big {
  1373. font-size: 90px;
  1374. color: white;
  1375. padding: 30px;
  1376. float: left;
  1377. }
  1378. /* line 271, ../sass/order/_order.scss */
  1379. .order-order #app-order-order #order-success .alert div.content {
  1380. color: #333;
  1381. padding: 20px;
  1382. margin-left: 151px;
  1383. }
  1384. /* line 276, ../sass/order/_order.scss */
  1385. .order-order #app-order-order #order-success .alert div.content h3 {
  1386. font-family: "capsuularegular";
  1387. font-size: 30px;
  1388. color: #333;
  1389. margin-bottom: 20px;
  1390. margin-top: 0px;
  1391. margin-left: 0px;
  1392. text-align: left;
  1393. padding-left: 0px;
  1394. line-height: 35px;
  1395. text-transform: none;
  1396. }
  1397. /* line 289, ../sass/order/_order.scss */
  1398. .order-order #app-order-order #order-success .alert div.content .locality {
  1399. color: gray;
  1400. }
  1401. /* line 3, ../sass/credit/_add.scss */
  1402. .credit-add .form {
  1403. max-width: 250px;
  1404. margin: 0px auto;
  1405. text-align: center;
  1406. }
  1407. /* line 8, ../sass/credit/_add.scss */
  1408. .credit-add .form label {
  1409. margin-bottom: 15px;
  1410. color: gray;
  1411. }
  1412. /* line 7, ../sass/subscription/_form.scss */
  1413. .subscription-create .subscription-form .points-sale .locality,
  1414. .subscription-update .subscription-form .points-sale .locality {
  1415. color: gray;
  1416. }
  1417. /* line 10, ../sass/subscription/_form.scss */
  1418. .subscription-create .subscription-form .points-sale label,
  1419. .subscription-update .subscription-form .points-sale label {
  1420. cursor: pointer;
  1421. }
  1422. /* line 16, ../sass/subscription/_form.scss */
  1423. .subscription-create .subscription-form .days .form-group,
  1424. .subscription-update .subscription-form .days .form-group {
  1425. float: left;
  1426. margin-right: 15px;
  1427. }
  1428. /* line 26, ../sass/subscription/_form.scss */
  1429. .subscription-create .subscription-form .points-sale table tr.selected td,
  1430. .subscription-update .subscription-form .points-sale table tr.selected td {
  1431. background-color: white;
  1432. }
  1433. /* line 31, ../sass/subscription/_form.scss */
  1434. .subscription-create .subscription-form .points-sale table .block-code,
  1435. .subscription-update .subscription-form .points-sale table .block-code {
  1436. width: 150px;
  1437. }
  1438. /* line 35, ../sass/subscription/_form.scss */
  1439. .subscription-create .subscription-form .points-sale table .actions,
  1440. .subscription-update .subscription-form .points-sale table .actions {
  1441. width: 150px;
  1442. }
  1443. /* line 38, ../sass/subscription/_form.scss */
  1444. .subscription-create .subscription-form .points-sale table .actions button,
  1445. .subscription-update .subscription-form .points-sale table .actions button {
  1446. width: 100%;
  1447. display: block;
  1448. }
  1449. /* line 47, ../sass/subscription/_form.scss */
  1450. .subscription-create .subscription-form .products .monday, .subscription-create .subscription-form .products .tuesday, .subscription-create .subscription-form .products .wednesday, .subscription-create .subscription-form .products .thursday,
  1451. .subscription-create .subscription-form .products .friday, .subscription-create .subscription-form .products .saturday, .subscription-create .subscription-form .products .sunday, .subscription-create .subscription-form .products .no-day,
  1452. .subscription-update .subscription-form .products .monday,
  1453. .subscription-update .subscription-form .products .tuesday,
  1454. .subscription-update .subscription-form .products .wednesday,
  1455. .subscription-update .subscription-form .products .thursday,
  1456. .subscription-update .subscription-form .products .friday,
  1457. .subscription-update .subscription-form .products .saturday,
  1458. .subscription-update .subscription-form .products .sunday,
  1459. .subscription-update .subscription-form .products .no-day {
  1460. display: none;
  1461. }
  1462. /* line 52, ../sass/subscription/_form.scss */
  1463. .subscription-create .subscription-form .products .monday-active .monday,
  1464. .subscription-create .subscription-form .products .tuesday-active .tuesday,
  1465. .subscription-create .subscription-form .products .wednesday-active .wednesday,
  1466. .subscription-create .subscription-form .products .thursday-active .thursday,
  1467. .subscription-create .subscription-form .products .friday-active .friday,
  1468. .subscription-create .subscription-form .products .saturday-active .saturday,
  1469. .subscription-create .subscription-form .products .sunday-active .sunday,
  1470. .subscription-update .subscription-form .products .monday-active .monday,
  1471. .subscription-update .subscription-form .products .tuesday-active .tuesday,
  1472. .subscription-update .subscription-form .products .wednesday-active .wednesday,
  1473. .subscription-update .subscription-form .products .thursday-active .thursday,
  1474. .subscription-update .subscription-form .products .friday-active .friday,
  1475. .subscription-update .subscription-form .products .saturday-active .saturday,
  1476. .subscription-update .subscription-form .products .sunday-active .sunday {
  1477. display: block;
  1478. }
  1479. /* line 62, ../sass/subscription/_form.scss */
  1480. .subscription-create .subscription-form .products td.quantity,
  1481. .subscription-update .subscription-form .products td.quantity {
  1482. width: 150px;
  1483. }
  1484. /* line 65, ../sass/subscription/_form.scss */
  1485. .subscription-create .subscription-form .products td.quantity input,
  1486. .subscription-update .subscription-form .products td.quantity input {
  1487. text-align: center;
  1488. }
  1489. /* line 68, ../sass/subscription/_form.scss */
  1490. .subscription-create .subscription-form .products td.quantity input.has-quantity,
  1491. .subscription-update .subscription-form .products td.quantity input.has-quantity {
  1492. font-weight: bold;
  1493. }
  1494. /* line 74, ../sass/subscription/_form.scss */
  1495. .subscription-create .subscription-form .products .name,
  1496. .subscription-update .subscription-form .products .name {
  1497. font-family: "comfortaalight";
  1498. font-weight: bold;
  1499. text-transform: uppercase;
  1500. font-size: 18px;
  1501. }
  1502. /* line 81, ../sass/subscription/_form.scss */
  1503. .subscription-create .subscription-form .products .description,
  1504. .subscription-update .subscription-form .products .description {
  1505. font-style: italic;
  1506. }
  1507. /* line 85, ../sass/subscription/_form.scss */
  1508. .subscription-create .subscription-form .products .recipe,
  1509. .subscription-update .subscription-form .products .recipe {
  1510. font-size: 12px;
  1511. }
  1512. /* line 89, ../sass/subscription/_form.scss */
  1513. .subscription-create .subscription-form .products .price-unit, .subscription-create .subscription-form .products .price-total,
  1514. .subscription-update .subscription-form .products .price-unit,
  1515. .subscription-update .subscription-form .products .price-total {
  1516. text-align: center;
  1517. width: 150px;
  1518. }
  1519. /* line 94, ../sass/subscription/_form.scss */
  1520. .subscription-create .subscription-form .products tr.total .price-total,
  1521. .subscription-update .subscription-form .products tr.total .price-total {
  1522. text-align: center;
  1523. font-size: 20px;
  1524. }
  1525. /**
  1526. Copyright La boîte à pain (2018)
  1527. contact@laboiteapain.net
  1528. Ce logiciel est un programme informatique servant à aider les producteurs
  1529. à distribuer leur production en circuits courts.
  1530. Ce logiciel est régi par la licence CeCILL soumise au droit français et
  1531. respectant les principes de diffusion des logiciels libres. Vous pouvez
  1532. utiliser, modifier et/ou redistribuer ce programme sous les conditions
  1533. de la licence CeCILL telle que diffusée par le CEA, le CNRS et l'INRIA
  1534. sur le site "http://www.cecill.info".
  1535. En contrepartie de l'accessibilité au code source et des droits de copie,
  1536. de modification et de redistribution accordés par cette licence, il n'est
  1537. offert aux utilisateurs qu'une garantie limitée. Pour les mêmes raisons,
  1538. seule une responsabilité restreinte pèse sur l'auteur du programme, le
  1539. titulaire des droits patrimoniaux et les concédants successifs.
  1540. A cet égard l'attention de l'utilisateur est attirée sur les risques
  1541. associés au chargement, à l'utilisation, à la modification et/ou au
  1542. développement et à la reproduction du logiciel par l'utilisateur étant
  1543. donné sa spécificité de logiciel libre, qui peut le rendre complexe à
  1544. manipuler et qui le réserve donc à des développeurs et des professionnels
  1545. avertis possédant des connaissances informatiques approfondies. Les
  1546. utilisateurs sont donc invités à charger et tester l'adéquation du
  1547. logiciel à leurs besoins dans des conditions permettant d'assurer la
  1548. sécurité de leurs systèmes et ou de leurs données et, plus généralement,
  1549. à l'utiliser et l'exploiter dans les mêmes conditions de sécurité.
  1550. Le fait que vous puissiez accéder à cet en-tête signifie que vous avez
  1551. pris connaissance de la licence CeCILL, et que vous en avez accepté les
  1552. termes.
  1553. */
  1554. @media screen and (max-width: 768px) {
  1555. /* line 39, ../sass/_responsive.scss */
  1556. #header-bap {
  1557. display: block;
  1558. position: relative;
  1559. top: 0px;
  1560. left: 0px;
  1561. text-align: center;
  1562. width: 100%;
  1563. }
  1564. /* line 46, ../sass/_responsive.scss */
  1565. #header-bap #logo {
  1566. margin-left: 10px;
  1567. }
  1568. /* line 52, ../sass/_responsive.scss */
  1569. #header .container {
  1570. margin-left: 15px;
  1571. margin-right: 15px;
  1572. }
  1573. /* line 58, ../sass/_responsive.scss */
  1574. #header #credit .info {
  1575. display: block;
  1576. }
  1577. /* line 67, ../sass/_responsive.scss */
  1578. #main nav#main-nav ul li {
  1579. display: block;
  1580. float: none;
  1581. }
  1582. /* line 71, ../sass/_responsive.scss */
  1583. #main nav#main-nav ul li.active a {
  1584. border-bottom: solid 1px white;
  1585. background-color: #FF7F00;
  1586. color: white;
  1587. }
  1588. /* line 76, ../sass/_responsive.scss */
  1589. #main nav#main-nav ul li.active a:hover {
  1590. background-color: #FF7F00;
  1591. color: white;
  1592. }
  1593. /* line 82, ../sass/_responsive.scss */
  1594. #main nav#main-nav ul li a {
  1595. display: block;
  1596. border-bottom: solid 1px #e0e0e0;
  1597. }
  1598. /* line 86, ../sass/_responsive.scss */
  1599. #main nav#main-nav ul li a:hover {
  1600. background-color: white;
  1601. color: #FF7F00;
  1602. }
  1603. /* line 93, ../sass/_responsive.scss */
  1604. #main nav#main-nav ul li#btn-administration {
  1605. float: none;
  1606. }
  1607. /* line 95, ../sass/_responsive.scss */
  1608. #main nav#main-nav ul li#btn-administration a:hover {
  1609. background-color: white;
  1610. color: #FF7F00;
  1611. }
  1612. /* line 103, ../sass/_responsive.scss */
  1613. #main h2#page-title {
  1614. text-align: center;
  1615. }
  1616. /* line 109, ../sass/_responsive.scss */
  1617. #main #products td {
  1618. padding: 3px;
  1619. }
  1620. /* line 113, ../sass/_responsive.scss */
  1621. #main #products .td-photo, #main #products .th-photo {
  1622. display: none;
  1623. }
  1624. /* line 117, ../sass/_responsive.scss */
  1625. #main #products .product {
  1626. font-size: 12px;
  1627. }
  1628. /* line 119, ../sass/_responsive.scss */
  1629. #main #products .product .nom {
  1630. font-size: 15px;
  1631. }
  1632. /* line 126, ../sass/_responsive.scss */
  1633. #main #bar-fixed {
  1634. position: relative;
  1635. }
  1636. /* line 128, ../sass/_responsive.scss */
  1637. #main #bar-fixed .btn-comment {
  1638. float: none;
  1639. display: block;
  1640. width: 100%;
  1641. margin-bottom: 10px;
  1642. margin-top: 15px;
  1643. }
  1644. /* line 138, ../sass/_responsive.scss */
  1645. .order-create #main #content .order-form #products .table .input-group,
  1646. .order-update #main #content .order-form #products .table .input-group {
  1647. width: 60px;
  1648. }
  1649. /* line 142, ../sass/_responsive.scss */
  1650. .order-create #main #content .order-form #products .table .input-group .form-control,
  1651. .order-update #main #content .order-form #products .table .input-group .form-control {
  1652. width: 20px;
  1653. padding: 3px;
  1654. }
  1655. /* line 148, ../sass/_responsive.scss */
  1656. .order-create #main #content .order-form #bar-fixed #checkbox-credit,
  1657. .order-update #main #content .order-form #bar-fixed #checkbox-credit {
  1658. width: 100%;
  1659. margin: 0px;
  1660. padding: 5px 0px;
  1661. }
  1662. /* line 154, ../sass/_responsive.scss */
  1663. .order-create #main #content .order-form #bar-fixed #checkbox-credit .the-credit,
  1664. .order-update #main #content .order-form #bar-fixed #checkbox-credit .the-credit {
  1665. word-break: break-all;
  1666. }
  1667. /* line 159, ../sass/_responsive.scss */
  1668. .order-create #main #content .order-form #bar-fixed #block-confirm-order button,
  1669. .order-update #main #content .order-form #bar-fixed #block-confirm-order button {
  1670. width: 100%;
  1671. }
  1672. /* line 168, ../sass/_responsive.scss */
  1673. .order-order #app-order-order #steps ul li {
  1674. padding-left: 0px;
  1675. padding-right: 0px;
  1676. }
  1677. /* line 172, ../sass/_responsive.scss */
  1678. .order-order #app-order-order #steps ul li .info-step {
  1679. display: none;
  1680. }
  1681. /* line 176, ../sass/_responsive.scss */
  1682. .order-order #app-order-order #steps ul li .btn::after,
  1683. .order-order #app-order-order #steps ul li .btn::before {
  1684. display: none;
  1685. }
  1686. /* line 187, ../sass/_responsive.scss */
  1687. .order-order #app-order-order table#products td.name .recipe {
  1688. display: none;
  1689. }
  1690. /* line 193, ../sass/_responsive.scss */
  1691. .order-order #app-order-order table#products td.td-quantity .input-group-btn {
  1692. width: 100%;
  1693. display: block;
  1694. }
  1695. /* line 197, ../sass/_responsive.scss */
  1696. .order-order #app-order-order table#products td.td-quantity .input-group-btn button {
  1697. width: 100%;
  1698. display: block;
  1699. }
  1700. /* line 207, ../sass/_responsive.scss */
  1701. .order-order #app-order-order #order-success .alert .glyphicon-big {
  1702. font-size: 90px;
  1703. color: white;
  1704. padding: 30px;
  1705. display: block;
  1706. width: 100%;
  1707. text-align: center;
  1708. margin-bottom: 20px;
  1709. }
  1710. /* line 216, ../sass/_responsive.scss */
  1711. .order-order #app-order-order #order-success .alert div.content {
  1712. margin-left: 0px;
  1713. text-align: center;
  1714. }
  1715. /* line 227, ../sass/_responsive.scss */
  1716. #footer .content {
  1717. text-align: center;
  1718. }
  1719. }