Você não pode selecionar mais de 25 tópicos Os tópicos devem começar com uma letra ou um número, podem incluir traços ('-') e podem ter até 35 caracteres.

1776 linhas
60KB

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