|
- @charset "UTF-8";
- /**
- Copyright La boîte à pain (2018)
-
- contact@laboiteapain.net
-
- Ce logiciel est un programme informatique servant à aider les producteurs
- à distribuer leur production en circuits courts.
-
- Ce logiciel est régi par la licence CeCILL soumise au droit français et
- respectant les principes de diffusion des logiciels libres. Vous pouvez
- utiliser, modifier et/ou redistribuer ce programme sous les conditions
- de la licence CeCILL telle que diffusée par le CEA, le CNRS et l'INRIA
- sur le site "http://www.cecill.info".
-
- En contrepartie de l'accessibilité au code source et des droits de copie,
- de modification et de redistribution accordés par cette licence, il n'est
- offert aux utilisateurs qu'une garantie limitée. Pour les mêmes raisons,
- seule une responsabilité restreinte pèse sur l'auteur du programme, le
- titulaire des droits patrimoniaux et les concédants successifs.
-
- A cet égard l'attention de l'utilisateur est attirée sur les risques
- associés au chargement, à l'utilisation, à la modification et/ou au
- développement et à la reproduction du logiciel par l'utilisateur étant
- donné sa spécificité de logiciel libre, qui peut le rendre complexe à
- manipuler et qui le réserve donc à des développeurs et des professionnels
- avertis possédant des connaissances informatiques approfondies. Les
- utilisateurs sont donc invités à charger et tester l'adéquation du
- logiciel à leurs besoins dans des conditions permettant d'assurer la
- sécurité de leurs systèmes et ou de leurs données et, plus généralement,
- à l'utiliser et l'exploiter dans les mêmes conditions de sécurité.
-
- Le fait que vous puissiez accéder à cet en-tête signifie que vous avez
- pris connaissance de la licence CeCILL, et que vous en avez accepté les
- termes.
- */
- /* line 5, ../../../../../../../usr/share/compass/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
- html, body, div, span, applet, object, iframe,
- h1, h2, h3, h4, h5, h6, p, blockquote, pre,
- a, abbr, acronym, address, big, cite, code,
- del, dfn, em, img, ins, kbd, q, s, samp,
- small, strike, strong, sub, sup, tt, var,
- b, u, i, center,
- dl, dt, dd, ol, ul, li,
- fieldset, form, label, legend,
- table, caption, tbody, tfoot, thead, tr, th, td,
- article, aside, canvas, details, embed,
- figure, figcaption, footer, header, hgroup,
- menu, nav, output, ruby, section, summary,
- time, mark, audio, video {
- margin: 0;
- padding: 0;
- border: 0;
- font: inherit;
- font-size: 100%;
- vertical-align: baseline;
- }
-
- /* line 22, ../../../../../../../usr/share/compass/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
- html {
- line-height: 1;
- }
-
- /* line 24, ../../../../../../../usr/share/compass/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
- ol, ul {
- list-style: none;
- }
-
- /* line 26, ../../../../../../../usr/share/compass/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
- table {
- border-collapse: collapse;
- border-spacing: 0;
- }
-
- /* line 28, ../../../../../../../usr/share/compass/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
- caption, th, td {
- text-align: left;
- font-weight: normal;
- vertical-align: middle;
- }
-
- /* line 30, ../../../../../../../usr/share/compass/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
- q, blockquote {
- quotes: none;
- }
- /* line 103, ../../../../../../../usr/share/compass/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
- q:before, q:after, blockquote:before, blockquote:after {
- content: "";
- content: none;
- }
-
- /* line 32, ../../../../../../../usr/share/compass/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
- a img {
- border: none;
- }
-
- /* line 116, ../../../../../../../usr/share/compass/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
- article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
- display: block;
- }
-
- /**
- Copyright La boîte à pain (2018)
-
- contact@laboiteapain.net
-
- Ce logiciel est un programme informatique servant à aider les producteurs
- à distribuer leur production en circuits courts.
-
- Ce logiciel est régi par la licence CeCILL soumise au droit français et
- respectant les principes de diffusion des logiciels libres. Vous pouvez
- utiliser, modifier et/ou redistribuer ce programme sous les conditions
- de la licence CeCILL telle que diffusée par le CEA, le CNRS et l'INRIA
- sur le site "http://www.cecill.info".
-
- En contrepartie de l'accessibilité au code source et des droits de copie,
- de modification et de redistribution accordés par cette licence, il n'est
- offert aux utilisateurs qu'une garantie limitée. Pour les mêmes raisons,
- seule une responsabilité restreinte pèse sur l'auteur du programme, le
- titulaire des droits patrimoniaux et les concédants successifs.
-
- A cet égard l'attention de l'utilisateur est attirée sur les risques
- associés au chargement, à l'utilisation, à la modification et/ou au
- développement et à la reproduction du logiciel par l'utilisateur étant
- donné sa spécificité de logiciel libre, qui peut le rendre complexe à
- manipuler et qui le réserve donc à des développeurs et des professionnels
- avertis possédant des connaissances informatiques approfondies. Les
- utilisateurs sont donc invités à charger et tester l'adéquation du
- logiciel à leurs besoins dans des conditions permettant d'assurer la
- sécurité de leurs systèmes et ou de leurs données et, plus généralement,
- à l'utiliser et l'exploiter dans les mêmes conditions de sécurité.
-
- Le fait que vous puissiez accéder à cet en-tête signifie que vous avez
- pris connaissance de la licence CeCILL, et que vous en avez accepté les
- termes.
- */
- /* line 41, ../sass/_layout.scss */
- body {
- font-family: "Arial";
- background-color: #BB8757;
- color: #333;
- line-height: 20px;
- font-size: 14px;
- }
-
- /* line 49, ../sass/_layout.scss */
- .clr {
- clear: both;
- }
-
- /* line 53, ../sass/_layout.scss */
- .modal-backdrop.in {
- z-index: 10;
- }
-
- /* line 58, ../sass/_layout.scss */
- #main .btn-primary {
- background-color: #BB8757;
- border: solid 1px #BB8757;
- color: white;
- }
- /* line 63, ../sass/_layout.scss */
- #main .btn-primary:hover, #main .btn-primary:active, #main .btn-primary:focus {
- background-color: #b17a48;
- border: solid 1px #BB8757;
- color: white;
- }
-
- /* line 72, ../sass/_layout.scss */
- .btn {
- background-image: none;
- }
-
- /* line 76, ../sass/_layout.scss */
- #main .alert {
- background-image: none;
- background-color: white;
- border-bottom-width: 3px;
- }
-
- /* line 84, ../sass/_layout.scss */
- .alert.alert-warning a {
- color: #8a6d3b;
- }
-
- /* line 93, ../sass/_layout.scss */
- ul.pagination li.active a {
- background-color: #BB8757;
- border: solid 1px #BB8757;
- }
- /* line 97, ../sass/_layout.scss */
- ul.pagination li.active a:hover {
- background-color: #F8F1DD;
- border: solid 1px #F8F1DD;
- color: #BB8757;
- }
- /* line 104, ../sass/_layout.scss */
- ul.pagination li a {
- color: #BB8757;
- }
- /* line 107, ../sass/_layout.scss */
- ul.pagination li a:hover, ul.pagination li a:focus, ul.pagination li a:active {
- background-color: #F8F1DD;
- border: solid 1px #F8F1DD;
- color: #BB8757;
- }
-
- /* line 116, ../sass/_layout.scss */
- #header-bap {
- background-color: #F8F1DD;
- padding-top: 7px;
- padding-bottom: 7px;
- }
- /* line 121, ../sass/_layout.scss */
- #header-bap .container {
- padding-left: 0px;
- padding-right: 0px;
- }
- /* line 126, ../sass/_layout.scss */
- #header-bap #logo {
- color: black;
- text-decoration: none;
- position: relative;
- top: 3px;
- }
- /* line 132, ../sass/_layout.scss */
- #header-bap #logo img {
- width: 25px;
- }
- /* line 135, ../sass/_layout.scss */
- #header-bap #logo .text {
- font-size: 17px;
- font-family: "comfortaalight";
- position: relative;
- bottom: 6px;
- left: 3px;
- }
- /* line 144, ../sass/_layout.scss */
- #header-bap ul#nav-bap {
- float: right;
- }
- /* line 147, ../sass/_layout.scss */
- #header-bap ul#nav-bap li {
- float: right;
- }
- /* line 149, ../sass/_layout.scss */
- #header-bap ul#nav-bap li a {
- color: black;
- font-size: 15px;
- color: #BB8757;
- }
- /* line 154, ../sass/_layout.scss */
- #header-bap ul#nav-bap li a:hover, #header-bap ul#nav-bap li a:focus {
- color: #333;
- color: #BB8757;
- background: none;
- }
- /* line 161, ../sass/_layout.scss */
- #header-bap ul#nav-bap li ul {
- background-color: #F8F1DD;
- border-top: solid 2px #BB8757;
- }
- /* line 165, ../sass/_layout.scss */
- #header-bap ul#nav-bap li ul li a {
- text-transform: uppercase;
- font-size: 13px;
- }
-
- /* line 175, ../sass/_layout.scss */
- #header {
- background-color: #BB8757;
- text-align: center;
- padding-top: 25px;
- padding-bottom: 50px;
- border-bottom: solid 1px #e0e0e0;
- }
- /* line 182, ../sass/_layout.scss */
- #header .container {
- position: relative;
- padding: 0px;
- }
- /* line 188, ../sass/_layout.scss */
- #header h1, #header h2 {
- color: white;
- }
- /* line 192, ../sass/_layout.scss */
- #header h1 {
- text-transform: uppercase;
- font-family: "myriadpro-regular";
- font-size: 35px;
- line-height: 35px;
- font-weight: bold;
- padding-bottom: 5px;
- text-align: left;
- }
- /* line 201, ../sass/_layout.scss */
- #header h1 span {
- font-family: "myriadpro-light";
- font-size: 27px;
- font-weight: normal;
- }
- /* line 208, ../sass/_layout.scss */
- #header #infos {
- text-align: left;
- padding-bottom: 10px;
- padding-top: 8px;
- margin-bottom: 0px;
- color: #F8F1DD;
- font-size: 14px;
- }
- /* line 216, ../sass/_layout.scss */
- #header #infos .favorite {
- border-left: solid 1px #F8F1DD;
- padding-left: 10px;
- }
- /* line 221, ../sass/_layout.scss */
- #header #infos a {
- color: white;
- text-decoration: underline;
- }
- /* line 226, ../sass/_layout.scss */
- #header #infos strong {
- font-weight: bold;
- }
- /* line 231, ../sass/_layout.scss */
- #header #credit {
- position: relative;
- top: 10px;
- float: right;
- color: white;
- font-family: "myriadpro-semibold";
- font-size: 16px;
- }
- /* line 239, ../sass/_layout.scss */
- #header #credit .info {
- padding-bottom: 5px;
- border-bottom: solid 1px #BB8757;
- text-align: right;
- }
- /* line 243, ../sass/_layout.scss */
- #header #credit .info a {
- color: white;
- }
- /* line 248, ../sass/_layout.scss */
- #header #credit span.text {
- font-family: "myriadpro-regular";
- }
- /* line 252, ../sass/_layout.scss */
- #header #credit span.glyphicon {
- font-size: 16px;
- }
- /* line 256, ../sass/_layout.scss */
- #header #credit #the-credit {
- margin-top: 7px;
- padding: 6px 15px;
- padding-bottom: 4px;
- background-color: #F8F1DD;
- color: #BB8757;
- -moz-border-radius: 7px;
- -webkit-border-radius: 7px;
- border-radius: 7px;
- }
-
- /* line 267, ../sass/_layout.scss */
- #main {
- background-color: #F8F1DD;
- }
- /* line 270, ../sass/_layout.scss */
- #main #main-nav {
- width: 100%;
- position: relative;
- top: -40px;
- background-color: white;
- border-bottom: solid 1px #e0e0e0;
- }
- /* line 279, ../sass/_layout.scss */
- #main #main-nav ul li a {
- color: #BB8757;
- text-transform: uppercase;
- font-family: "myriadpro-regular";
- border-right: solid 1px #e0e0e0;
- }
- /* line 286, ../sass/_layout.scss */
- #main #main-nav ul li a:hover, #main #main-nav ul li.active a {
- background: none;
- border-bottom: solid 1px #BB8757;
- -moz-border-radius: 0px;
- -webkit-border-radius: 0px;
- border-radius: 0px;
- }
- /* line 293, ../sass/_layout.scss */
- #main #main-nav ul li#btn-administration {
- background-color: #F8F1DD;
- float: right;
- }
- /* line 300, ../sass/_layout.scss */
- #main #main-nav #user {
- color: #BB8757;
- float: right;
- padding: 10px;
- }
- /* line 307, ../sass/_layout.scss */
- #main #page-title {
- padding-left: 15px;
- padding-right: 15px;
- padding-bottom: 15px;
- border-bottom: solid 1px #e0e0e0;
- margin-bottom: 10px;
- font-family: "myriadpro-light";
- font-size: 30px;
- position: relative;
- top: -10px;
- text-align: center;
- }
- /* line 320, ../sass/_layout.scss */
- #main .container {
- padding: 0px;
- background-color: white;
- min-height: 500px;
- border-left: solid 1px #e0e0e0;
- border-right: solid 1px #e0e0e0;
- }
- /* line 328, ../sass/_layout.scss */
- #main #content {
- padding-bottom: 20px;
- padding: 0px 20px 20px 20px;
- }
- /* line 332, ../sass/_layout.scss */
- #main #content h1, #main #content h2, #main #content h3, #main #content h4, #main #content h5, #main #content h6 {
- font-family: "myriadpro-regular";
- margin-top: 30px;
- margin-bottom: 20px;
- }
- /* line 337, ../sass/_layout.scss */
- #main #content h1.first, #main #content h2.first, #main #content h3.first, #main #content h4.first, #main #content h5.first, #main #content h6.first {
- margin-top: 0px;
- }
- /* line 342, ../sass/_layout.scss */
- #main #content h1 {
- font-size: 30px;
- }
- /* line 346, ../sass/_layout.scss */
- #main #content h2 {
- font-size: 25px;
- }
- /* line 351, ../sass/_layout.scss */
- #main #content h3 {
- font-family: "myriadpro-light";
- text-transform: uppercase;
- font-size: 23px;
- padding: 10px 0px 10px 10px;
- color: white;
- text-align: center;
- }
- /* line 358, ../sass/_layout.scss */
- #main #content h3 span {
- background-color: #BB8757;
- padding: 10px 20px;
- padding-top: 14px;
- background-color: #F8F1DD;
- color: #BB8757;
- border: dotted 1px #BB8757;
- }
- /* line 369, ../sass/_layout.scss */
- #main #content h4 {
- font-size: 20px;
- }
- /* line 373, ../sass/_layout.scss */
- #main #content h5 {
- font-size: 18px;
- }
- /* line 377, ../sass/_layout.scss */
- #main #content h6 {
- font-size: 16px;
- }
-
- /* line 383, ../sass/_layout.scss */
- #footer {
- background-color: #BB8757;
- height: 100px;
- }
- /* line 387, ../sass/_layout.scss */
- #footer .container {
- padding: 0px;
- }
- /* line 389, ../sass/_layout.scss */
- #footer .container .overflow {
- height: 30px;
- background-color: white;
- border-left: solid 1px #e0e0e0;
- border-right: solid 1px #e0e0e0;
- border-bottom: solid 1px #e0e0e0;
- }
- /* line 397, ../sass/_layout.scss */
- #footer .container .content {
- padding-top: 20px;
- color: white;
- }
- /* line 401, ../sass/_layout.scss */
- #footer .container .content a {
- color: white;
- text-decoration: underline;
- margin-right: 10px;
- }
- /* line 409, ../sass/_layout.scss */
- #footer .container #code-source img {
- height: 20px;
- }
-
- /**
- Copyright La boîte à pain (2018)
-
- contact@laboiteapain.net
-
- Ce logiciel est un programme informatique servant à aider les producteurs
- à distribuer leur production en circuits courts.
-
- Ce logiciel est régi par la licence CeCILL soumise au droit français et
- respectant les principes de diffusion des logiciels libres. Vous pouvez
- utiliser, modifier et/ou redistribuer ce programme sous les conditions
- de la licence CeCILL telle que diffusée par le CEA, le CNRS et l'INRIA
- sur le site "http://www.cecill.info".
-
- En contrepartie de l'accessibilité au code source et des droits de copie,
- de modification et de redistribution accordés par cette licence, il n'est
- offert aux utilisateurs qu'une garantie limitée. Pour les mêmes raisons,
- seule une responsabilité restreinte pèse sur l'auteur du programme, le
- titulaire des droits patrimoniaux et les concédants successifs.
-
- A cet égard l'attention de l'utilisateur est attirée sur les risques
- associés au chargement, à l'utilisation, à la modification et/ou au
- développement et à la reproduction du logiciel par l'utilisateur étant
- donné sa spécificité de logiciel libre, qui peut le rendre complexe à
- manipuler et qui le réserve donc à des développeurs et des professionnels
- avertis possédant des connaissances informatiques approfondies. Les
- utilisateurs sont donc invités à charger et tester l'adéquation du
- logiciel à leurs besoins dans des conditions permettant d'assurer la
- sécurité de leurs systèmes et ou de leurs données et, plus généralement,
- à l'utiliser et l'exploiter dans les mêmes conditions de sécurité.
-
- Le fait que vous puissiez accéder à cet en-tête signifie que vous avez
- pris connaissance de la licence CeCILL, et que vous en avez accepté les
- termes.
- */
- /* line 39, ../sass/site/_index.scss */
- .site-index #commander {
- margin-bottom: 40px;
- text-align: center;
- }
- /* line 45, ../sass/site/_index.scss */
- .site-index #presentation .photo {
- text-align: center;
- }
- /* line 47, ../sass/site/_index.scss */
- .site-index #presentation .photo .img-photo {
- width: 100%;
- max-width: 500px;
- }
- /* line 54, ../sass/site/_index.scss */
- .site-index #produits img.photo-produit {
- width: 100px;
- height: auto;
- }
-
- /**
- Copyright La boîte à pain (2018)
-
- contact@laboiteapain.net
-
- Ce logiciel est un programme informatique servant à aider les producteurs
- à distribuer leur production en circuits courts.
-
- Ce logiciel est régi par la licence CeCILL soumise au droit français et
- respectant les principes de diffusion des logiciels libres. Vous pouvez
- utiliser, modifier et/ou redistribuer ce programme sous les conditions
- de la licence CeCILL telle que diffusée par le CEA, le CNRS et l'INRIA
- sur le site "http://www.cecill.info".
-
- En contrepartie de l'accessibilité au code source et des droits de copie,
- de modification et de redistribution accordés par cette licence, il n'est
- offert aux utilisateurs qu'une garantie limitée. Pour les mêmes raisons,
- seule une responsabilité restreinte pèse sur l'auteur du programme, le
- titulaire des droits patrimoniaux et les concédants successifs.
-
- A cet égard l'attention de l'utilisateur est attirée sur les risques
- associés au chargement, à l'utilisation, à la modification et/ou au
- développement et à la reproduction du logiciel par l'utilisateur étant
- donné sa spécificité de logiciel libre, qui peut le rendre complexe à
- manipuler et qui le réserve donc à des développeurs et des professionnels
- avertis possédant des connaissances informatiques approfondies. Les
- utilisateurs sont donc invités à charger et tester l'adéquation du
- logiciel à leurs besoins dans des conditions permettant d'assurer la
- sécurité de leurs systèmes et ou de leurs données et, plus généralement,
- à l'utiliser et l'exploiter dans les mêmes conditions de sécurité.
-
- Le fait que vous puissiez accéder à cet en-tête signifie que vous avez
- pris connaissance de la licence CeCILL, et que vous en avez accepté les
- termes.
- */
- /* line 40, ../sass/commande/_form.scss */
- .commande-create #main #content .commande-form,
- .commande-update #main #content .commande-form {
- min-height: 600px;
- padding-bottom: 60px;
- }
- /* line 45, ../sass/commande/_form.scss */
- .commande-create #main #content .commande-form h2,
- .commande-update #main #content .commande-form h2 {
- font-family: "myriadpro-regular";
- }
- /* line 49, ../sass/commande/_form.scss */
- .commande-create #main #content .commande-form #infos-importantes.alert-warning,
- .commande-update #main #content .commande-form #infos-importantes.alert-warning {
- float: right;
- }
- /* line 55, ../sass/commande/_form.scss */
- .commande-create #main #content .commande-form #datepicker-production .ui-datepicker,
- .commande-update #main #content .commande-form #datepicker-production .ui-datepicker {
- float: left;
- margin-right: 20px;
- font-size: 20px;
- }
- /* line 61, ../sass/commande/_form.scss */
- .commande-create #main #content .commande-form #datepicker-production .ui-datepicker-header,
- .commande-update #main #content .commande-form #datepicker-production .ui-datepicker-header {
- background-color: #BB8757;
- }
- /* line 65, ../sass/commande/_form.scss */
- .commande-create #main #content .commande-form #datepicker-production .ui-datepicker-title,
- .commande-update #main #content .commande-form #datepicker-production .ui-datepicker-title {
- color: white;
- }
- /* line 71, ../sass/commande/_form.scss */
- .commande-create #main #content .commande-form #datepicker-production .ui-datepicker-prev:hover,
- .commande-create #main #content .commande-form #datepicker-production .ui-datepicker-next:hover,
- .commande-update #main #content .commande-form #datepicker-production .ui-datepicker-prev:hover,
- .commande-update #main #content .commande-form #datepicker-production .ui-datepicker-next:hover {
- border: 0px none;
- background: none;
- }
- /* line 77, ../sass/commande/_form.scss */
- .commande-create #main #content .commande-form #datepicker-production .ui-helper-clearfix:after,
- .commande-update #main #content .commande-form #datepicker-production .ui-helper-clearfix:after {
- clear: none;
- }
- /* line 82, ../sass/commande/_form.scss */
- .commande-create #main #content .commande-form #datepicker-production .ui-datepicker-calendar a,
- .commande-update #main #content .commande-form #datepicker-production .ui-datepicker-calendar a {
- text-decoration: none;
- background-color: #F8F1DD;
- }
- /* line 85, ../sass/commande/_form.scss */
- .commande-create #main #content .commande-form #datepicker-production .ui-datepicker-calendar a.ui-state-hover, .commande-create #main #content .commande-form #datepicker-production .ui-datepicker-calendar a.ui-state-active,
- .commande-update #main #content .commande-form #datepicker-production .ui-datepicker-calendar a.ui-state-hover,
- .commande-update #main #content .commande-form #datepicker-production .ui-datepicker-calendar a.ui-state-active {
- background-color: #BB8757;
- color: white;
- border-color: #cdc3b7;
- }
- /* line 94, ../sass/commande/_form.scss */
- .commande-create #main #content .commande-form .date-commande,
- .commande-update #main #content .commande-form .date-commande {
- margin-bottom: 53px;
- }
- /* line 96, ../sass/commande/_form.scss */
- .commande-create #main #content .commande-form .date-commande span,
- .commande-update #main #content .commande-form .date-commande span {
- background-color: #BB8757;
- color: white;
- -moz-border-radius: 10px;
- -webkit-border-radius: 10px;
- border-radius: 10px;
- padding: 10px;
- font-family: "myriadpro-regular";
- font-size: 20px;
- }
- /* line 106, ../sass/commande/_form.scss */
- .commande-create #main #content .commande-form #has-commande-en-cours,
- .commande-update #main #content .commande-form #has-commande-en-cours {
- margin-top: 15px;
- }
- /* line 109, ../sass/commande/_form.scss */
- .commande-create #main #content .commande-form #has-commande-en-cours a,
- .commande-update #main #content .commande-form #has-commande-en-cours a {
- color: #a94442;
- text-decoration: none;
- font-weight: bold;
- }
- /* line 116, ../sass/commande/_form.scss */
- .commande-create #main #content .commande-form .field-commande-id_production,
- .commande-update #main #content .commande-form .field-commande-id_production {
- display: none;
- }
- /* line 120, ../sass/commande/_form.scss */
- .commande-create #main #content .commande-form .field-commande-id_point_vente,
- .commande-update #main #content .commande-form .field-commande-id_point_vente {
- margin-top: 30px;
- }
- /* line 124, ../sass/commande/_form.scss */
- .commande-create #main #content .commande-form .field-commande-id_production,
- .commande-update #main #content .commande-form .field-commande-id_production {
- margin-bottom: 0px;
- }
- /* line 126, ../sass/commande/_form.scss */
- .commande-create #main #content .commande-form .field-commande-id_production label,
- .commande-update #main #content .commande-form .field-commande-id_production label {
- margin-bottom: 0px;
- }
- /* line 130, ../sass/commande/_form.scss */
- .commande-create #main #content .commande-form .field-commande-id_production .help-block,
- .commande-update #main #content .commande-form .field-commande-id_production .help-block {
- margin-bottom: 0px;
- }
- /* line 135, ../sass/commande/_form.scss */
- .commande-create #main #content .commande-form .field-commande-id_point_vente,
- .commande-update #main #content .commande-form .field-commande-id_point_vente {
- display: none;
- }
- /* line 139, ../sass/commande/_form.scss */
- .commande-create #main #content .commande-form .blocs,
- .commande-update #main #content .commande-form .blocs {
- list-style-type: none;
- margin: 0px;
- padding: 0px;
- }
- /* line 144, ../sass/commande/_form.scss */
- .commande-create #main #content .commande-form .blocs .bloc,
- .commande-update #main #content .commande-form .blocs .bloc {
- text-decoration: none;
- width: 268px;
- height: 130px;
- float: left;
- padding: 20px;
- margin-right: 20px;
- margin-bottom: 8px;
- cursor: pointer;
- float: left;
- background-color: #f9f9f9;
- background-color: white;
- border: 1px solid #d8d8d8;
- }
- /* line 159, ../sass/commande/_form.scss */
- .commande-create #main #content .commande-form .blocs .bloc .nom,
- .commande-update #main #content .commande-form .blocs .bloc .nom {
- font-family: "comfortaalight";
- font-size: 20px;
- padding-bottom: 10px;
- }
- /* line 165, ../sass/commande/_form.scss */
- .commande-create #main #content .commande-form .blocs .bloc .adresse,
- .commande-update #main #content .commande-form .blocs .bloc .adresse {
- color: gray;
- font-size: 15px;
- line-height: 20px;
- }
- /* line 171, ../sass/commande/_form.scss */
- .commande-create #main #content .commande-form .blocs .bloc.selected,
- .commande-update #main #content .commande-form .blocs .bloc.selected {
- border-left: solid 5px #BB8757;
- }
- /* line 173, ../sass/commande/_form.scss */
- .commande-create #main #content .commande-form .blocs .bloc.selected .contenu,
- .commande-update #main #content .commande-form .blocs .bloc.selected .contenu {
- position: relative;
- left: -4px;
- }
- /* line 179, ../sass/commande/_form.scss */
- .commande-create #main #content .commande-form .blocs .bloc:hover,
- .commande-update #main #content .commande-form .blocs .bloc:hover {
- -moz-box-shadow: 0px 0px 5px #d8d8d8;
- -webkit-box-shadow: 0px 0px 5px #d8d8d8;
- box-shadow: 0px 0px 5px #d8d8d8;
- }
- /* line 183, ../sass/commande/_form.scss */
- .commande-create #main #content .commande-form .blocs .bloc.disabled,
- .commande-update #main #content .commande-form .blocs .bloc.disabled {
- display: none;
- }
- /* line 187, ../sass/commande/_form.scss */
- .commande-create #main #content .commande-form .blocs .bloc .commentaire,
- .commande-update #main #content .commande-form .blocs .bloc .commentaire {
- margin-top: 5px;
- }
- /* line 189, ../sass/commande/_form.scss */
- .commande-create #main #content .commande-form .blocs .bloc .commentaire span,
- .commande-update #main #content .commande-form .blocs .bloc .commentaire span {
- background-color: #BB8757;
- -moz-border-radius: 5px;
- -webkit-border-radius: 5px;
- border-radius: 5px;
- color: white;
- font-weight: bold;
- padding: 3px 10px;
- }
- /* line 200, ../sass/commande/_form.scss */
- .commande-create #main #content .commande-form .infos-pv,
- .commande-update #main #content .commande-form .infos-pv {
- display: none;
- margin-top: 15px;
- }
- /* line 204, ../sass/commande/_form.scss */
- .commande-create #main #content .commande-form .infos-pv h4,
- .commande-update #main #content .commande-form .infos-pv h4 {
- margin-top: 0px;
- padding-top: 0px;
- text-align: left;
- text-transform: uppercase;
- font-weight: bold;
- font-family: "myriadpro-semibold";
- }
- /* line 212, ../sass/commande/_form.scss */
- .commande-create #main #content .commande-form .infos-pv h4 span,
- .commande-update #main #content .commande-form .infos-pv h4 span {
- font-family: "myriadpro-regular";
- text-transform: none;
- }
- /* line 218, ../sass/commande/_form.scss */
- .commande-create #main #content .commande-form .infos-pv a,
- .commande-update #main #content .commande-form .infos-pv a {
- text-decoration: underline;
- }
- /* line 223, ../sass/commande/_form.scss */
- .commande-create #main #content .commande-form #produits,
- .commande-update #main #content .commande-form #produits {
- margin-top: 15px;
- }
- /* line 226, ../sass/commande/_form.scss */
- .commande-create #main #content .commande-form #produits #label-produits,
- .commande-update #main #content .commande-form #produits #label-produits {
- display: block;
- margin-bottom: 5px;
- }
- /* line 231, ../sass/commande/_form.scss */
- .commande-create #main #content .commande-form #produits .table,
- .commande-update #main #content .commande-form #produits .table {
- margin-top: 7px;
- }
- /* line 234, ../sass/commande/_form.scss */
- .commande-create #main #content .commande-form #produits .table .illu,
- .commande-update #main #content .commande-form #produits .table .illu {
- float: left;
- height: auto;
- width: 70px;
- margin-right: 15px;
- }
- /* line 241, ../sass/commande/_form.scss */
- .commande-create #main #content .commande-form #produits .table .photo,
- .commande-update #main #content .commande-form #produits .table .photo {
- padding: 0px;
- width: 120px;
- }
- /* line 246, ../sass/commande/_form.scss */
- .commande-create #main #content .commande-form #produits .table .th-photo, .commande-create #main #content .commande-form #produits .table .td-photo,
- .commande-update #main #content .commande-form #produits .table .th-photo,
- .commande-update #main #content .commande-form #produits .table .td-photo {
- width: 120px;
- }
- /* line 250, ../sass/commande/_form.scss */
- .commande-create #main #content .commande-form #produits .table .nom,
- .commande-update #main #content .commande-form #produits .table .nom {
- font-family: "comfortaalight";
- font-weight: bold;
- text-transform: uppercase;
- font-size: 18px;
- }
- /* line 257, ../sass/commande/_form.scss */
- .commande-create #main #content .commande-form #produits .table .description,
- .commande-update #main #content .commande-form #produits .table .description {
- font-style: italic;
- }
- /* line 261, ../sass/commande/_form.scss */
- .commande-create #main #content .commande-form #produits .table .recette,
- .commande-update #main #content .commande-form #produits .table .recette {
- font-size: 12px;
- }
- /* line 265, ../sass/commande/_form.scss */
- .commande-create #main #content .commande-form #produits .table .input-group,
- .commande-update #main #content .commande-form #produits .table .input-group {
- width: 133px;
- }
- /* line 267, ../sass/commande/_form.scss */
- .commande-create #main #content .commande-form #produits .table .input-group .quantity,
- .commande-update #main #content .commande-form #produits .table .input-group .quantity {
- text-align: center;
- }
- /* line 272, ../sass/commande/_form.scss */
- .commande-create #main #content .commande-form #produits .table .colonne-quantite, .commande-create #main #content .commande-form #produits .table .prix-unit, .commande-create #main #content .commande-form #produits .table .total,
- .commande-update #main #content .commande-form #produits .table .colonne-quantite,
- .commande-update #main #content .commande-form #produits .table .prix-unit,
- .commande-update #main #content .commande-form #produits .table .total {
- width: 150px;
- text-align: center;
- }
- /* line 277, ../sass/commande/_form.scss */
- .commande-create #main #content .commande-form #produits .table td#total-commande, .commande-create #main #content .commande-form #produits .table td#total-commande-vrac, .commande-create #main #content .commande-form #produits .table td.total,
- .commande-update #main #content .commande-form #produits .table td#total-commande,
- .commande-update #main #content .commande-form #produits .table td#total-commande-vrac,
- .commande-update #main #content .commande-form #produits .table td.total {
- text-align: center;
- }
- /* line 281, ../sass/commande/_form.scss */
- .commande-create #main #content .commande-form #produits .table .epuise,
- .commande-update #main #content .commande-form #produits .table .epuise {
- display: none;
- text-transform: uppercase;
- color: #B32815;
- font-weight: bold;
- font-size: 16px;
- text-align: center;
- }
- /* line 290, ../sass/commande/_form.scss */
- .commande-create #main #content .commande-form #produits .table .quantite-restante,
- .commande-update #main #content .commande-form #produits .table .quantite-restante {
- font-size: 12px;
- margin-top: 8px;
- }
- /* line 294, ../sass/commande/_form.scss */
- .commande-create #main #content .commande-form #produits .table .quantite-restante .nb,
- .commande-update #main #content .commande-form #produits .table .quantite-restante .nb {
- font-weight: bold;
- }
- /* line 299, ../sass/commande/_form.scss */
- .commande-create #main #content .commande-form #produits .table td.produit, .commande-create #main #content .commande-form #produits .table th.produit,
- .commande-update #main #content .commande-form #produits .table td.produit,
- .commande-update #main #content .commande-form #produits .table th.produit {
- width: 70%;
- }
- /* line 303, ../sass/commande/_form.scss */
- .commande-create #main #content .commande-form #produits .table td.prix-unit, .commande-create #main #content .commande-form #produits .table th.prix-unit,
- .commande-update #main #content .commande-form #produits .table td.prix-unit,
- .commande-update #main #content .commande-form #produits .table th.prix-unit {
- width: 10%;
- }
- /* line 307, ../sass/commande/_form.scss */
- .commande-create #main #content .commande-form #produits .table td.colonne-quantite, .commande-create #main #content .commande-form #produits .table th.colonne-quantite,
- .commande-update #main #content .commande-form #produits .table td.colonne-quantite,
- .commande-update #main #content .commande-form #produits .table th.colonne-quantite {
- width: 10%;
- }
- /* line 311, ../sass/commande/_form.scss */
- .commande-create #main #content .commande-form #produits .table td.total, .commande-create #main #content .commande-form #produits .table th.total,
- .commande-update #main #content .commande-form #produits .table td.total,
- .commande-update #main #content .commande-form #produits .table th.total {
- width: 10%;
- }
- /* line 317, ../sass/commande/_form.scss */
- .commande-create #main #content .commande-form #bar-fixed,
- .commande-update #main #content .commande-form #bar-fixed {
- display: none;
- width: 100%;
- position: fixed;
- bottom: 0px;
- left: 0px;
- z-index: 100;
- background-color: white;
- padding: 15px;
- margin-bottom: 0px;
- -moz-box-shadow: 0 0 5px gray;
- -webkit-box-shadow: 0 0 5px gray;
- box-shadow: 0 0 5px gray;
- border-top: solid 1px #e0e0e0;
- background-color: #F9F9F9;
- background-color: #F8F1DD;
- text-align: center;
- }
- /* line 333, ../sass/commande/_form.scss */
- .commande-create #main #content .commande-form #bar-fixed .container,
- .commande-update #main #content .commande-form #bar-fixed .container {
- min-height: auto;
- background: none;
- border: 0px none;
- }
- /* line 339, ../sass/commande/_form.scss */
- .commande-create #main #content .commande-form #bar-fixed.not-fixed,
- .commande-update #main #content .commande-form #bar-fixed.not-fixed {
- position: relative;
- -moz-box-shadow: none;
- -webkit-box-shadow: none;
- box-shadow: none;
- -moz-border-radius: 0px;
- -webkit-border-radius: 0px;
- border-radius: 0px;
- border: solid 1px #e0e0e0;
- padding-right: 20px;
- }
- /* line 346, ../sass/commande/_form.scss */
- .commande-create #main #content .commande-form #bar-fixed.not-fixed .container,
- .commande-update #main #content .commande-form #bar-fixed.not-fixed .container {
- width: auto;
- }
- /* line 352, ../sass/commande/_form.scss */
- .commande-create #main #content .commande-form #bar-fixed.no-credit-pain #bloc-valider-commande,
- .commande-update #main #content .commande-form #bar-fixed.no-credit-pain #bloc-valider-commande {
- margin-top: 0px;
- float: right;
- }
- /* line 358, ../sass/commande/_form.scss */
- .commande-create #main #content .commande-form #bar-fixed #total-commande-bottom,
- .commande-update #main #content .commande-form #bar-fixed #total-commande-bottom {
- background-color: white;
- -moz-border-radius: 20px;
- -webkit-border-radius: 20px;
- border-radius: 20px;
- padding: 5px 25px;
- border: solid 1px #e0e0e0;
- }
- /* line 365, ../sass/commande/_form.scss */
- .commande-create #main #content .commande-form #bar-fixed .btn-commentaire,
- .commande-update #main #content .commande-form #bar-fixed .btn-commentaire {
- float: left;
- }
- /* line 373, ../sass/commande/_form.scss */
- .commande-create #main #content .commande-form #bar-fixed .btn-commentaire,
- .commande-update #main #content .commande-form #bar-fixed .btn-commentaire {
- margin-right: 10px;
- }
- /* line 377, ../sass/commande/_form.scss */
- .commande-create #main #content .commande-form #bar-fixed #bloc-valider-commande,
- .commande-update #main #content .commande-form #bar-fixed #bloc-valider-commande {
- text-align: right;
- margin-top: 20px;
- }
- /* line 381, ../sass/commande/_form.scss */
- .commande-create #main #content .commande-form #bar-fixed #bloc-valider-commande button,
- .commande-update #main #content .commande-form #bar-fixed #bloc-valider-commande button {
- width: 340px;
- margin-right: 10px;
- }
- /* line 387, ../sass/commande/_form.scss */
- .commande-create #main #content .commande-form #bar-fixed #checkbox-credit-pain,
- .commande-update #main #content .commande-form #bar-fixed #checkbox-credit-pain {
- float: right;
- width: 340px;
- padding: 3px 11px;
- background-color: white;
- border: solid 1px #ccc;
- -moz-border-radius: 5px;
- -webkit-border-radius: 5px;
- border-radius: 5px;
- margin-right: 10px;
- text-shadow: 0 1px 0 #fff;
- -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.15) inset, 0 1px 1px rgba(0, 0, 0, 0.075);
- -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.15) inset, 0 1px 1px rgba(0, 0, 0, 0.075);
- box-shadow: 0 1px 0 rgba(255, 255, 255, 0.15) inset, 0 1px 1px rgba(0, 0, 0, 0.075);
- }
- /* line 398, ../sass/commande/_form.scss */
- .commande-create #main #content .commande-form #bar-fixed #checkbox-credit-pain.paiement-impossible,
- .commande-update #main #content .commande-form #bar-fixed #checkbox-credit-pain.paiement-impossible {
- background-color: #e0e0e0;
- }
- /* line 402, ../sass/commande/_form.scss */
- .commande-create #main #content .commande-form #bar-fixed #checkbox-credit-pain .info,
- .commande-update #main #content .commande-form #bar-fixed #checkbox-credit-pain .info {
- color: gray;
- font-weight: normal;
- }
- /* line 407, ../sass/commande/_form.scss */
- .commande-create #main #content .commande-form #bar-fixed #checkbox-credit-pain .the-credit,
- .commande-update #main #content .commande-form #bar-fixed #checkbox-credit-pain .the-credit {
- background-color: #BB8757;
- color: white;
- padding: 2px 8px;
- -moz-border-radius: 5px;
- -webkit-border-radius: 5px;
- border-radius: 5px;
- }
- /* line 414, ../sass/commande/_form.scss */
- .commande-create #main #content .commande-form #bar-fixed #checkbox-credit-pain .montant-paye,
- .commande-update #main #content .commande-form #bar-fixed #checkbox-credit-pain .montant-paye {
- color: #BB8757;
- }
- /* line 418, ../sass/commande/_form.scss */
- .commande-create #main #content .commande-form #bar-fixed #checkbox-credit-pain #info-credit-vide,
- .commande-update #main #content .commande-form #bar-fixed #checkbox-credit-pain #info-credit-vide {
- font-size: 12px;
- }
- /* line 422, ../sass/commande/_form.scss */
- .commande-create #main #content .commande-form #bar-fixed #checkbox-credit-pain #credit-pain-disabled,
- .commande-update #main #content .commande-form #bar-fixed #checkbox-credit-pain #credit-pain-disabled {
- display: none;
- font-size: 12px;
- }
- /* line 428, ../sass/commande/_form.scss */
- .commande-create #main #content .commande-form #bar-fixed .btn-retour, .commande-create #main #content .commande-form #bar-fixed .annuler-commande,
- .commande-update #main #content .commande-form #bar-fixed .btn-retour,
- .commande-update #main #content .commande-form #bar-fixed .annuler-commande {
- float: left;
- margin-right: 5px;
- }
- /* line 433, ../sass/commande/_form.scss */
- .commande-create #main #content .commande-form #bar-fixed .annuler-commande,
- .commande-update #main #content .commande-form #bar-fixed .annuler-commande {
- color: #b92c28;
- background-color: white;
- }
- /* line 438, ../sass/commande/_form.scss */
- .commande-create #main #content .commande-form #bar-fixed #total-commande-bottom,
- .commande-update #main #content .commande-form #bar-fixed #total-commande-bottom {
- display: none;
- font-weight: bold;
- font-family: "comfortaalight";
- font-size: 24px;
- }
- /* line 445, ../sass/commande/_form.scss */
- .commande-create #main #content .commande-form #bar-fixed .field-commande-commentaire,
- .commande-update #main #content .commande-form #bar-fixed .field-commande-commentaire {
- display: none;
- }
- /* line 453, ../sass/commande/_form.scss */
- .commande-create .ui-datepicker .ui-widget-header,
- .commande-update .ui-datepicker .ui-widget-header {
- background: none;
- background-color: gray;
- border: 0px none;
- color: black;
- font-weight: normal;
- }
- /* line 461, ../sass/commande/_form.scss */
- .commande-create .ui-datepicker .ui-datepicker-current-day a,
- .commande-create .ui-datepicker a.ui-state-hover,
- .commande-update .ui-datepicker .ui-datepicker-current-day a,
- .commande-update .ui-datepicker a.ui-state-hover {
- background: none;
- background-color: gray;
- border-color: black;
- color: black;
- }
-
- /**
- Copyright La boîte à pain (2018)
-
- contact@laboiteapain.net
-
- Ce logiciel est un programme informatique servant à aider les producteurs
- à distribuer leur production en circuits courts.
-
- Ce logiciel est régi par la licence CeCILL soumise au droit français et
- respectant les principes de diffusion des logiciels libres. Vous pouvez
- utiliser, modifier et/ou redistribuer ce programme sous les conditions
- de la licence CeCILL telle que diffusée par le CEA, le CNRS et l'INRIA
- sur le site "http://www.cecill.info".
-
- En contrepartie de l'accessibilité au code source et des droits de copie,
- de modification et de redistribution accordés par cette licence, il n'est
- offert aux utilisateurs qu'une garantie limitée. Pour les mêmes raisons,
- seule une responsabilité restreinte pèse sur l'auteur du programme, le
- titulaire des droits patrimoniaux et les concédants successifs.
-
- A cet égard l'attention de l'utilisateur est attirée sur les risques
- associés au chargement, à l'utilisation, à la modification et/ou au
- développement et à la reproduction du logiciel par l'utilisateur étant
- donné sa spécificité de logiciel libre, qui peut le rendre complexe à
- manipuler et qui le réserve donc à des développeurs et des professionnels
- avertis possédant des connaissances informatiques approfondies. Les
- utilisateurs sont donc invités à charger et tester l'adéquation du
- logiciel à leurs besoins dans des conditions permettant d'assurer la
- sécurité de leurs systèmes et ou de leurs données et, plus généralement,
- à l'utiliser et l'exploiter dans les mêmes conditions de sécurité.
-
- Le fait que vous puissiez accéder à cet en-tête signifie que vous avez
- pris connaissance de la licence CeCILL, et que vous en avez accepté les
- termes.
- */
- /* line 40, ../sass/commande/_historique.scss */
- .commande-historique #liste-boulangeries {
- display: none;
- }
-
- /**
- Copyright La boîte à pain (2018)
-
- contact@laboiteapain.net
-
- Ce logiciel est un programme informatique servant à aider les producteurs
- à distribuer leur production en circuits courts.
-
- Ce logiciel est régi par la licence CeCILL soumise au droit français et
- respectant les principes de diffusion des logiciels libres. Vous pouvez
- utiliser, modifier et/ou redistribuer ce programme sous les conditions
- de la licence CeCILL telle que diffusée par le CEA, le CNRS et l'INRIA
- sur le site "http://www.cecill.info".
-
- En contrepartie de l'accessibilité au code source et des droits de copie,
- de modification et de redistribution accordés par cette licence, il n'est
- offert aux utilisateurs qu'une garantie limitée. Pour les mêmes raisons,
- seule une responsabilité restreinte pèse sur l'auteur du programme, le
- titulaire des droits patrimoniaux et les concédants successifs.
-
- A cet égard l'attention de l'utilisateur est attirée sur les risques
- associés au chargement, à l'utilisation, à la modification et/ou au
- développement et à la reproduction du logiciel par l'utilisateur étant
- donné sa spécificité de logiciel libre, qui peut le rendre complexe à
- manipuler et qui le réserve donc à des développeurs et des professionnels
- avertis possédant des connaissances informatiques approfondies. Les
- utilisateurs sont donc invités à charger et tester l'adéquation du
- logiciel à leurs besoins dans des conditions permettant d'assurer la
- sécurité de leurs systèmes et ou de leurs données et, plus généralement,
- à l'utiliser et l'exploiter dans les mêmes conditions de sécurité.
-
- Le fait que vous puissiez accéder à cet en-tête signifie que vous avez
- pris connaissance de la licence CeCILL, et que vous en avez accepté les
- termes.
- */
- @media screen and (max-width: 768px) {
- /* line 40, ../sass/_responsive.scss */
- #header-bap #logo {
- margin-left: 10px;
- }
-
- /* line 46, ../sass/_responsive.scss */
- #header .container {
- margin-left: 15px;
- margin-right: 15px;
- }
- /* line 52, ../sass/_responsive.scss */
- #header #credit .info {
- display: block;
- }
-
- /* line 61, ../sass/_responsive.scss */
- #main nav#main-nav ul li {
- display: block;
- float: none;
- }
- /* line 65, ../sass/_responsive.scss */
- #main nav#main-nav ul li.active a {
- border-bottom: solid 1px #F8F1DD;
- background-color: #F8F1DD;
- }
- /* line 70, ../sass/_responsive.scss */
- #main nav#main-nav ul li a {
- display: block;
- border-bottom: solid 1px #F8F1DD;
- }
- /* line 74, ../sass/_responsive.scss */
- #main nav#main-nav ul li a:hover {
- border-bottom: solid 1px #F8F1DD;
- background-color: #F8F1DD;
- }
- /* line 81, ../sass/_responsive.scss */
- #main nav#main-nav ul li#btn-administration {
- float: none;
- }
- /* line 89, ../sass/_responsive.scss */
- #main #produits td {
- padding: 3px;
- }
- /* line 93, ../sass/_responsive.scss */
- #main #produits .td-photo, #main #produits .th-photo {
- display: none;
- }
- /* line 97, ../sass/_responsive.scss */
- #main #produits .produit {
- font-size: 12px;
- }
- /* line 99, ../sass/_responsive.scss */
- #main #produits .produit .nom {
- font-size: 15px;
- }
- /* line 106, ../sass/_responsive.scss */
- #main #bar-fixed {
- position: relative;
- }
- /* line 108, ../sass/_responsive.scss */
- #main #bar-fixed .btn-commentaire {
- float: none;
- display: block;
- width: 100%;
- margin-bottom: 10px;
- margin-top: 15px;
- }
-
- /* line 118, ../sass/_responsive.scss */
- .commande-create #main #content .commande-form #produits .table .input-group,
- .commande-update #main #content .commande-form #produits .table .input-group {
- width: 60px;
- }
- /* line 122, ../sass/_responsive.scss */
- .commande-create #main #content .commande-form #produits .table .input-group .form-control,
- .commande-update #main #content .commande-form #produits .table .input-group .form-control {
- width: 20px;
- padding: 3px;
- }
-
- /* line 128, ../sass/_responsive.scss */
- .commande-create #main #content .commande-form #bar-fixed #checkbox-credit-pain,
- .commande-update #main #content .commande-form #bar-fixed #checkbox-credit-pain {
- width: 100%;
- margin: 0px;
- padding: 5px 0px;
- }
- /* line 134, ../sass/_responsive.scss */
- .commande-create #main #content .commande-form #bar-fixed #checkbox-credit-pain .the-credit,
- .commande-update #main #content .commande-form #bar-fixed #checkbox-credit-pain .the-credit {
- word-break: break-all;
- }
-
- /* line 139, ../sass/_responsive.scss */
- .commande-create #main #content .commande-form #bar-fixed #bloc-valider-commande button,
- .commande-update #main #content .commande-form #bar-fixed #bloc-valider-commande button {
- width: 100%;
- }
-
- /* line 145, ../sass/_responsive.scss */
- #footer .content {
- text-align: center;
- }
- }
|