|
- @charset "UTF-8";
- /**
- Copyright Guillaume Bourgeois (2018)
-
- contact@souke.fr
-
- 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.
- */
- /**
- Copyright Guillaume Bourgeois (2018)
-
- contact@souke.fr
-
- 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 38, ../sass/_layout.scss */
- body {
- background-color: #f4efe8 !important;
- /*background-image: url('../img/betterave.png');
- background-repeat: no-repeat;
- background-size: 90% auto;
- background-position: center;*/
- font-family: 'worksans_regular' !important;
- color: #333;
- line-height: 20px;
- font-size: 1rem;
- }
-
- /* line 50, ../sass/_layout.scss */
- .clr {
- clear: both;
- }
-
- /* line 54, ../sass/_layout.scss */
- .panel {
- margin-bottom: 30px;
- }
- /* line 56, ../sass/_layout.scss */
- .panel strong {
- font-weight: bold;
- }
-
- /* line 61, ../sass/_layout.scss */
- .modal-backdrop.in {
- z-index: 10;
- }
-
- /* line 66, ../sass/_layout.scss */
- #section-user-top .navbar-default {
- background-color: white;
- }
-
- /* line 71, ../sass/_layout.scss */
- #main {
- position: relative;
- }
-
- /* line 75, ../sass/_layout.scss */
- ul.pagination {
- text-align: center;
- display: block;
- margin-top: 50px;
- }
- /* line 80, ../sass/_layout.scss */
- ul.pagination li {
- display: inline-block;
- margin-left: 4px;
- margin-right: 4px;
- }
- /* line 85, ../sass/_layout.scss */
- ul.pagination li a {
- font-family: 'worksans_semibold';
- font-size: 1.5em;
- display: inline-block;
- padding: 3px 15px;
- text-decoration: none;
- -moz-border-radius: 15px;
- -webkit-border-radius: 15px;
- border-radius: 15px;
- background-color: #b7ab9b;
- color: white !important;
- }
- /* line 96, ../sass/_layout.scss */
- ul.pagination li.active a,
- ul.pagination li a:hover,
- ul.pagination li a:focus,
- ul.pagination li a:active {
- background-color: #ee6f42;
- color: white !important;
- }
- /* line 104, ../sass/_layout.scss */
- ul.pagination li.disabled {
- display: none;
- }
- /* line 109, ../sass/_layout.scss */
- ul.pagination li.prev a, ul.pagination li.next a {
- border: solid 1px #b7ab9b;
- color: #b7ab9b !important;
- background-color: white !important;
- }
-
- /* line 120, ../sass/_layout.scss */
- .product-name-description-block .name {
- font-family: "worksans_semibold";
- color: black;
- font-size: 1.1em;
- line-height: 1.3em;
- }
- /* line 127, ../sass/_layout.scss */
- .product-name-description-block .other {
- font-family: "worksans_regular";
- color: black;
- font-weight: bold;
- font-size: 17px;
- }
- /* line 134, ../sass/_layout.scss */
- .product-name-description-block .description,
- .product-name-description-block .description-long {
- color: gray;
- margin-top: 5px;
- }
- /* line 141, ../sass/_layout.scss */
- .product-name-description-block .description-long .content {
- display: none;
- }
-
- /* line 148, ../sass/_layout.scss */
- #main #content .alert-leave-period h4.alert-heading.without-message {
- margin-bottom: 0px;
- }
-
- /* line 153, ../sass/_layout.scss */
- #header {
- text-align: center;
- padding: 0px;
- position: relative;
- }
- /* line 159, ../sass/_layout.scss */
- #header #logo {
- position: absolute;
- top: 90px;
- left: 30px;
- background-color: white;
- width: 180px;
- height: 180px;
- -moz-border-radius: 180px;
- -webkit-border-radius: 180px;
- border-radius: 180px;
- border: solid 3px #ece4d8;
- text-align: center;
- overflow: hidden;
- }
- /* line 171, ../sass/_layout.scss */
- #header #logo img {
- position: absolute;
- top: 50%;
- left: 50%;
- transform: translate(-50%, -50%);
- max-width: 160px;
- max-height: 160px;
- }
- /* line 181, ../sass/_layout.scss */
- #header.without-logo #title {
- padding-left: 30px;
- }
- /* line 185, ../sass/_layout.scss */
- #header #title {
- text-align: left;
- padding-left: 246px;
- padding-top: 20px;
- padding-bottom: 20px;
- }
- /* line 191, ../sass/_layout.scss */
- #header #title h1 {
- font-family: 'worksans_extrabold';
- font-size: 2.2rem;
- margin-bottom: 2px;
- }
- /* line 196, ../sass/_layout.scss */
- #header #title h1 a.producer-name {
- text-decoration: none;
- color: #ee6f42;
- }
- /* line 201, ../sass/_layout.scss */
- #header #title h1 .bookmark {
- color: #b7ab9b;
- font-size: 0.7em;
- }
- /* line 207, ../sass/_layout.scss */
- #header #title h2 {
- font-family: 'worksans_regular';
- text-transform: uppercase;
- font-size: 1.1rem;
- }
- /* line 212, ../sass/_layout.scss */
- #header #title h2 .location {
- text-transform: none;
- font-family: 'worksans_bold';
- }
- /* line 216, ../sass/_layout.scss */
- #header #title h2 .location .bi {
- position: relative;
- left: 1px;
- }
- /* line 224, ../sass/_layout.scss */
- #header nav#main-nav {
- position: relative;
- background-color: #ece4d8;
- margin-top: 0px;
- }
- /* line 231, ../sass/_layout.scss */
- #header nav#main-nav ul li a {
- display: inline-block;
- padding: 8px 12px;
- text-decoration: none;
- background-color: #f4efe8;
- color: black;
- -moz-box-shadow: -20px 0px 20px 0px #ece4d8 inset;
- -webkit-box-shadow: -20px 0px 20px 0px #ece4d8 inset;
- box-shadow: -20px 0px 20px 0px #ece4d8 inset;
- }
- /* line 239, ../sass/_layout.scss */
- #header nav#main-nav ul li a .bi {
- margin-right: 3px;
- }
- /* line 243, ../sass/_layout.scss */
- #header nav#main-nav ul li a span.label {
- display: inline-block;
- position: relative;
- top: -2px;
- background-color: #b7ab9b;
- color: white;
- font-family: 'worksans_bold';
- -moz-border-radius: 15px;
- -webkit-border-radius: 15px;
- border-radius: 15px;
- padding: 5px 10px 2px 10px;
- margin-left: 3px;
- font-size: 0.8em;
- line-height: 0.8em;
- text-transform: uppercase;
- border: solid 1px transparent;
- }
- /* line 259, ../sass/_layout.scss */
- #header nav#main-nav ul li a .hide-desktop {
- display: none;
- }
- /* line 264, ../sass/_layout.scss */
- #header nav#main-nav ul li a.active,
- #header nav#main-nav ul li a:hover {
- color: white;
- -moz-box-shadow: none;
- -webkit-box-shadow: none;
- box-shadow: none;
- }
- /* line 269, ../sass/_layout.scss */
- #header nav#main-nav ul li a.active span.label-success,
- #header nav#main-nav ul li a:hover span.label-success {
- border: solid 1px white !important;
- }
- /* line 275, ../sass/_layout.scss */
- #header nav#main-nav ul.submenu {
- background-color: white;
- }
- /* line 279, ../sass/_layout.scss */
- #header nav#main-nav ul.submenu li a {
- background-color: white;
- font-size: 0.9em;
- -moz-box-shadow: none;
- -webkit-box-shadow: none;
- box-shadow: none;
- border-bottom: solid 2px #f4efe8;
- }
- /* line 285, ../sass/_layout.scss */
- #header nav#main-nav ul.submenu li a span.label {
- background-color: white;
- border: solid 1px #b7ab9b;
- color: #b7ab9b;
- }
- /* line 292, ../sass/_layout.scss */
- #header nav#main-nav ul.submenu li a.active,
- #header nav#main-nav ul.submenu li a:hover {
- color: black;
- background-color: white;
- border-bottom: solid 2px #b7ab9b !important;
- }
- /* line 302, ../sass/_layout.scss */
- #header nav#main-nav #user {
- color: #ee6f42;
- float: right;
- padding: 10px;
- }
-
- /* line 310, ../sass/_layout.scss */
- #main {
- padding: 0px;
- padding-top: 38px;
- margin-bottom: 15px;
- background-color: white;
- }
- /* line 316, ../sass/_layout.scss */
- #main #banner {
- height: 180px;
- overflow: hidden;
- position: relative;
- background-size: cover;
- background-position: center;
- }
- /* line 324, ../sass/_layout.scss */
- #main #infos-producer {
- display: none;
- padding: 5px 10px;
- margin-bottom: 0px;
- font-size: 16px;
- background-color: white;
- border-bottom: solid 1px #e0e0e0;
- color: gray;
- }
- /* line 333, ../sass/_layout.scss */
- #main #infos-producer strong {
- font-weight: bold;
- }
- /* line 337, ../sass/_layout.scss */
- #main #infos-producer .favorite {
- float: right;
- color: gray;
- }
- /* line 340, ../sass/_layout.scss */
- #main #infos-producer .favorite a {
- color: black;
- }
- /* line 346, ../sass/_layout.scss */
- #main h2#page-title {
- margin-top: 0px;
- font-family: "worksans_bold";
- font-size: 30px;
- line-height: 40px;
- }
- /* line 357, ../sass/_layout.scss */
- #main #content {
- position: relative;
- padding: 40px;
- min-height: 300px;
- }
- /* line 362, ../sass/_layout.scss */
- #main #content h1, #main #content h2, #main #content h3, #main #content h4, #main #content h5, #main #content h6 {
- font-family: "worksans_bold";
- margin-bottom: 20px;
- color: black;
- }
- /* line 367, ../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 372, ../sass/_layout.scss */
- #main #content h1 {
- font-size: 30px;
- }
- /* line 376, ../sass/_layout.scss */
- #main #content h2 {
- font-size: 25px;
- }
- /* line 380, ../sass/_layout.scss */
- #main #content h3 {
- font-size: 1.4em;
- text-align: left;
- margin-bottom: 30px;
- }
- /* line 385, ../sass/_layout.scss */
- #main #content h3 span {
- padding-top: 14px;
- color: black;
- }
- /* line 391, ../sass/_layout.scss */
- #main #content h4 {
- font-size: 20px;
- }
- /* line 395, ../sass/_layout.scss */
- #main #content h5 {
- font-size: 18px;
- }
- /* line 399, ../sass/_layout.scss */
- #main #content h6 {
- font-size: 16px;
- }
- /* line 405, ../sass/_layout.scss */
- #main #content form .form-group .hint-block {
- color: gray;
- }
-
- /* line 413, ../sass/_layout.scss */
- #footer-producer {
- margin-bottom: 30px;
- text-align: center;
- width: 100%;
- }
- /* line 418, ../sass/_layout.scss */
- #footer-producer a {
- color: #ee6f42;
- }
- /* line 420, ../sass/_layout.scss */
- #footer-producer a:active {
- text-decoration: underline;
- }
-
- /* line 426, ../sass/_layout.scss */
- #footer {
- text-align: right;
- margin-bottom: 50px;
- }
- /* line 430, ../sass/_layout.scss */
- #footer .content {
- /*a {
- color: black ;
- font-size: 18px ;
- padding-left: 10px ;
- padding-right: 10px ;
-
- &:hover {
- text-decoration: underline ;
- }
- }*/
- }
- /* line 433, ../sass/_layout.scss */
- #footer .content #button-shop-support a {
- -moz-border-radius: 15px;
- -webkit-border-radius: 15px;
- border-radius: 15px;
- border: solid 1px #b7ab9b;
- color: black;
- background-color: white;
- }
-
- /**
- Copyright Guillaume Bourgeois (2018)
-
- contact@souke.fr
-
- 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/site/_index.scss */
- .site-index #presentation .photo {
- text-align: center;
- }
- /* line 42, ../sass/site/_index.scss */
- .site-index #presentation .photo .img-photo {
- width: 100%;
- max-width: 500px;
- }
- /* line 49, ../sass/site/_index.scss */
- .site-index #presentation .description strong {
- font-weight: normal;
- font-family: 'worksans_semibold';
- }
- /* line 54, ../sass/site/_index.scss */
- .site-index #presentation .description em {
- font-style: italic;
- }
- /* line 58, ../sass/site/_index.scss */
- .site-index #presentation .description a {
- color: black;
- text-decoration: underline;
- }
- /* line 63, ../sass/site/_index.scss */
- .site-index #presentation .description p:last-child {
- margin-bottom: 0px;
- }
-
- /* line 4, ../sass/site/_products.scss */
- .site-products #products td.photo {
- width: 100px;
- }
- /* line 6, ../sass/site/_products.scss */
- .site-products #products td.photo img.photo-product {
- width: 120px;
- height: auto;
- }
- /* line 12, ../sass/site/_products.scss */
- .site-products #products small {
- color: gray;
- }
-
- /* line 5, ../sass/site/_points_sale.scss */
- .site-points-sale #points-sale .name .the-name {
- font-family: 'worksans_semibold';
- font-size: 1.2rem;
- line-height: 1.4rem;
- color: black;
- }
- /* line 11, ../sass/site/_points_sale.scss */
- .site-points-sale #points-sale .name .locality {
- color: gray;
- }
- /* line 15, ../sass/site/_points_sale.scss */
- .site-points-sale #points-sale .name .shared-point-sale-producers {
- color: gray;
- margin-top: 10px;
- }
- /* line 22, ../sass/site/_points_sale.scss */
- .site-points-sale #points-sale .days .block-day:not(:last-child) {
- margin-bottom: 15px;
- }
- /* line 25, ../sass/site/_points_sale.scss */
- .site-points-sale #points-sale .days .block-day strong {
- font-family: 'worksans_medium';
- }
- /* line 28, ../sass/site/_points_sale.scss */
- .site-points-sale #points-sale .days .block-day small {
- color: gray;
- }
-
- /* line 3, ../sass/site/_credit_history.scss */
- .credit-history #credit-user {
- color: #ee6f42;
- font-size: 29px;
- font-weight: bold;
- }
-
- /* line 3, ../sass/site/_contact.scss */
- #contact-form .field-contactform-istest {
- display: none;
- }
-
- /**
- Copyright Guillaume Bourgeois (2018)
-
- contact@souke.fr
-
- 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/order/_form.scss */
- .order-create #main #content .order-form,
- .order-update #main #content .order-form {
- min-height: 600px;
- padding-bottom: 60px;
- }
- /* line 45, ../sass/order/_form.scss */
- .order-create #main #content .order-form h2,
- .order-update #main #content .order-form h2 {
- font-family: "myriadpro-regular";
- }
- /* line 49, ../sass/order/_form.scss */
- .order-create #main #content .order-form #infos-importantes.alert-warning,
- .order-update #main #content .order-form #infos-importantes.alert-warning {
- float: right;
- }
- /* line 55, ../sass/order/_form.scss */
- .order-create #main #content .order-form #datepicker-distribution .ui-datepicker,
- .order-update #main #content .order-form #datepicker-distribution .ui-datepicker {
- float: left;
- margin-right: 20px;
- font-size: 20px;
- }
- /* line 61, ../sass/order/_form.scss */
- .order-create #main #content .order-form #datepicker-distribution .ui-datepicker-header,
- .order-update #main #content .order-form #datepicker-distribution .ui-datepicker-header {
- background-color: #ee6f42;
- }
- /* line 65, ../sass/order/_form.scss */
- .order-create #main #content .order-form #datepicker-distribution .ui-datepicker-title,
- .order-update #main #content .order-form #datepicker-distribution .ui-datepicker-title {
- color: white;
- }
- /* line 71, ../sass/order/_form.scss */
- .order-create #main #content .order-form #datepicker-distribution .ui-datepicker-prev:hover,
- .order-create #main #content .order-form #datepicker-distribution .ui-datepicker-next:hover,
- .order-update #main #content .order-form #datepicker-distribution .ui-datepicker-prev:hover,
- .order-update #main #content .order-form #datepicker-distribution .ui-datepicker-next:hover {
- border: 0px none;
- background: none;
- }
- /* line 77, ../sass/order/_form.scss */
- .order-create #main #content .order-form #datepicker-distribution .ui-helper-clearfix:after,
- .order-update #main #content .order-form #datepicker-distribution .ui-helper-clearfix:after {
- clear: none;
- }
- /* line 82, ../sass/order/_form.scss */
- .order-create #main #content .order-form #datepicker-distribution .ui-datepicker-calendar a,
- .order-update #main #content .order-form #datepicker-distribution .ui-datepicker-calendar a {
- text-decoration: none;
- background-color: white;
- }
- /* line 85, ../sass/order/_form.scss */
- .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,
- .order-update #main #content .order-form #datepicker-distribution .ui-datepicker-calendar a.ui-state-hover,
- .order-update #main #content .order-form #datepicker-distribution .ui-datepicker-calendar a.ui-state-active {
- background-color: #ee6f42;
- color: white;
- border-color: #cdc3b7;
- }
- /* line 94, ../sass/order/_form.scss */
- .order-create #main #content .order-form .date-order,
- .order-update #main #content .order-form .date-order {
- margin-bottom: 53px;
- }
- /* line 96, ../sass/order/_form.scss */
- .order-create #main #content .order-form .date-order span,
- .order-update #main #content .order-form .date-order span {
- background-color: #ee6f42;
- 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/order/_form.scss */
- .order-create #main #content .order-form #has-order-in-progress,
- .order-update #main #content .order-form #has-order-in-progress {
- margin-top: 15px;
- }
- /* line 109, ../sass/order/_form.scss */
- .order-create #main #content .order-form #has-order-in-progress a,
- .order-update #main #content .order-form #has-order-in-progress a {
- color: #a94442;
- text-decoration: none;
- font-weight: bold;
- }
- /* line 116, ../sass/order/_form.scss */
- .order-create #main #content .order-form .field-order-id_distribution,
- .order-update #main #content .order-form .field-order-id_distribution {
- display: none;
- }
- /* line 120, ../sass/order/_form.scss */
- .order-create #main #content .order-form .field-order-id_point_sale,
- .order-update #main #content .order-form .field-order-id_point_sale {
- margin-top: 30px;
- }
- /* line 124, ../sass/order/_form.scss */
- .order-create #main #content .order-form .field-order-id_distribution,
- .order-update #main #content .order-form .field-order-id_distribution {
- margin-bottom: 0px;
- }
- /* line 126, ../sass/order/_form.scss */
- .order-create #main #content .order-form .field-order-id_distribution label,
- .order-update #main #content .order-form .field-order-id_distribution label {
- margin-bottom: 0px;
- }
- /* line 130, ../sass/order/_form.scss */
- .order-create #main #content .order-form .field-order-id_distribution .help-block,
- .order-update #main #content .order-form .field-order-id_distribution .help-block {
- margin-bottom: 0px;
- }
- /* line 135, ../sass/order/_form.scss */
- .order-create #main #content .order-form .field-order-id_point_sale,
- .order-update #main #content .order-form .field-order-id_point_sale {
- display: none;
- }
- /* line 139, ../sass/order/_form.scss */
- .order-create #main #content .order-form .blocks,
- .order-update #main #content .order-form .blocks {
- list-style-type: none;
- margin: 0px;
- padding: 0px;
- }
- /* line 144, ../sass/order/_form.scss */
- .order-create #main #content .order-form .blocks .block,
- .order-update #main #content .order-form .blocks .block {
- 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/order/_form.scss */
- .order-create #main #content .order-form .blocks .block .name,
- .order-update #main #content .order-form .blocks .block .name {
- font-family: "comfortaalight";
- font-size: 20px;
- padding-bottom: 10px;
- }
- /* line 165, ../sass/order/_form.scss */
- .order-create #main #content .order-form .blocks .block .address,
- .order-update #main #content .order-form .blocks .block .address {
- color: gray;
- font-size: 15px;
- line-height: 20px;
- }
- /* line 171, ../sass/order/_form.scss */
- .order-create #main #content .order-form .blocks .block.selected,
- .order-update #main #content .order-form .blocks .block.selected {
- border-left: solid 5px #ee6f42;
- }
- /* line 173, ../sass/order/_form.scss */
- .order-create #main #content .order-form .blocks .block.selected .contenu,
- .order-update #main #content .order-form .blocks .block.selected .contenu {
- position: relative;
- left: -4px;
- }
- /* line 179, ../sass/order/_form.scss */
- .order-create #main #content .order-form .blocks .block:hover,
- .order-update #main #content .order-form .blocks .block:hover {
- -moz-box-shadow: 0px 0px 5px #d8d8d8;
- -webkit-box-shadow: 0px 0px 5px #d8d8d8;
- box-shadow: 0px 0px 5px #d8d8d8;
- }
- /* line 183, ../sass/order/_form.scss */
- .order-create #main #content .order-form .blocks .block.disabled,
- .order-update #main #content .order-form .blocks .block.disabled {
- display: none;
- }
- /* line 187, ../sass/order/_form.scss */
- .order-create #main #content .order-form .blocks .block .comment,
- .order-update #main #content .order-form .blocks .block .comment {
- margin-top: 5px;
- }
- /* line 189, ../sass/order/_form.scss */
- .order-create #main #content .order-form .blocks .block .comment span,
- .order-update #main #content .order-form .blocks .block .comment span {
- background-color: #ee6f42;
- -moz-border-radius: 5px;
- -webkit-border-radius: 5px;
- border-radius: 5px;
- color: white;
- font-weight: bold;
- padding: 3px 10px;
- }
- /* line 200, ../sass/order/_form.scss */
- .order-create #main #content .order-form .infos-points-sale,
- .order-update #main #content .order-form .infos-points-sale {
- display: none;
- margin-top: 15px;
- }
- /* line 204, ../sass/order/_form.scss */
- .order-create #main #content .order-form .infos-points-sale h4,
- .order-update #main #content .order-form .infos-points-sale h4 {
- margin-top: 0px;
- padding-top: 0px;
- text-align: left;
- text-transform: uppercase;
- font-weight: bold;
- font-family: "myriadpro-semibold";
- }
- /* line 212, ../sass/order/_form.scss */
- .order-create #main #content .order-form .infos-points-sale h4 span,
- .order-update #main #content .order-form .infos-points-sale h4 span {
- font-family: "myriadpro-regular";
- text-transform: none;
- }
- /* line 218, ../sass/order/_form.scss */
- .order-create #main #content .order-form .infos-points-sale a,
- .order-update #main #content .order-form .infos-points-sale a {
- text-decoration: underline;
- }
- /* line 223, ../sass/order/_form.scss */
- .order-create #main #content .order-form #products,
- .order-update #main #content .order-form #products {
- margin-top: 15px;
- }
- /* line 226, ../sass/order/_form.scss */
- .order-create #main #content .order-form #products .alert.unavailable,
- .order-update #main #content .order-form #products .alert.unavailable {
- display: none;
- }
- /* line 230, ../sass/order/_form.scss */
- .order-create #main #content .order-form #products #label-products,
- .order-update #main #content .order-form #products #label-products {
- display: block;
- margin-bottom: 5px;
- }
- /* line 235, ../sass/order/_form.scss */
- .order-create #main #content .order-form #products .table,
- .order-update #main #content .order-form #products .table {
- margin-top: 7px;
- }
- /* line 238, ../sass/order/_form.scss */
- .order-create #main #content .order-form #products .table .photo,
- .order-update #main #content .order-form #products .table .photo {
- padding: 0px;
- width: 120px;
- }
- /* line 243, ../sass/order/_form.scss */
- .order-create #main #content .order-form #products .table .th-photo, .order-create #main #content .order-form #products .table .td-photo,
- .order-update #main #content .order-form #products .table .th-photo,
- .order-update #main #content .order-form #products .table .td-photo {
- width: 120px;
- }
- /* line 247, ../sass/order/_form.scss */
- .order-create #main #content .order-form #products .table .name,
- .order-update #main #content .order-form #products .table .name {
- font-family: "comfortaalight";
- font-weight: bold;
- text-transform: uppercase;
- font-size: 18px;
- }
- /* line 254, ../sass/order/_form.scss */
- .order-create #main #content .order-form #products .table .description,
- .order-update #main #content .order-form #products .table .description {
- font-style: italic;
- }
- /* line 258, ../sass/order/_form.scss */
- .order-create #main #content .order-form #products .table .recipe,
- .order-update #main #content .order-form #products .table .recipe {
- font-size: 12px;
- }
- /* line 262, ../sass/order/_form.scss */
- .order-create #main #content .order-form #products .table .input-group,
- .order-update #main #content .order-form #products .table .input-group {
- width: 133px;
- }
- /* line 264, ../sass/order/_form.scss */
- .order-create #main #content .order-form #products .table .input-group .quantity,
- .order-update #main #content .order-form #products .table .input-group .quantity {
- text-align: center;
- }
- /* line 269, ../sass/order/_form.scss */
- .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,
- .order-update #main #content .order-form #products .table .column-quantity,
- .order-update #main #content .order-form #products .table .price-unit,
- .order-update #main #content .order-form #products .table .total {
- width: 150px;
- text-align: center;
- }
- /* line 274, ../sass/order/_form.scss */
- .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,
- .order-update #main #content .order-form #products .table td#total-order,
- .order-update #main #content .order-form #products .table td#total-order-vrac,
- .order-update #main #content .order-form #products .table td.total {
- text-align: center;
- }
- /* line 278, ../sass/order/_form.scss */
- .order-create #main #content .order-form #products .table .unavailable,
- .order-update #main #content .order-form #products .table .unavailable {
- display: none;
- text-transform: uppercase;
- color: #B32815;
- font-weight: bold;
- font-size: 16px;
- text-align: center;
- }
- /* line 287, ../sass/order/_form.scss */
- .order-create #main #content .order-form #products .table .quantity-remaining,
- .order-update #main #content .order-form #products .table .quantity-remaining {
- font-size: 12px;
- margin-top: 8px;
- }
- /* line 291, ../sass/order/_form.scss */
- .order-create #main #content .order-form #products .table .quantity-remaining .nb,
- .order-update #main #content .order-form #products .table .quantity-remaining .nb {
- font-weight: bold;
- }
- /* line 296, ../sass/order/_form.scss */
- .order-create #main #content .order-form #products .table td.product, .order-create #main #content .order-form #products .table th.product,
- .order-update #main #content .order-form #products .table td.product,
- .order-update #main #content .order-form #products .table th.product {
- width: 70%;
- }
- /* line 300, ../sass/order/_form.scss */
- .order-create #main #content .order-form #products .table td.price-unit, .order-create #main #content .order-form #products .table th.price-unit,
- .order-update #main #content .order-form #products .table td.price-unit,
- .order-update #main #content .order-form #products .table th.price-unit {
- width: 10%;
- }
- /* line 304, ../sass/order/_form.scss */
- .order-create #main #content .order-form #products .table td.column-quantity, .order-create #main #content .order-form #products .table th.column-quantity,
- .order-update #main #content .order-form #products .table td.column-quantity,
- .order-update #main #content .order-form #products .table th.column-quantity {
- width: 10%;
- }
- /* line 308, ../sass/order/_form.scss */
- .order-create #main #content .order-form #products .table td.total, .order-create #main #content .order-form #products .table th.total,
- .order-update #main #content .order-form #products .table td.total,
- .order-update #main #content .order-form #products .table th.total {
- width: 10%;
- }
- /* line 314, ../sass/order/_form.scss */
- .order-create #main #content .order-form #bar-fixed,
- .order-update #main #content .order-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: white;
- text-align: center;
- }
- /* line 329, ../sass/order/_form.scss */
- .order-create #main #content .order-form #bar-fixed .container,
- .order-update #main #content .order-form #bar-fixed .container {
- min-height: auto;
- background: none;
- border: 0px none;
- }
- /* line 335, ../sass/order/_form.scss */
- .order-create #main #content .order-form #bar-fixed.not-fixed,
- .order-update #main #content .order-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 342, ../sass/order/_form.scss */
- .order-create #main #content .order-form #bar-fixed.not-fixed .container,
- .order-update #main #content .order-form #bar-fixed.not-fixed .container {
- width: auto;
- }
- /* line 348, ../sass/order/_form.scss */
- .order-create #main #content .order-form #bar-fixed.no-credit #bloc-valider-commande,
- .order-update #main #content .order-form #bar-fixed.no-credit #bloc-valider-commande {
- margin-top: 0px;
- float: right;
- }
- /* line 354, ../sass/order/_form.scss */
- .order-create #main #content .order-form #bar-fixed #total-order-bottom,
- .order-update #main #content .order-form #bar-fixed #total-order-bottom {
- background-color: white;
- -moz-border-radius: 20px;
- -webkit-border-radius: 20px;
- border-radius: 20px;
- padding: 5px 25px;
- border: solid 1px #e0e0e0;
- }
- /* line 361, ../sass/order/_form.scss */
- .order-create #main #content .order-form #bar-fixed .btn-comment,
- .order-update #main #content .order-form #bar-fixed .btn-comment {
- float: left;
- }
- /* line 369, ../sass/order/_form.scss */
- .order-create #main #content .order-form #bar-fixed .btn-comment,
- .order-update #main #content .order-form #bar-fixed .btn-comment {
- margin-right: 10px;
- }
- /* line 373, ../sass/order/_form.scss */
- .order-create #main #content .order-form #bar-fixed #block-confirm-order,
- .order-update #main #content .order-form #bar-fixed #block-confirm-order {
- text-align: right;
- margin-top: 40px;
- }
- /* line 377, ../sass/order/_form.scss */
- .order-create #main #content .order-form #bar-fixed #block-confirm-order button,
- .order-update #main #content .order-form #bar-fixed #block-confirm-order button {
- width: 340px;
- margin-right: 10px;
- }
- /* line 383, ../sass/order/_form.scss */
- .order-create #main #content .order-form #bar-fixed #checkbox-credit,
- .order-update #main #content .order-form #bar-fixed #checkbox-credit {
- 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 394, ../sass/order/_form.scss */
- .order-create #main #content .order-form #bar-fixed #checkbox-credit.payment-impossible,
- .order-update #main #content .order-form #bar-fixed #checkbox-credit.payment-impossible {
- background-color: #e0e0e0;
- }
- /* line 398, ../sass/order/_form.scss */
- .order-create #main #content .order-form #bar-fixed #checkbox-credit .info,
- .order-update #main #content .order-form #bar-fixed #checkbox-credit .info {
- color: gray;
- font-weight: normal;
- }
- /* line 403, ../sass/order/_form.scss */
- .order-create #main #content .order-form #bar-fixed #checkbox-credit .the-credit,
- .order-update #main #content .order-form #bar-fixed #checkbox-credit .the-credit {
- background-color: #ee6f42;
- color: white;
- padding: 2px 8px;
- -moz-border-radius: 5px;
- -webkit-border-radius: 5px;
- border-radius: 5px;
- }
- /* line 410, ../sass/order/_form.scss */
- .order-create #main #content .order-form #bar-fixed #checkbox-credit .amount-paid,
- .order-update #main #content .order-form #bar-fixed #checkbox-credit .amount-paid {
- color: #ee6f42;
- }
- /* line 414, ../sass/order/_form.scss */
- .order-create #main #content .order-form #bar-fixed #checkbox-credit #info-credit-empty,
- .order-update #main #content .order-form #bar-fixed #checkbox-credit #info-credit-empty {
- font-size: 12px;
- }
- /* line 418, ../sass/order/_form.scss */
- .order-create #main #content .order-form #bar-fixed #checkbox-credit #credit-disabled,
- .order-update #main #content .order-form #bar-fixed #checkbox-credit #credit-disabled {
- display: none;
- font-size: 12px;
- }
- /* line 424, ../sass/order/_form.scss */
- .order-create #main #content .order-form #bar-fixed .btn-back, .order-create #main #content .order-form #bar-fixed .cancel-order,
- .order-update #main #content .order-form #bar-fixed .btn-back,
- .order-update #main #content .order-form #bar-fixed .cancel-order {
- float: left;
- margin-right: 5px;
- }
- /* line 429, ../sass/order/_form.scss */
- .order-create #main #content .order-form #bar-fixed .cancel-order,
- .order-update #main #content .order-form #bar-fixed .cancel-order {
- color: #b92c28;
- background-color: white;
- }
- /* line 434, ../sass/order/_form.scss */
- .order-create #main #content .order-form #bar-fixed #total-order-bottom,
- .order-update #main #content .order-form #bar-fixed #total-order-bottom {
- display: none;
- font-weight: bold;
- font-family: "comfortaalight";
- font-size: 24px;
- }
- /* line 441, ../sass/order/_form.scss */
- .order-create #main #content .order-form #bar-fixed .field-order-comment,
- .order-update #main #content .order-form #bar-fixed .field-order-comment {
- display: none;
- }
- /* line 449, ../sass/order/_form.scss */
- .order-create .ui-datepicker .ui-widget-header,
- .order-update .ui-datepicker .ui-widget-header {
- background: none;
- background-color: gray;
- border: 0px none;
- color: black;
- font-weight: normal;
- }
- /* line 457, ../sass/order/_form.scss */
- .order-create .ui-datepicker .ui-datepicker-current-day a,
- .order-create .ui-datepicker a.ui-state-hover,
- .order-update .ui-datepicker .ui-datepicker-current-day a,
- .order-update .ui-datepicker a.ui-state-hover {
- background: none;
- background-color: gray;
- border-color: black;
- color: black;
- }
-
- /**
- Copyright Guillaume Bourgeois (2018)
-
- contact@souke.fr
-
- 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/order/_history.scss */
- .order-history #list-producers {
- display: none;
- }
- /* line 44, ../sass/order/_history.scss */
- .order-history #tabs-orders-history {
- margin-bottom: 20px;
- }
- /* line 48, ../sass/order/_history.scss */
- .order-history #tabs-orders-history li a, .order-history #tabs-orders-history li.active a {
- color: black;
- }
- /* line 55, ../sass/order/_history.scss */
- .order-history table .locality {
- color: gray;
- }
-
- /* line 3, ../sass/order/_order.scss */
- .order-order #block-infos, .order-confirm #block-infos {
- margin-top: 50px;
- }
-
- /* line 9, ../sass/order/_order.scss */
- .order-order #main #app-order-order {
- display: block;
- }
- /* line 12, ../sass/order/_order.scss */
- .order-order #main #app-order-order .wrapper {
- display: none;
- }
- /* line 15, ../sass/order/_order.scss */
- .order-order #main #app-order-order.loaded .wrapper {
- display: block;
- }
- /* line 19, ../sass/order/_order.scss */
- .order-order #main #app-order-order h3 {
- font-family: "worksans_bold";
- }
- /* line 23, ../sass/order/_order.scss */
- .order-order #main #app-order-order #distribution-date, .order-order #main #app-order-order #order-distribution-date {
- display: none;
- }
- /* line 33, ../sass/order/_order.scss */
- .order-order #main #app-order-order .slide-enter-active {
- transition: all .2s ease;
- }
- /* line 37, ../sass/order/_order.scss */
- .order-order #main #app-order-order .slide-leave-active {
- transition: all 0s ease;
- }
- /* line 40, ../sass/order/_order.scss */
- .order-order #main #app-order-order .slide-enter, .order-order #main #app-order-order .slide-leave-to {
- transform: translateX(10px);
- opacity: 0;
- }
- /* line 45, ../sass/order/_order.scss */
- .order-order #main #app-order-order #steps {
- margin-bottom: 20px;
- }
- /* line 47, ../sass/order/_order.scss */
- .order-order #main #app-order-order #steps ul {
- height: 70px;
- list-style-type: none;
- padding: 0px;
- margin-bottom: 40px;
- }
- /* line 53, ../sass/order/_order.scss */
- .order-order #main #app-order-order #steps ul li {
- text-align: center;
- padding-right: 8px;
- padding-left: 8px;
- position: relative;
- }
- /* line 59, ../sass/order/_order.scss */
- .order-order #main #app-order-order #steps ul li .info-step {
- position: absolute;
- top: 45px;
- left: 0px;
- width: 100%;
- text-transform: normal;
- color: #ee6f42;
- font-size: 17px;
- font-weight: bold;
- }
- /* line 70, ../sass/order/_order.scss */
- .order-order #main #app-order-order #steps ul li .glyphicon-chevron-right, .order-order #main #app-order-order #steps ul li.active .glyphicon-chevron-right {
- float: right;
- color: gray;
- position: relative;
- top: 10px;
- }
- /* line 78, ../sass/order/_order.scss */
- .order-order #main #app-order-order #steps ul li.first {
- padding-left: 0px;
- }
- /* line 82, ../sass/order/_order.scss */
- .order-order #main #app-order-order #steps ul li#step-payment {
- padding-right: 0px;
- }
- /* line 86, ../sass/order/_order.scss */
- .order-order #main #app-order-order #steps ul li#step-products .btn::after, .order-order #main #app-order-order #steps ul li.first .btn::before {
- display: none;
- }
- /* line 91, ../sass/order/_order.scss */
- .order-order #main #app-order-order #steps ul li .btn {
- color: black;
- background-color: #ece4d8;
- text-transform: uppercase;
- display: block;
- width: 100%;
- position: relative;
- -moz-border-radius: 0px;
- -webkit-border-radius: 0px;
- border-radius: 0px;
- border: 0px none;
- text-transform: uppercase;
- }
- /* line 102, ../sass/order/_order.scss */
- .order-order #main #app-order-order #steps ul li .btn .button-content {
- position: relative;
- left: 8px;
- }
- /* line 107, ../sass/order/_order.scss */
- .order-order #main #app-order-order #steps ul li .btn::after, .order-order #main #app-order-order #steps ul li .btn::before {
- content: "";
- position: absolute;
- top: 1px;
- }
- /* line 113, ../sass/order/_order.scss */
- .order-order #main #app-order-order #steps ul li .btn::after {
- right: -34px;
- border: 17px solid transparent;
- border-left: 17px solid #ece4d8;
- background-color: transparent;
- }
- /* line 120, ../sass/order/_order.scss */
- .order-order #main #app-order-order #steps ul li .btn::before {
- left: 0px;
- border: 17px solid transparent;
- border-left: 17px solid white;
- background-color: transparent;
- }
- /* line 128, ../sass/order/_order.scss */
- .order-order #main #app-order-order #steps ul li .btn-primary {
- color: white;
- }
- /* line 136, ../sass/order/_order.scss */
- .order-order #main #app-order-order #legend #order-date-color,
- .order-order #main #app-order-order #legend #distribution-date-color,
- .order-order #main #app-order-order #legend #leave-period-date-color {
- width: 13px;
- height: 13px;
- display: inline-block;
- }
- /* line 144, ../sass/order/_order.scss */
- .order-order #main #app-order-order #legend #order-date-color {
- background-color: #198754;
- border: solid 2px #198754;
- }
- /* line 148, ../sass/order/_order.scss */
- .order-order #main #app-order-order #legend #distribution-date-color {
- background-color: white;
- border: solid 2px #198754;
- }
- /* line 152, ../sass/order/_order.scss */
- .order-order #main #app-order-order #legend #leave-period-date-color {
- background-color: gray;
- border: solid 2px gray;
- }
- /* line 160, ../sass/order/_order.scss */
- .order-order #main #app-order-order #calendar {
- margin-bottom: 15px;
- }
- /* line 162, ../sass/order/_order.scss */
- .order-order #main #app-order-order #calendar .c-header .c-title-layout .c-title-popover .c-title-anchor .c-title[data-v-2083cb72] {
- font-size: 2rem;
- }
- /* line 165, ../sass/order/_order.scss */
- .order-order #main #app-order-order #calendar .c-day-background {
- padding: 20px;
- }
- /* line 170, ../sass/order/_order.scss */
- .order-order #main #app-order-order #calendar .c-day:hover .c-day-background {
- background-color: #ee6f42 !important;
- color: white !important;
- }
- /* line 176, ../sass/order/_order.scss */
- .order-order #main #app-order-order #calendar .c-day-popover-content {
- font-size: 1.3rem;
- }
- /* line 184, ../sass/order/_order.scss */
- .order-order #main #app-order-order #credit-online-payment .panel .panel-heading .btn-default {
- float: right;
- position: relative;
- top: -5px;
- }
- /* line 195, ../sass/order/_order.scss */
- .order-order #main #app-order-order #content-step-date #distributions-list .card {
- margin-bottom: 20px;
- }
- /* line 198, ../sass/order/_order.scss */
- .order-order #main #app-order-order #content-step-date #distributions-list .card .btn-primary {
- float: right;
- }
- /* line 202, ../sass/order/_order.scss */
- .order-order #main #app-order-order #content-step-date #distributions-list .card .date {
- font-size: 1.2rem;
- line-height: 1.4rem;
- text-transform: uppercase;
- font-family: 'worksans_semibold';
- }
- /* line 209, ../sass/order/_order.scss */
- .order-order #main #app-order-order #content-step-date #distributions-list .card .point-sales {
- color: gray;
- font-size: 14px;
- margin-top: 8px;
- }
- /* line 218, ../sass/order/_order.scss */
- .order-order #main #app-order-order .block-actions {
- text-align: center;
- margin-top: 40px;
- }
- /* line 225, ../sass/order/_order.scss */
- .order-order #main #app-order-order table#points-sale td.name .the-name {
- color: black;
- font-size: 1.2em;
- line-height: 1.4em;
- font-family: 'worksans_semibold';
- }
- /* line 232, ../sass/order/_order.scss */
- .order-order #main #app-order-order table#points-sale td.name .locality {
- display: none;
- }
- /* line 236, ../sass/order/_order.scss */
- .order-order #main #app-order-order table#points-sale td.name .comment,
- .order-order #main #app-order-order table#points-sale td.name .minimum-order-amount,
- .order-order #main #app-order-order table#points-sale td.name .shared-point-sale-producers {
- color: gray;
- }
- /* line 241, ../sass/order/_order.scss */
- .order-order #main #app-order-order table#points-sale td.name .comment a,
- .order-order #main #app-order-order table#points-sale td.name .minimum-order-amount a,
- .order-order #main #app-order-order table#points-sale td.name .shared-point-sale-producers a {
- color: #ee6f42;
- }
- /* line 247, ../sass/order/_order.scss */
- .order-order #main #app-order-order table#points-sale td.actions {
- width: 150px;
- }
- /* line 249, ../sass/order/_order.scss */
- .order-order #main #app-order-order table#points-sale td.actions button {
- width: 100%;
- }
- /* line 261, ../sass/order/_order.scss */
- .order-order #main #app-order-order table#products {
- margin-bottom: 40px;
- border-top: solid 1px #b7ab9b;
- border-left: solid 1px #b7ab9b;
- border-right: solid 1px #b7ab9b;
- }
- /* line 267, ../sass/order/_order.scss */
- .order-order #main #app-order-order table#products thead {
- display: none;
- }
- /* line 271, ../sass/order/_order.scss */
- .order-order #main #app-order-order table#products td {
- border-bottom: solid 1px #b7ab9b;
- border-left: 0px none;
- border-right: 0px none;
- }
- /* line 279, ../sass/order/_order.scss */
- .order-order #main #app-order-order table#products tr.category-closed:hover td.category-name,
- .order-order #main #app-order-order table#products tr.category-open td.category-name {
- padding-left: 30px;
- background-color: #f4efe8;
- }
- /* line 286, ../sass/order/_order.scss */
- .order-order #main #app-order-order table#products td.category-name {
- transition: all 0.1s linear;
- background-color: #f4efe8;
- border-left: solid 5px #b7ab9b;
- font-family: "worksans_bold";
- font-size: 22px;
- line-height: 30px;
- text-transform: uppercase;
- padding-top: 13px;
- padding-left: 20px;
- }
- /* line 297, ../sass/order/_order.scss */
- .order-order #main #app-order-order table#products td.category-name .bi-caret-down-fill,
- .order-order #main #app-order-order table#products td.category-name .bi-caret-right-fill {
- font-size: 15px;
- }
- /* line 302, ../sass/order/_order.scss */
- .order-order #main #app-order-order table#products td.category-name span.badge {
- font-family: "worksans_bold";
- text-transform: uppercase;
- margin-left: 5px;
- font-size: 0.85rem;
- position: relative;
- top: -3px;
- }
- /* line 310, ../sass/order/_order.scss */
- .order-order #main #app-order-order table#products td.category-name span.badge.bg-primary {
- float: right;
- top: 2px;
- }
- /* line 316, ../sass/order/_order.scss */
- .order-order #main #app-order-order table#products td.category-name:hover {
- cursor: pointer;
- background-color: white;
- }
- /* line 323, ../sass/order/_order.scss */
- .order-order #main #app-order-order table#products td.photo img {
- width: 75px;
- }
- /* line 333, ../sass/order/_order.scss */
- .order-order #main #app-order-order table#products .price-unit .decreasing-prices {
- margin-top: 10px;
- font-size: 12px;
- line-height: 15px;
- padding-top: 6px;
- padding-bottom: 2px;
- margin-bottom: 0px;
- padding-left: 10px;
- padding-right: 10px;
- }
- /* line 343, ../sass/order/_order.scss */
- .order-order #main #app-order-order table#products .price-unit .decreasing-prices ul {
- padding: 0px;
- margin: 0px;
- list-style-type: none;
- }
- /* line 348, ../sass/order/_order.scss */
- .order-order #main #app-order-order table#products .price-unit .decreasing-prices ul li {
- margin-bottom: 5px;
- text-align: left;
- }
- /* line 352, ../sass/order/_order.scss */
- .order-order #main #app-order-order table#products .price-unit .decreasing-prices ul li strong {
- font-weight: bold;
- }
- /* line 360, ../sass/order/_order.scss */
- .order-order #main #app-order-order table#products .price-unit, .order-order #main #app-order-order table#products .price-total {
- width: 135px;
- text-align: center;
- }
- /* line 364, ../sass/order/_order.scss */
- .order-order #main #app-order-order table#products .price-unit .price-infos, .order-order #main #app-order-order table#products .price-total .price-infos {
- color: gray;
- font-size: 13px;
- line-height: 15px;
- }
- /* line 371, ../sass/order/_order.scss */
- .order-order #main #app-order-order table#products tr.product-open td.price-total {
- font-size: 1.1rem;
- font-family: 'worksans_bold';
- padding-top: 19px;
- }
- /* line 377, ../sass/order/_order.scss */
- .order-order #main #app-order-order table#products .td-quantity {
- width: 175px;
- }
- /* line 380, ../sass/order/_order.scss */
- .order-order #main #app-order-order table#products .td-quantity input.quantity,
- .order-order #main #app-order-order table#products .td-quantity .input-group-text {
- background-color: white;
- }
- /* line 385, ../sass/order/_order.scss */
- .order-order #main #app-order-order table#products .td-quantity input.quantity {
- text-align: center;
- border: 0px none;
- }
- /* line 389, ../sass/order/_order.scss */
- .order-order #main #app-order-order table#products .td-quantity .input-group-text {
- border: 0px none;
- padding-right: 10px;
- padding-left: 0px;
- margin: 0px;
- }
- /* line 397, ../sass/order/_order.scss */
- .order-order #main #app-order-order table#products .td-quantity .input-group-btn button {
- padding: 4px 5px 0px 5px;
- }
- /* line 399, ../sass/order/_order.scss */
- .order-order #main #app-order-order table#products .td-quantity .input-group-btn button .bi {
- font-size: 1.5em;
- font-weight: bold;
- margin: 0px;
- }
- /* line 410, ../sass/order/_order.scss */
- .order-order #main #app-order-order table#products tr.total .summary {
- padding: 25px;
- }
- /* line 413, ../sass/order/_order.scss */
- .order-order #main #app-order-order table#products tr.total .summary h3 {
- font-family: 'worksans_bold';
- margin-top: 0px;
- text-transform: uppercase;
- margin-bottom: 5px;
- }
- /* line 420, ../sass/order/_order.scss */
- .order-order #main #app-order-order table#products tr.total .summary ul {
- margin-bottom: 15px;
- padding-left: 20px;
- font-size: 1.1rem;
- line-height: 1.4rem;
- list-style-type: disc;
- }
- /* line 428, ../sass/order/_order.scss */
- .order-order #main #app-order-order table#products tr.total .summary ul li .quantity {
- font-weight: bold;
- }
- /* line 435, ../sass/order/_order.scss */
- .order-order #main #app-order-order table#products tr.total .price-total {
- padding-top: 25px;
- font-size: 1.5rem;
- font-family: 'worksans_bold';
- }
- /* line 440, ../sass/order/_order.scss */
- .order-order #main #app-order-order table#products tr.total .price-total span {
- display: inline-block;
- padding: 7px 15px;
- -moz-border-radius: 15px;
- -webkit-border-radius: 15px;
- border-radius: 15px;
- color: white;
- font-size: 1.2rem;
- }
- /* line 452, ../sass/order/_order.scss */
- .order-order #main #app-order-order #payment-methods .infos {
- margin-top: 10px;
- color: gray;
- }
- /* line 459, ../sass/order/_order.scss */
- .order-order #main #app-order-order #content-step-payment .delivery {
- margin-bottom: 20px;
- }
- /* line 463, ../sass/order/_order.scss */
- .order-order #main #app-order-order #content-step-payment .comment {
- margin-bottom: 20px;
- }
- /* line 467, ../sass/order/_order.scss */
- .order-order #main #app-order-order #content-step-payment #payment-methods {
- margin-bottom: 20px;
- }
- /* line 472, ../sass/order/_order.scss */
- .order-order #main #app-order-order #content-step-payment .credit .info {
- margin-left: 20px;
- color: gray;
- }
-
- /* line 485, ../sass/order/_order.scss */
- #main #content .panel h3 {
- font-family: "worksans_bold";
- margin: 0px;
- padding-top: 10px;
- padding-bottom: 4px;
- font-size: 20px;
- }
-
- /* line 5, ../sass/order/_confirm.scss */
- .order-confirm #main #order-success .alert-order-summary ul {
- padding: 0px;
- margin: 0px;
- list-style-type: none;
- }
- /* line 9, ../sass/order/_confirm.scss */
- .order-confirm #main #order-success .alert-order-summary ul li {
- margin-bottom: 10px;
- }
- /* line 13, ../sass/order/_confirm.scss */
- .order-confirm #main #order-success .alert-order-summary p {
- margin-bottom: 0px;
- }
- /* line 16, ../sass/order/_confirm.scss */
- .order-confirm #main #order-success .alert-order-summary div.summary {
- margin-top: 10px;
- margin-bottom: 10px;
- }
- /* line 23, ../sass/order/_confirm.scss */
- .order-confirm #main .card-payment-infos {
- margin-top: 30px;
- }
- /* line 27, ../sass/order/_confirm.scss */
- .order-confirm #main .card-infos {
- margin-top: 30px;
- }
-
- /* line 3, ../sass/credit/_add.scss */
- .credit-add .form {
- width: 300px;
- margin-top: 30px;
- text-align: center;
- }
- /* line 8, ../sass/credit/_add.scss */
- .credit-add .form .form-group.field-creditform-amount {
- margin-bottom: 30px;
- }
- /* line 12, ../sass/credit/_add.scss */
- .credit-add .form .form-group.field-creditform-amount label {
- margin-bottom: 25px;
- color: black;
- font-size: 20px;
- }
- /* line 18, ../sass/credit/_add.scss */
- .credit-add .form .form-group.field-creditform-amount .input-group {
- width: 150px;
- margin: 0px auto;
- }
- /* line 22, ../sass/credit/_add.scss */
- .credit-add .form .form-group.field-creditform-amount .input-group input#creditform-amount {
- text-align: center;
- }
- /* line 27, ../sass/credit/_add.scss */
- .credit-add .form .form-group.field-creditform-amount .hint-block {
- margin-top: 8px;
- }
-
- /* line 5, ../sass/credit/_history.scss */
- .credit-history #content #credit-user {
- float: right;
- /*display: block;
- padding: 10px 30px;
- background-color: $color-gray-light;
- @include border-radius(30px);*/
- }
- /* line 12, ../sass/credit/_history.scss */
- .credit-history #content #credit-user .bi {
- display: none;
- }
- /* line 18, ../sass/credit/_history.scss */
- .credit-history #content .table span.payment-positive {
- display: inline-block;
- font-family: 'worksans_bold';
- padding: 3px 12px;
- background-color: #f4efe8;
- -moz-border-radius: 15px;
- -webkit-border-radius: 15px;
- border-radius: 15px;
- }
- /* line 25, ../sass/credit/_history.scss */
- .credit-history #content .table small {
- color: gray;
- }
-
- /* line 4, ../sass/subscription/_index.scss */
- .subscription-index table .locality {
- color: gray;
- }
-
- /* line 4, ../sass/subscription/_form.scss */
- .subscription-create .subscription-form,
- .subscription-update .subscription-form {
- display: none;
- }
- /* line 8, ../sass/subscription/_form.scss */
- .subscription-create .subscription-form.loaded,
- .subscription-update .subscription-form.loaded {
- display: block;
- }
- /* line 12, ../sass/subscription/_form.scss */
- .subscription-create .subscription-form .block,
- .subscription-update .subscription-form .block {
- margin-bottom: 40px;
- }
- /* line 15, ../sass/subscription/_form.scss */
- .subscription-create .subscription-form .block h3,
- .subscription-update .subscription-form .block h3 {
- margin-bottom: 20px;
- }
- /* line 22, ../sass/subscription/_form.scss */
- .subscription-create .subscription-form .points-sale .name .the-name,
- .subscription-update .subscription-form .points-sale .name .the-name {
- font-family: 'worksans_semibold';
- font-size: 1.2rem;
- line-height: 1.4rem;
- color: black;
- margin-bottom: 5px;
- }
- /* line 31, ../sass/subscription/_form.scss */
- .subscription-create .subscription-form .points-sale .locality,
- .subscription-update .subscription-form .points-sale .locality {
- color: gray;
- }
- /* line 34, ../sass/subscription/_form.scss */
- .subscription-create .subscription-form .points-sale label,
- .subscription-update .subscription-form .points-sale label {
- cursor: pointer;
- }
- /* line 40, ../sass/subscription/_form.scss */
- .subscription-create .subscription-form .days .form-group,
- .subscription-update .subscription-form .days .form-group {
- float: left;
- margin-right: 15px;
- }
- /* line 49, ../sass/subscription/_form.scss */
- .subscription-create .subscription-form .points-sale table tr.selected td,
- .subscription-update .subscription-form .points-sale table tr.selected td {
- background-color: white;
- }
- /* line 54, ../sass/subscription/_form.scss */
- .subscription-create .subscription-form .points-sale table .the-name,
- .subscription-update .subscription-form .points-sale table .the-name {
- font-size: 20px;
- color: black;
- }
- /* line 59, ../sass/subscription/_form.scss */
- .subscription-create .subscription-form .points-sale table .block-code,
- .subscription-update .subscription-form .points-sale table .block-code {
- width: 150px;
- }
- /* line 63, ../sass/subscription/_form.scss */
- .subscription-create .subscription-form .points-sale table .actions,
- .subscription-update .subscription-form .points-sale table .actions {
- width: 150px;
- }
- /* line 66, ../sass/subscription/_form.scss */
- .subscription-create .subscription-form .points-sale table .actions button,
- .subscription-update .subscription-form .points-sale table .actions button {
- width: 100%;
- display: block;
- }
- /* line 75, ../sass/subscription/_form.scss */
- .subscription-create .subscription-form .dates label,
- .subscription-update .subscription-form .dates label {
- display: block;
- }
- /* line 80, ../sass/subscription/_form.scss */
- .subscription-create .subscription-form .comment-textarea,
- .subscription-update .subscription-form .comment-textarea {
- width: 100%;
- height: 100px;
- }
- /* line 86, ../sass/subscription/_form.scss */
- .subscription-create .subscription-form .products .monday, .subscription-create .subscription-form .products .tuesday, .subscription-create .subscription-form .products .wednesday, .subscription-create .subscription-form .products .thursday,
- .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,
- .subscription-update .subscription-form .products .monday,
- .subscription-update .subscription-form .products .tuesday,
- .subscription-update .subscription-form .products .wednesday,
- .subscription-update .subscription-form .products .thursday,
- .subscription-update .subscription-form .products .friday,
- .subscription-update .subscription-form .products .saturday,
- .subscription-update .subscription-form .products .sunday,
- .subscription-update .subscription-form .products .no-day {
- display: none;
- }
- /* line 91, ../sass/subscription/_form.scss */
- .subscription-create .subscription-form .products .monday-active .monday,
- .subscription-create .subscription-form .products .tuesday-active .tuesday,
- .subscription-create .subscription-form .products .wednesday-active .wednesday,
- .subscription-create .subscription-form .products .thursday-active .thursday,
- .subscription-create .subscription-form .products .friday-active .friday,
- .subscription-create .subscription-form .products .saturday-active .saturday,
- .subscription-create .subscription-form .products .sunday-active .sunday,
- .subscription-update .subscription-form .products .monday-active .monday,
- .subscription-update .subscription-form .products .tuesday-active .tuesday,
- .subscription-update .subscription-form .products .wednesday-active .wednesday,
- .subscription-update .subscription-form .products .thursday-active .thursday,
- .subscription-update .subscription-form .products .friday-active .friday,
- .subscription-update .subscription-form .products .saturday-active .saturday,
- .subscription-update .subscription-form .products .sunday-active .sunday {
- display: block;
- }
- /* line 101, ../sass/subscription/_form.scss */
- .subscription-create .subscription-form .products td.quantity,
- .subscription-update .subscription-form .products td.quantity {
- width: 200px;
- }
- /* line 104, ../sass/subscription/_form.scss */
- .subscription-create .subscription-form .products td.quantity input,
- .subscription-update .subscription-form .products td.quantity input {
- text-align: center;
- border: 0px none !important;
- }
- /* line 107, ../sass/subscription/_form.scss */
- .subscription-create .subscription-form .products td.quantity input.has-quantity,
- .subscription-update .subscription-form .products td.quantity input.has-quantity {
- font-weight: bold;
- }
- /* line 112, ../sass/subscription/_form.scss */
- .subscription-create .subscription-form .products td.quantity .input-group-text,
- .subscription-update .subscription-form .products td.quantity .input-group-text {
- background-color: white;
- padding-left: 0px;
- border: 0px none;
- }
- /* line 119, ../sass/subscription/_form.scss */
- .subscription-create .subscription-form .products .name,
- .subscription-update .subscription-form .products .name {
- font-family: 'worksans_semibold';
- font-size: 1.2rem;
- line-height: 1.4rem;
- color: black;
- margin-bottom: 5px;
- color: black;
- }
- /* line 127, ../sass/subscription/_form.scss */
- .subscription-create .subscription-form .products .name span,
- .subscription-update .subscription-form .products .name span {
- font-family: 'worksans_regular';
- }
- /* line 132, ../sass/subscription/_form.scss */
- .subscription-create .subscription-form .products .description,
- .subscription-update .subscription-form .products .description {
- margin-bottom: 5px;
- }
- /* line 136, ../sass/subscription/_form.scss */
- .subscription-create .subscription-form .products .description,
- .subscription-create .subscription-form .products .recipe,
- .subscription-update .subscription-form .products .description,
- .subscription-update .subscription-form .products .recipe {
- font-size: 1rem;
- color: gray;
- }
- /* line 142, ../sass/subscription/_form.scss */
- .subscription-create .subscription-form .products .price-unit, .subscription-create .subscription-form .products .price-total,
- .subscription-update .subscription-form .products .price-unit,
- .subscription-update .subscription-form .products .price-total {
- text-align: center;
- width: 150px;
- }
- /* line 147, ../sass/subscription/_form.scss */
- .subscription-create .subscription-form .products .price-total,
- .subscription-update .subscription-form .products .price-total {
- font-family: 'worksans_bold';
- }
- /* line 151, ../sass/subscription/_form.scss */
- .subscription-create .subscription-form .products .unit,
- .subscription-update .subscription-form .products .unit {
- color: gray;
- font-size: 13px;
- }
- /* line 156, ../sass/subscription/_form.scss */
- .subscription-create .subscription-form .products tr.total .price-total,
- .subscription-update .subscription-form .products tr.total .price-total {
- text-align: center;
- font-size: 20px;
- }
- /* line 160, ../sass/subscription/_form.scss */
- .subscription-create .subscription-form .products tr.total .price-total span,
- .subscription-update .subscription-form .products tr.total .price-total span {
- font-family: 'worksans_bold';
- display: inline-block;
- padding: 7px 15px;
- -moz-border-radius: 15px;
- -webkit-border-radius: 15px;
- border-radius: 15px;
- color: white;
- font-size: 1.2rem;
- }
- /* line 171, ../sass/subscription/_form.scss */
- .subscription-create .subscription-form .form-buttons,
- .subscription-update .subscription-form .form-buttons {
- text-align: center !important;
- }
- /* line 174, ../sass/subscription/_form.scss */
- .subscription-create .subscription-form .form-buttons button,
- .subscription-update .subscription-form .form-buttons button {
- display: inline-block;
- }
-
- /* line 5, ../sass/newsletter/_index.scss */
- .newsletter-index #newsletter-form .form-group {
- margin-bottom: 25px;
- }
- /* line 8, ../sass/newsletter/_index.scss */
- .newsletter-index #newsletter-form .form-group .toggle {
- float: left;
- width: 150px !important;
- }
- /* line 13, ../sass/newsletter/_index.scss */
- .newsletter-index #newsletter-form .form-group label {
- display: inline-block;
- font-weight: bold;
- margin-left: 20px;
- }
- /* line 18, ../sass/newsletter/_index.scss */
- .newsletter-index #newsletter-form .form-group label.control-label {
- margin-top: 10px;
- }
- /* line 23, ../sass/newsletter/_index.scss */
- .newsletter-index #newsletter-form .form-group.form-buttons {
- display: none;
- }
-
- /**
- Copyright Guillaume Bourgeois (2018)
-
- contact@souke.fr
-
- 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 (min-width: 768px) and (max-width: 992px) {
- /* line 39, ../sass/_responsive.scss */
- #left .fixed {
- position: relative;
- }
- }
- @media screen and (max-width: 768px) {
- /* line 47, ../sass/_responsive.scss */
- #main {
- padding-top: 0px;
- }
- /* line 51, ../sass/_responsive.scss */
- #main #header #banner {
- height: 120px;
- }
- /* line 59, ../sass/_responsive.scss */
- #main #header #logo {
- top: 37px;
- left: 50%;
- margin-left: -93px;
- }
- /* line 65, ../sass/_responsive.scss */
- #main #header #title {
- padding: 120px 20px 30px 20px;
- }
- /* line 68, ../sass/_responsive.scss */
- #main #header #title h2 {
- margin-left: 5px;
- }
- /* line 70, ../sass/_responsive.scss */
- #main #header #title h2 span.location {
- display: block;
- margin-top: 10px;
- }
- /* line 77, ../sass/_responsive.scss */
- #main #header.without-logo #title {
- padding-top: 30px;
- }
- /* line 81, ../sass/_responsive.scss */
- #main #header nav#main-nav {
- border-top-width: 2px;
- }
- /* line 85, ../sass/_responsive.scss */
- #main #header nav#main-nav ul li {
- display: block;
- width: 100%;
- }
- /* line 88, ../sass/_responsive.scss */
- #main #header nav#main-nav ul li a {
- text-align: left;
- display: block;
- border-bottom: solid 1px #ece4d8;
- padding: 6px 10px;
- }
- /* line 94, ../sass/_responsive.scss */
- #main #header nav#main-nav ul li a .label {
- float: right;
- }
- /* line 98, ../sass/_responsive.scss */
- #main #header nav#main-nav ul li a .hide-desktop {
- display: inline-block;
- }
- /* line 107, ../sass/_responsive.scss */
- #main #content {
- padding: 20px;
- }
- /* line 111, ../sass/_responsive.scss */
- #main #content .table td {
- padding: 10px;
- }
- /* line 117, ../sass/_responsive.scss */
- #main #content #block-infos .card {
- margin-bottom: 20px;
- }
- /* line 123, ../sass/_responsive.scss */
- #main #bar-fixed {
- position: relative;
- }
- /* line 125, ../sass/_responsive.scss */
- #main #bar-fixed .btn-comment {
- float: none;
- display: block;
- width: 100%;
- margin-bottom: 10px;
- margin-top: 15px;
- }
-
- /* line 135, ../sass/_responsive.scss */
- .order-create #main #content .order-form #products .table .input-group,
- .order-update #main #content .order-form #products .table .input-group {
- width: 60px;
- }
- /* line 139, ../sass/_responsive.scss */
- .order-create #main #content .order-form #products .table .input-group .form-control,
- .order-update #main #content .order-form #products .table .input-group .form-control {
- width: 20px;
- padding: 3px;
- }
-
- /* line 145, ../sass/_responsive.scss */
- .order-create #main #content .order-form #bar-fixed #checkbox-credit,
- .order-update #main #content .order-form #bar-fixed #checkbox-credit {
- width: 100%;
- margin: 0px;
- padding: 5px 0px;
- }
- /* line 151, ../sass/_responsive.scss */
- .order-create #main #content .order-form #bar-fixed #checkbox-credit .the-credit,
- .order-update #main #content .order-form #bar-fixed #checkbox-credit .the-credit {
- word-break: break-all;
- }
-
- /* line 156, ../sass/_responsive.scss */
- .order-create #main #content .order-form #bar-fixed #block-confirm-order button,
- .order-update #main #content .order-form #bar-fixed #block-confirm-order button {
- width: 100%;
- }
-
- /* line 164, ../sass/_responsive.scss */
- .order-order #app-order-order h3 {
- line-height: 28px;
- }
- /* line 170, ../sass/_responsive.scss */
- .order-order #app-order-order #distributions-list .card .btn-primary {
- display: block;
- float: none !important;
- margin-bottom: 10px;
- }
- /* line 179, ../sass/_responsive.scss */
- .order-order #app-order-order #steps ul {
- height: auto !important;
- }
- /* line 181, ../sass/_responsive.scss */
- .order-order #app-order-order #steps ul li {
- padding-left: 0px !important;
- padding-right: 0px !important;
- }
- /* line 185, ../sass/_responsive.scss */
- .order-order #app-order-order #steps ul li .info-step {
- display: none;
- }
- /* line 189, ../sass/_responsive.scss */
- .order-order #app-order-order #steps ul li .btn::after,
- .order-order #app-order-order #steps ul li .btn::before {
- display: none;
- }
- /* line 198, ../sass/_responsive.scss */
- .order-order #app-order-order table#points-sale td.name .locality {
- display: block !important;
- color: gray;
- margin-bottom: 5px;
- }
- /* line 204, ../sass/_responsive.scss */
- .order-order #app-order-order table#points-sale .column-locality {
- display: none;
- }
- /* line 209, ../sass/_responsive.scss */
- .order-order #app-order-order table#products {
- width: 100%;
- }
- /* line 211, ../sass/_responsive.scss */
- .order-order #app-order-order table#products tr {
- width: 100%;
- border-color: #b7ab9b !important;
- }
- /* line 216, ../sass/_responsive.scss */
- .order-order #app-order-order table#products .badge-count-selected-products span {
- display: none;
- }
- /* line 220, ../sass/_responsive.scss */
- .order-order #app-order-order table#products td.photo,
- .order-order #app-order-order table#products th.photo {
- display: none;
- }
- /* line 225, ../sass/_responsive.scss */
- .order-order #app-order-order table#products td.name,
- .order-order #app-order-order table#products td.summary,
- .order-order #app-order-order table#products td.price-unit,
- .order-order #app-order-order table#products tr.total td.price-total {
- display: block;
- width: 100% !important;
- }
- /* line 234, ../sass/_responsive.scss */
- .order-order #app-order-order table#products td.td-quantity,
- .order-order #app-order-order table#products tr.product-open td.price-total {
- display: inline-block;
- width: 49% !important;
- border: 0px none !important;
- }
- /* line 241, ../sass/_responsive.scss */
- .order-order #app-order-order table#products tr.product-open td.price-total {
- padding-top: 22px;
- font-size: 1.2rem;
- font-family: "worksans_bold";
- }
- /* line 248, ../sass/_responsive.scss */
- .order-order #app-order-order table#products td.name,
- .order-order #app-order-order table#products td.price-unit,
- .order-order #app-order-order table#products td.td-quantity {
- border-color: #e0e0e0 !important;
- }
- /* line 255, ../sass/_responsive.scss */
- .order-order #app-order-order table#products td.name .recipe {
- display: none;
- }
- /* line 260, ../sass/_responsive.scss */
- .order-order #app-order-order table#products td.price-unit {
- text-align: left !important;
- }
- /* line 264, ../sass/_responsive.scss */
- .order-order #app-order-order table#products tr.total td.price-total {
- padding-top: 0.5rem !important;
- }
- /* line 271, ../sass/_responsive.scss */
- .order-order #app-order-order #order-success .alert .glyphicon-big {
- font-size: 90px;
- color: white;
- padding: 30px;
- display: block;
- width: 100%;
- text-align: center;
- margin-bottom: 20px;
- }
- /* line 280, ../sass/_responsive.scss */
- .order-order #app-order-order #order-success .alert div.content {
- margin-left: 0px;
- text-align: center;
- }
-
- /* line 292, ../sass/_responsive.scss */
- .subscription-form #main #content .block.products .table td {
- padding: 5px;
- }
- /* line 295, ../sass/_responsive.scss */
- .subscription-form #main #content .block.products .table .recipe {
- display: none;
- }
- /* line 298, ../sass/_responsive.scss */
- .subscription-form #main #content .block.products .table .input-group-btn {
- display: block;
- width: 1000%;
- }
- /* line 301, ../sass/_responsive.scss */
- .subscription-form #main #content .block.products .table .input-group-btn .btn {
- display: block;
- width: 100%;
- }
-
- /* line 312, ../sass/_responsive.scss */
- #footer .content {
- text-align: center;
- }
- }
- @media screen and (max-width: 991px) {
- /* line 324, ../sass/_responsive.scss */
- #main {
- padding-top: 0px;
- }
- }
|