|
- /* 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;
- }
-
- /* line 5, ../sass/_layout.scss */
- body {
- font-family: "Arial";
- background-color: #BB8757;
- color: #333;
- line-height: 20px;
- font-size: 14px;
- }
-
- /* line 13, ../sass/_layout.scss */
- .clr {
- clear: both;
- }
-
- /* line 17, ../sass/_layout.scss */
- .modal-backdrop.in {
- z-index: 10;
- }
-
- /* line 22, ../sass/_layout.scss */
- #main .btn-primary {
- background-color: #BB8757;
- border: solid 1px #BB8757;
- color: white;
- }
- /* line 27, ../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 36, ../sass/_layout.scss */
- .btn {
- background-image: none;
- }
-
- /* line 40, ../sass/_layout.scss */
- #main .alert {
- background-image: none;
- background-color: white;
- border-bottom-width: 3px;
- }
-
- /* line 48, ../sass/_layout.scss */
- .alert.alert-warning a {
- color: #8a6d3b;
- }
-
- /* line 57, ../sass/_layout.scss */
- ul.pagination li.active a {
- background-color: #BB8757;
- border: solid 1px #BB8757;
- }
- /* line 61, ../sass/_layout.scss */
- ul.pagination li.active a:hover {
- background-color: #F8F1DD;
- border: solid 1px #F8F1DD;
- color: #BB8757;
- }
- /* line 68, ../sass/_layout.scss */
- ul.pagination li a {
- color: #BB8757;
- }
- /* line 71, ../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 80, ../sass/_layout.scss */
- #header-bap {
- background-color: #F8F1DD;
- padding-top: 7px;
- padding-bottom: 7px;
- }
- /* line 85, ../sass/_layout.scss */
- #header-bap .container {
- padding-left: 0px;
- padding-right: 0px;
- }
- /* line 90, ../sass/_layout.scss */
- #header-bap #logo {
- color: black;
- text-decoration: none;
- position: relative;
- top: 3px;
- }
- /* line 96, ../sass/_layout.scss */
- #header-bap #logo img {
- width: 25px;
- }
- /* line 99, ../sass/_layout.scss */
- #header-bap #logo .text {
- font-size: 17px;
- font-family: "comfortaalight";
- position: relative;
- bottom: 6px;
- left: 3px;
- }
- /* line 108, ../sass/_layout.scss */
- #header-bap ul#nav-bap {
- float: right;
- }
- /* line 111, ../sass/_layout.scss */
- #header-bap ul#nav-bap li {
- float: right;
- }
- /* line 113, ../sass/_layout.scss */
- #header-bap ul#nav-bap li a {
- color: black;
- font-size: 15px;
- color: #BB8757;
- }
- /* line 118, ../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 125, ../sass/_layout.scss */
- #header-bap ul#nav-bap li ul {
- background-color: #F8F1DD;
- border-top: solid 2px #BB8757;
- }
- /* line 129, ../sass/_layout.scss */
- #header-bap ul#nav-bap li ul li a {
- text-transform: uppercase;
- font-size: 13px;
- }
-
- /* line 139, ../sass/_layout.scss */
- #header {
- background-color: #BB8757;
- text-align: center;
- padding-top: 25px;
- padding-bottom: 50px;
- border-bottom: solid 1px #e0e0e0;
- }
- /* line 146, ../sass/_layout.scss */
- #header .container {
- position: relative;
- padding: 0px;
- }
- /* line 152, ../sass/_layout.scss */
- #header h1, #header h2 {
- color: white;
- }
- /* line 156, ../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 165, ../sass/_layout.scss */
- #header h1 span {
- font-family: "myriadpro-light";
- font-size: 27px;
- font-weight: normal;
- }
- /* line 172, ../sass/_layout.scss */
- #header #infos {
- text-align: left;
- padding-bottom: 10px;
- padding-top: 8px;
- margin-bottom: 0px;
- color: #F8F1DD;
- font-size: 14px;
- }
- /* line 180, ../sass/_layout.scss */
- #header #infos .favorite {
- border-left: solid 1px #F8F1DD;
- padding-left: 10px;
- }
- /* line 185, ../sass/_layout.scss */
- #header #infos a {
- color: white;
- text-decoration: underline;
- }
- /* line 190, ../sass/_layout.scss */
- #header #infos strong {
- font-weight: bold;
- }
- /* line 195, ../sass/_layout.scss */
- #header #credit {
- position: relative;
- top: 10px;
- float: right;
- color: white;
- font-family: "myriadpro-semibold";
- font-size: 16px;
- }
- /* line 203, ../sass/_layout.scss */
- #header #credit .info {
- padding-bottom: 5px;
- border-bottom: solid 1px #BB8757;
- text-align: right;
- }
- /* line 207, ../sass/_layout.scss */
- #header #credit .info a {
- color: white;
- }
- /* line 212, ../sass/_layout.scss */
- #header #credit span.text {
- font-family: "myriadpro-regular";
- }
- /* line 216, ../sass/_layout.scss */
- #header #credit span.glyphicon {
- font-size: 16px;
- }
- /* line 220, ../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 231, ../sass/_layout.scss */
- #main {
- background-color: #F8F1DD;
- }
- /* line 234, ../sass/_layout.scss */
- #main #main-nav {
- width: 100%;
- position: relative;
- top: -40px;
- background-color: white;
- border-bottom: solid 1px #e0e0e0;
- }
- /* line 243, ../sass/_layout.scss */
- #main #main-nav ul li a {
- color: #BB8757;
- text-transform: uppercase;
- font-family: "myriadpro-regular";
- border-right: solid 1px #e0e0e0;
- }
- /* line 250, ../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 257, ../sass/_layout.scss */
- #main #main-nav ul li#btn-administration {
- background-color: #F8F1DD;
- float: right;
- }
- /* line 264, ../sass/_layout.scss */
- #main #main-nav #user {
- color: #BB8757;
- float: right;
- padding: 10px;
- }
- /* line 271, ../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 284, ../sass/_layout.scss */
- #main .container {
- padding: 0px;
- background-color: white;
- min-height: 500px;
- border-left: solid 1px #e0e0e0;
- border-right: solid 1px #e0e0e0;
- }
- /* line 292, ../sass/_layout.scss */
- #main #content {
- padding-bottom: 20px;
- padding: 0px 20px 20px 20px;
- }
- /* line 296, ../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 301, ../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 306, ../sass/_layout.scss */
- #main #content h1 {
- font-size: 30px;
- }
- /* line 310, ../sass/_layout.scss */
- #main #content h2 {
- font-size: 25px;
- }
- /* line 315, ../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 322, ../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 333, ../sass/_layout.scss */
- #main #content h4 {
- font-size: 20px;
- }
- /* line 337, ../sass/_layout.scss */
- #main #content h5 {
- font-size: 18px;
- }
- /* line 341, ../sass/_layout.scss */
- #main #content h6 {
- font-size: 16px;
- }
-
- /* line 347, ../sass/_layout.scss */
- #footer {
- background-color: #BB8757;
- height: 100px;
- }
- /* line 351, ../sass/_layout.scss */
- #footer .container {
- padding: 0px;
- }
- /* line 353, ../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 361, ../sass/_layout.scss */
- #footer .container .content {
- padding-top: 20px;
- color: white;
- }
- /* line 365, ../sass/_layout.scss */
- #footer .container .content a {
- color: white;
- text-decoration: underline;
- margin-right: 10px;
- }
-
- /* line 3, ../sass/site/_index.scss */
- .site-index #commander {
- margin-bottom: 40px;
- text-align: center;
- }
- /* line 9, ../sass/site/_index.scss */
- .site-index #presentation .photo {
- text-align: center;
- }
- /* line 11, ../sass/site/_index.scss */
- .site-index #presentation .photo .img-photo {
- width: 100%;
- max-width: 500px;
- }
- /* line 18, ../sass/site/_index.scss */
- .site-index #produits img.photo-produit {
- width: 100px;
- height: auto;
- }
-
- /* line 4, ../sass/commande/_form.scss */
- .commande-create #main #content .commande-form,
- .commande-update #main #content .commande-form {
- min-height: 600px;
- padding-bottom: 60px;
- }
- /* line 9, ../sass/commande/_form.scss */
- .commande-create #main #content .commande-form h2,
- .commande-update #main #content .commande-form h2 {
- font-family: "myriadpro-regular";
- }
- /* line 13, ../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 19, ../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 25, ../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 29, ../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 35, ../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 41, ../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 46, ../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 49, ../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 58, ../sass/commande/_form.scss */
- .commande-create #main #content .commande-form .date-commande,
- .commande-update #main #content .commande-form .date-commande {
- margin-bottom: 53px;
- }
- /* line 60, ../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 70, ../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 73, ../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 80, ../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 84, ../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 88, ../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 90, ../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 94, ../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 99, ../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 103, ../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 108, ../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 123, ../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 129, ../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 135, ../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 137, ../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 143, ../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 147, ../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 151, ../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 153, ../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 164, ../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 168, ../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 176, ../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 182, ../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 187, ../sass/commande/_form.scss */
- .commande-create #main #content .commande-form #produits,
- .commande-update #main #content .commande-form #produits {
- margin-top: 15px;
- }
- /* line 190, ../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 195, ../sass/commande/_form.scss */
- .commande-create #main #content .commande-form #produits .table,
- .commande-update #main #content .commande-form #produits .table {
- margin-top: 7px;
- }
- /* line 198, ../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 205, ../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 210, ../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 214, ../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 221, ../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 225, ../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 229, ../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 231, ../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 236, ../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 241, ../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 245, ../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 254, ../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 258, ../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 263, ../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 267, ../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 271, ../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 275, ../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 281, ../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 297, ../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 303, ../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 310, ../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 316, ../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 322, ../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 329, ../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 337, ../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 341, ../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 345, ../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 351, ../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 362, ../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 366, ../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 371, ../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 378, ../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 382, ../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 386, ../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 392, ../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 397, ../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 402, ../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 409, ../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 417, ../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 425, ../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;
- }
-
- /* line 4, ../sass/commande/_historique.scss */
- .commande-historique #liste-boulangeries {
- display: none;
- }
|