|
- /* Welcome to Compass.
- * In this file you should write your main styles. (or centralize your imports)
- * Import this file using the following HTML or equivalent:
- * <link href="/stylesheets/screen.css" media="screen, projection" rel="stylesheet" type="text/css" /> */
- @font-face {
- font-family: 'comfortaabold';
- src: url("../fonts/comfortaa-bold-webfont.eot");
- src: url("../fonts/comfortaa-bold-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/comfortaa-bold-webfont.woff2") format("woff2"), url("../fonts/comfortaa-bold-webfont.woff") format("woff"), url("../fonts/comfortaa-bold-webfont.ttf") format("truetype"), url("../fonts/comfortaa-bold-webfont.svg#comfortaabold") format("svg");
- font-weight: normal;
- font-style: normal;
- }
- @font-face {
- font-family: 'comfortaalight';
- src: url("../fonts/comfortaa-light-webfont.eot");
- src: url("../fonts/comfortaa-light-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/comfortaa-light-webfont.woff2") format("woff2"), url("../fonts/comfortaa-light-webfont.woff") format("woff"), url("../fonts/comfortaa-light-webfont.ttf") format("truetype"), url("../fonts/comfortaa-light-webfont.svg#comfortaalight") format("svg");
- font-weight: normal;
- font-style: normal;
- }
- @font-face {
- font-family: 'comfortaaregular';
- src: url("../fonts/comfortaa-regular-webfont.eot");
- src: url("../fonts/comfortaa-regular-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/comfortaa-regular-webfont.woff2") format("woff2"), url("../fonts/comfortaa-regular-webfont.woff") format("woff"), url("../fonts/comfortaa-regular-webfont.ttf") format("truetype"), url("../fonts/comfortaa-regular-webfont.svg#comfortaaregular") format("svg");
- font-weight: normal;
- font-style: normal;
- }
- @font-face {
- font-family: 'myriadpro-it';
- src: url("../fonts/myriadpro-it.eot");
- src: url("../fonts/myriadpro-it.eot?#iefix") format("embedded-opentype"), url("../fonts/myriadpro-it.woff") format("woff"), url("../fonts/myriadpro-it.ttf") format("truetype"), url("../fonts/myriadpro-it.svg#myriadpro-it") format("svg");
- font-weight: normal;
- font-style: normal;
- }
- @font-face {
- font-family: 'myriadpro-light';
- src: url("../fonts/myriadpro-light.eot");
- src: url("../fonts/myriadpro-light.eot?#iefix") format("embedded-opentype"), url("../fonts/myriadpro-light.woff") format("woff"), url("../fonts/myriadpro-light.ttf") format("truetype"), url("../fonts/myriadpro-light.svg#myriadpro-light") format("svg");
- font-weight: normal;
- font-style: normal;
- }
- @font-face {
- font-family: 'myriadpro-regular';
- src: url("../fonts/myriadpro-regular.eot");
- src: url("../fonts/myriadpro-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/myriadpro-regular.woff") format("woff"), url("../fonts/myriadpro-regular.ttf") format("truetype"), url("../fonts/myriadpro-regular.svg#myriadpro-regular") format("svg");
- font-weight: normal;
- font-style: normal;
- }
- @font-face {
- font-family: 'myriadpro-semibold';
- src: url("../fonts/myriadpro-semibold.eot");
- src: url("../fonts/myriadpro-semibold.eot?#iefix") format("embedded-opentype"), url("../fonts/myriadpro-semibold.woff") format("woff"), url("../fonts/myriadpro-semibold.ttf") format("truetype"), url("../fonts/myriadpro-semibold.svg#myriadpro-semibold") format("svg");
- font-weight: normal;
- font-style: normal;
- }
- /* line 14, ../sass/screen.scss */
- .clr {
- clear: both;
- }
-
- /* line 18, ../sass/screen.scss */
- a {
- color: #BB8757;
- }
- /* line 21, ../sass/screen.scss */
- a:hover, a:focus, a:active {
- color: #9f6e40;
- }
-
- /* line 26, ../sass/screen.scss */
- .pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
- background-color: #BB8757;
- border: solid 1px #BB8757;
- }
-
- /* line 30, ../sass/screen.scss */
- .pagination > li > a, .pagination > li > span {
- color: #BB8757;
- }
- /* line 32, ../sass/screen.scss */
- .pagination > li > a:hover, .pagination > li > span:hover {
- color: #9f6e40;
- }
-
- /* line 38, ../sass/screen.scss */
- .wrap .btn-primary,
- .wrap .btn-success {
- background-color: #BB8757;
- border: solid 1px #BB8757;
- }
- /* line 43, ../sass/screen.scss */
- .wrap .btn-primary:hover, .wrap .btn-primary:focus, .wrap .btn-primary:active,
- .wrap .btn-success:hover,
- .wrap .btn-success:focus,
- .wrap .btn-success:active {
- background-color: #9f6e40;
- border: solid 1px #9f6e40;
- }
-
- /* line 51, ../sass/screen.scss */
- .nav-header .retour-site {
- border-left: solid 1px #F8F1DD;
- padding: 10px 15px;
- }
-
- /* line 58, ../sass/screen.scss */
- .navbar-brand .logo {
- height: 40px;
- position: relative;
- top: -10px;
- }
-
- /* line 65, ../sass/screen.scss */
- .container-body {
- padding-top: 117px;
- padding-bottom: 50px;
- }
-
- /* line 70, ../sass/screen.scss */
- .navbar-inverse {
- background-color: #BB8757;
- border-bottom: 0px none;
- }
- /* line 74, ../sass/screen.scss */
- .navbar-inverse .navbar-nav {
- padding-top: 12px;
- }
- /* line 78, ../sass/screen.scss */
- .navbar-inverse .navbar-nav > li > a {
- color: white;
- padding: 3px 14px;
- }
- /* line 82, ../sass/screen.scss */
- .navbar-inverse .navbar-nav > li > a:hover {
- color: #F8F1DD;
- }
- /* line 89, ../sass/screen.scss */
- .navbar-inverse .navbar-nav > li.active a {
- background-color: #F8F1DD;
- color: #BB8757;
- padding: 3px 14px;
- -moz-border-radius: 10px;
- -webkit-border-radius: 10px;
- border-radius: 10px;
- }
- /* line 95, ../sass/screen.scss */
- .navbar-inverse .navbar-nav > li.active a:hover {
- background-color: #F8F1DD;
- color: #BB8757;
- }
-
- /* line 103, ../sass/screen.scss */
- #alerts-fixed {
- position: fixed;
- bottom: 20px;
- left: 20px;
- }
- /* line 108, ../sass/screen.scss */
- #alerts-fixed .alert {
- margin-top: 20px;
- }
-
- /* line 113, ../sass/screen.scss */
- .nom-boulange {
- margin-bottom: 15px;
- text-align: left;
- position: fixed;
- top: 51px;
- left: 0px;
- width: 100%;
- background-color: #515151;
- background-color: #F8F1DD;
- color: #8d6139;
- z-index: 100;
- font-size: 20px;
- padding: 8px 15px;
- padding-bottom: 2px;
- padding-top: 5px;
- border-bottom: solid 1px #e0e0e0;
- -moz-box-shadow: 0px 0px 5px gray;
- -webkit-box-shadow: 0px 0px 5px gray;
- box-shadow: 0px 0px 5px gray;
- }
- /* line 132, ../sass/screen.scss */
- .nom-boulange #etat-paiement-etablissement {
- float: right;
- text-align: right;
- color: #8d6139;
- font-size: 16px;
- }
- /* line 137, ../sass/screen.scss */
- .nom-boulange #etat-paiement-etablissement .strong {
- background-color: white;
- color: #BB8757;
- -moz-border-radius: 10px;
- -webkit-border-radius: 10px;
- border-radius: 10px;
- padding: 0px 10px;
- }
- /* line 143, ../sass/screen.scss */
- .nom-boulange #etat-paiement-etablissement .btn {
- padding: 2px 5px;
- }
-
- /* line 151, ../sass/screen.scss */
- .table thead th.actions {
- width: 220px;
- }
- /* line 154, ../sass/screen.scss */
- .table thead th.order {
- width: 58px;
- }
- /* line 157, ../sass/screen.scss */
- .table thead th.actif {
- width: 75px;
- text-align: center;
- }
- /* line 163, ../sass/screen.scss */
- .table tbody td.center {
- text-align: center;
- }
-
- /* line 176, ../sass/screen.scss */
- #page-commande h1 .btn-group {
- float: right;
- }
- /* line 181, ../sass/screen.scss */
- #page-commande #col-left, #page-commande #col-right {
- padding-left: 0px;
- padding-right: 0px;
- }
- /* line 185, ../sass/screen.scss */
- #page-commande #col-right {
- padding-left: 20px;
- }
- /* line 189, ../sass/screen.scss */
- #page-commande #jours-production {
- display: none;
- }
- /* line 195, ../sass/screen.scss */
- #page-commande #calendar h2 {
- font-size: 20px;
- position: relative;
- top: 3px;
- }
- /* line 201, ../sass/screen.scss */
- #page-commande #calendar .fc-header-title {
- margin-left: 10px;
- }
- /* line 207, ../sass/screen.scss */
- #page-commande #calendar .dayWithEvent {
- background-color: #fee48d;
- cursor: pointer;
- }
- /* line 211, ../sass/screen.scss */
- #page-commande #calendar .fc-event-container {
- display: none;
- }
- /* line 212, ../sass/screen.scss */
- #page-commande #calendar .fc-today {
- border-bottom: solid 1px #C9302C;
- background-color: white;
- }
- /* line 216, ../sass/screen.scss */
- #page-commande #calendar .fc-today.dayWithEvent {
- background-color: #fee48d;
- }
- /* line 221, ../sass/screen.scss */
- #page-commande #calendar .fc-day {
- cursor: pointer;
- text-align: center;
- }
- /* line 224, ../sass/screen.scss */
- #page-commande #calendar .fc-day:hover {
- -moz-box-shadow: 0px 0px 2px black inset;
- -webkit-box-shadow: 0px 0px 2px black inset;
- box-shadow: 0px 0px 2px black inset;
- }
- /* line 229, ../sass/screen.scss */
- #page-commande #calendar .current-date {
- -moz-box-shadow: 0px 0px 2px black inset;
- -webkit-box-shadow: 0px 0px 2px black inset;
- box-shadow: 0px 0px 2px black inset;
- }
- /* line 233, ../sass/screen.scss */
- #page-commande #calendar .fc-day-number {
- float: none;
- padding-top: 2px;
- }
- /* line 241, ../sass/screen.scss */
- #page-commande #bloc-production .label {
- float: right;
- font-size: 13px;
- }
- /* line 246, ../sass/screen.scss */
- #page-commande #bloc-production .btn-success {
- background-color: #5cb85c;
- border-color: #4cae4c;
- }
- /* line 259, ../sass/screen.scss */
- #page-commande #produits-production .overflow table {
- width: 100%;
- }
- /* line 263, ../sass/screen.scss */
- #page-commande #produits-production .overflow thead, #page-commande #produits-production .overflow tbody, #page-commande #produits-production .overflow tr, #page-commande #produits-production .overflow td, #page-commande #produits-production .overflow th {
- display: block;
- }
- /* line 265, ../sass/screen.scss */
- #page-commande #produits-production .overflow tr:after {
- content: ' ';
- display: block;
- visibility: hidden;
- clear: both;
- }
- /* line 272, ../sass/screen.scss */
- #page-commande #produits-production .overflow thead th {
- height: 30px;
- /*text-align: left;*/
- }
- /* line 278, ../sass/screen.scss */
- #page-commande #produits-production .overflow tbody {
- height: 500px;
- overflow-y: auto;
- }
- /* line 286, ../sass/screen.scss */
- #page-commande #produits-production .overflow thead th {
- width: 32%;
- float: left;
- }
- /* line 291, ../sass/screen.scss */
- #page-commande #produits-production .overflow tbody td {
- width: 33%;
- float: left;
- }
- /* line 296, ../sass/screen.scss */
- #page-commande #produits-production .overflow .td-produit {
- width: 60%;
- }
- /* line 299, ../sass/screen.scss */
- #page-commande #produits-production .overflow .td-actif, #page-commande #produits-production .overflow .td-max {
- width: 20%;
- text-align: center;
- }
- /* line 305, ../sass/screen.scss */
- #page-commande #produits-production .overflow thead .td-produit {
- width: 57%;
- }
- /* line 311, ../sass/screen.scss */
- #page-commande #produits-production input.quantite-max {
- background-color: white;
- border: 1px solid #e0e0e0;
- text-align: center;
- width: 50px;
- }
- /* line 319, ../sass/screen.scss */
- #page-commande #produits-production td label {
- font-weight: normal;
- }
- /* line 325, ../sass/screen.scss */
- #page-commande #btn-export-commandes,
- #page-commande #btn-commande-auto {
- float: right;
- position: relative;
- top: -5px;
- right: -7px;
- padding: 2px 5px;
- }
- /* line 334, ../sass/screen.scss */
- #page-commande #btn-export-commandes {
- color: white;
- margin-left: 10px;
- padding: 1px 5px;
- }
- /* line 342, ../sass/screen.scss */
- #page-commande #bloc-totaux .table-produits .depasse {
- color: #b32815;
- }
- /* line 346, ../sass/screen.scss */
- #page-commande #bloc-totaux .table-produits .total strong span {
- font-weight: normal;
- font-size: 13px;
- }
- /* line 355, ../sass/screen.scss */
- #page-commande #commandes-points-vente .tab-pane {
- padding-top: 20px;
- }
- /* line 362, ../sass/screen.scss */
- #page-commande #commandes-points-vente .recap-pv.no-commande .recettes {
- display: none;
- }
- /* line 366, ../sass/screen.scss */
- #page-commande #commandes-points-vente .recap-pv .recettes {
- float: right;
- color: #BB8757;
- border: solid 1px #BB8757;
- padding: 4px 10px;
- -moz-border-radius: 10px;
- -webkit-border-radius: 10px;
- border-radius: 10px;
- font-weight: bold;
- position: relative;
- top: -3px;
- }
- /* line 380, ../sass/screen.scss */
- #page-commande #commandes-points-vente .alert.commentaire {
- display: none;
- }
- /* line 384, ../sass/screen.scss */
- #page-commande #commandes-points-vente ul.liste-commandes {
- margin-top: 10px;
- list-style-type: none;
- height: 100%;
- max-height: 400px;
- margin-left: 0;
- padding-left: 0;
- margin-top: 0px;
- width: 100%;
- overflow-y: scroll;
- }
- /* line 396, ../sass/screen.scss */
- #page-commande #commandes-points-vente ul.liste-commandes li {
- padding: 0;
- margin: 0;
- }
- /* line 399, ../sass/screen.scss */
- #page-commande #commandes-points-vente ul.liste-commandes li a {
- text-align: left;
- -moz-border-radius: 0px;
- -webkit-border-radius: 0px;
- border-radius: 0px;
- display: block;
- padding: 7px;
- color: #333;
- }
- /* line 407, ../sass/screen.scss */
- #page-commande #commandes-points-vente ul.liste-commandes li a .montant {
- float: right;
- color: #BB8757;
- font-weight: bold;
- }
- /* line 413, ../sass/screen.scss */
- #page-commande #commandes-points-vente ul.liste-commandes li a .glyphicon-comment {
- color: #BB8757;
- }
- /* line 417, ../sass/screen.scss */
- #page-commande #commandes-points-vente ul.liste-commandes li a:hover, #page-commande #commandes-points-vente ul.liste-commandes li a:active, #page-commande #commandes-points-vente ul.liste-commandes li a.active {
- text-decoration: none;
- background-color: #FCF8E3;
- outline: none;
- border-color: #ccc;
- -moz-transition: all 0.1s;
- -o-transition: all 0.1s;
- -webkit-transition: all 0.1s;
- transition: all 0.1s;
- }
- /* line 431, ../sass/screen.scss */
- #page-commande #commandes-points-vente .creer-commande {
- width: 100%;
- }
- /* line 435, ../sass/screen.scss */
- #page-commande #commandes-points-vente .title-user {
- display: none;
- font-size: 19px;
- margin-top: 0px;
- }
- /* line 440, ../sass/screen.scss */
- #page-commande #commandes-points-vente .title-user .btn-edit, #page-commande #commandes-points-vente .title-user .btn-remove,
- #page-commande #commandes-points-vente .title-user .btn-cancel, #page-commande #commandes-points-vente .title-user .btn-save {
- float: right;
- position: relative;
- top: -6px;
- }
- /* line 447, ../sass/screen.scss */
- #page-commande #commandes-points-vente .title-user .btn-edit, #page-commande #commandes-points-vente .title-user .btn-cancel {
- margin-right: 10px;
- }
- /* line 451, ../sass/screen.scss */
- #page-commande #commandes-points-vente .title-user .buttons-save-cancel {
- display: none;
- }
- /* line 455, ../sass/screen.scss */
- #page-commande #commandes-points-vente .title-user .choix-user {
- display: none;
- }
- /* line 458, ../sass/screen.scss */
- #page-commande #commandes-points-vente .title-user .choix-user .form-control {
- width: 200px;
- display: inline;
- }
- /* line 466, ../sass/screen.scss */
- #page-commande #commandes-points-vente table.table-produits .td-commande {
- text-align: center;
- }
- /* line 469, ../sass/screen.scss */
- #page-commande #commandes-points-vente table.table-produits input.form-control {
- text-align: center;
- }
- /* line 475, ../sass/screen.scss */
- #page-commande #commandes-points-vente .td-produit,
- #page-commande #commandes-points-vente .th-produit {
- width: 70%;
- }
- /* line 480, ../sass/screen.scss */
- #page-commande #commandes-points-vente .td-commande,
- #page-commande #commandes-points-vente .th-commande {
- width: 30%;
- text-align: center;
- }
- /* line 486, ../sass/screen.scss */
- #page-commande #commandes-points-vente .td-produit {
- text-transform: uppercase;
- }
- /* line 490, ../sass/screen.scss */
- #page-commande #commandes-points-vente .td-commande {
- font-weight: bold;
- }
- /* line 494, ../sass/screen.scss */
- #page-commande #commandes-points-vente .td-total {
- font-size: 20px;
- text-align: center;
- }
- /* line 498, ../sass/screen.scss */
- #page-commande #commandes-points-vente .td-total span {
- padding: 5px 10px;
- background-color: #BB8757;
- color: white;
- font-weight: bold;
- -moz-border-radius: 15px;
- -webkit-border-radius: 15px;
- border-radius: 15px;
- }
- /* line 508, ../sass/screen.scss */
- #page-commande #commandes-points-vente .panel-commande-automatique .field-commandeautoform-id_user,
- #page-commande #commandes-points-vente .panel-commande-automatique .field-commandeautoform-id_etablissement {
- display: none;
- }
- /* line 515, ../sass/screen.scss */
- #page-commande #commandes-points-vente .panel-commande-automatique .jours .form-group {
- float: left;
- margin-right: 10px;
- }
- /* line 524, ../sass/screen.scss */
- #page-commande #old-commandes {
- display: none;
- }
- /* line 528, ../sass/screen.scss */
- #page-commande .form-commandes-point-vente {
- margin-top: 20px;
- }
- /* line 532, ../sass/screen.scss */
- #page-commande .form-commandes-point-vente table {
- border-bottom: solid 1px #e0e0e0;
- }
- /* line 536, ../sass/screen.scss */
- #page-commande .form-commandes-point-vente .title-point-vente {
- background-color: #fff8e2;
- border-left: solid 3px #BB8757;
- font-weight: bold;
- text-align: left;
- padding: 10px;
- }
- /* line 544, ../sass/screen.scss */
- #page-commande .form-commandes-point-vente .title-totaux {
- text-align: center;
- }
- /* line 548, ../sass/screen.scss */
- #page-commande .form-commandes-point-vente .border-left {
- border-left: solid 1px #e0e0e0;
- }
- /* line 552, ../sass/screen.scss */
- #page-commande .form-commandes-point-vente .border-right {
- border-right: solid 1px #e0e0e0;
- }
- /* line 556, ../sass/screen.scss */
- #page-commande .form-commandes-point-vente input.quantite {
- width: 30px;
- background-color: white;
- border: solid 1px #e0e0e0;
- text-align: center;
- }
- /* line 564, ../sass/screen.scss */
- #page-commande .form-commandes-point-vente .td-produit {
- text-align: center;
- }
- /* line 568, ../sass/screen.scss */
- #page-commande .form-commandes-point-vente .submit-pv {
- float: right;
- }
- /* line 572, ../sass/screen.scss */
- #page-commande .form-commandes-point-vente .select-user {
- background-color: #F9F9F9;
- border: solid 1px #e0e0e0;
- }
- /* line 577, ../sass/screen.scss */
- #page-commande .form-commandes-point-vente .date-commande {
- font-size: 12px;
- }
- /* line 581, ../sass/screen.scss */
- #page-commande .form-commandes-point-vente .datepicker, #page-commande .form-commandes-point-vente .text {
- background-color: white;
- border: solid 1px #e0e0e0;
- margin-top: 3px;
- width: 100px;
- }
- /* line 589, ../sass/screen.scss */
- #page-commande .form-commandes-point-vente td.center {
- text-align: center;
- }
- /* line 595, ../sass/screen.scss */
- #page-commande .form-commandes-point-vente .depasse {
- color: #b32815;
- }
- /* line 599, ../sass/screen.scss */
- #page-commande .form-commandes-point-vente .total strong span {
- font-weight: normal;
- font-size: 13px;
- }
- /* line 604, ../sass/screen.scss */
- #page-commande .form-commandes-point-vente .vrac {
- display: none;
- }
- /* line 608, ../sass/screen.scss */
- #page-commande .form-commandes-point-vente td.client {
- text-align: left;
- padding: 3px;
- }
- /* line 611, ../sass/screen.scss */
- #page-commande .form-commandes-point-vente td.client .date-commande {
- color: gray;
- }
- /* line 622, ../sass/screen.scss */
- #page-commande .table-header-rotated td {
- width: 20px;
- padding: 0px;
- border-top: 1px solid #dddddd;
- border-left: 1px solid #dddddd;
- border-right: 1px solid #dddddd;
- vertical-align: middle;
- text-align: center;
- }
- /* line 632, ../sass/screen.scss */
- #page-commande .table-header-rotated th.rotate-45 {
- height: 80px;
- width: 20px;
- min-width: 20px;
- max-width: 20px;
- position: relative;
- vertical-align: bottom;
- padding: 0;
- font-size: 12px;
- line-height: 0.8;
- }
- /* line 644, ../sass/screen.scss */
- #page-commande .table-header-rotated th.rotate-45 > div {
- position: relative;
- top: 0px;
- left: 40px;
- /* 80 * tan(45) / 2 = 40 where 80 is the height on the cell and 45 is the transform angle*/
- height: 100%;
- -ms-transform: skew(-45deg, 0deg);
- -moz-transform: skew(-45deg, 0deg);
- -webkit-transform: skew(-45deg, 0deg);
- -o-transform: skew(-45deg, 0deg);
- transform: skew(-45deg, 0deg);
- overflow: hidden;
- border-left: 1px solid #dddddd;
- border-right: 1px solid #dddddd;
- border-top: 1px solid #dddddd;
- }
- /* line 660, ../sass/screen.scss */
- #page-commande .table-header-rotated th.rotate-45 span {
- -ms-transform: skew(45deg, 0deg) rotate(315deg);
- -moz-transform: skew(45deg, 0deg) rotate(315deg);
- -webkit-transform: skew(45deg, 0deg) rotate(315deg);
- -o-transform: skew(45deg, 0deg) rotate(315deg);
- transform: skew(45deg, 0deg) rotate(315deg);
- position: absolute;
- bottom: 30px;
- /* 40 cos(45) = 28 with an additional 2px margin*/
- bottom: 16px;
- left: -25px;
- /*Because it looked good, but there is probably a mathematical link here as well*/
- left: 0px;
- display: inline-block;
- width: 85px;
- /* 80 / cos(45) - 40 cos (45) = 85 where 80 is the height of the cell, 40 the width of the cell and 45 the transform angle*/
- width: 43px;
- text-align: left;
- white-space: nowrap;
- /*whether to display in one line or not*/
- }
-
- /* line 685, ../sass/screen.scss */
- #email-masse-form #ids-users {
- line-height: 30px;
- }
- /* line 687, ../sass/screen.scss */
- #email-masse-form #ids-users .label {
- text-transform: capitalize;
- }
-
- /* line 695, ../sass/screen.scss */
- .produit-create #jours-production .form-group, .produit-update #jours-production .form-group {
- float: left;
- margin-right: 15px;
- }
- /* line 699, ../sass/screen.scss */
- .produit-create #jours-production .form-group label, .produit-update #jours-production .form-group label {
- font-weight: normal;
- }
- /* line 704, ../sass/screen.scss */
- .produit-create .field-produit-id_etablissement, .produit-update .field-produit-id_etablissement {
- display: none;
- }
-
- /* line 709, ../sass/screen.scss */
- .table-striped > tbody > tr:nth-of-type(2n) {
- background-color: white;
- }
-
- /* line 714, ../sass/screen.scss */
- .wrap .produit-index .td-photo {
- max-width: 100px;
- width: 100px;
- }
- /* line 718, ../sass/screen.scss */
- .wrap .produit-index .photo-produit {
- max-width: 100px;
- }
- /* line 722, ../sass/screen.scss */
- .wrap .produit-index .ui-state-highlight {
- height: 75px;
- background-color: #F8F1DD;
- }
-
- /* communiquer */
- /* line 730, ../sass/screen.scss */
- .communiquer-mode-emploi {
- border: solid 1px #e0e0e0;
- padding: 10px;
- -moz-border-radius: 10px;
- -webkit-border-radius: 10px;
- border-radius: 10px;
- margin-bottom: 30px;
- font-family: "myriadpro-regular";
- }
- /* line 738, ../sass/screen.scss */
- .communiquer-mode-emploi .header .logo {
- float: left;
- width: 75px;
- padding-right: 20px;
- padding-top: 10px;
- }
- /* line 744, ../sass/screen.scss */
- .communiquer-mode-emploi .header .logo img {
- width: 75px;
- }
- /* line 750, ../sass/screen.scss */
- .communiquer-mode-emploi .header h1 {
- font-family: "comfortaaregular";
- font-size: 40px;
- margin-top: 0px;
- margin-bottom: 0px;
- font-weight: normal;
- }
- /* line 758, ../sass/screen.scss */
- .communiquer-mode-emploi .header h2 {
- margin-top: 0px;
- font-family: "myriadpro-regular";
- font-size: 20px;
- margin-top: 0px;
- position: relative;
- left: 2px;
- font-weight: normal;
- }
- /* line 769, ../sass/screen.scss */
- .communiquer-mode-emploi h3 {
- font-family: "comfortaalight";
- font-family: "myriadpro-regular";
- font-size: 25px;
- color: #BB8757;
- margin-top: 0px;
- margin-bottom: 0px;
- }
-
- /* line 779, ../sass/screen.scss */
- .communiquer-mode-emploi-encart {
- width: 420px;
- margin-top: 20px;
- }
- /* line 783, ../sass/screen.scss */
- .communiquer-mode-emploi-encart .header .logo {
- width: 60px;
- margin-right: 20px;
- padding-top: 5px;
- }
- /* line 788, ../sass/screen.scss */
- .communiquer-mode-emploi-encart .header .logo img {
- width: 60px;
- }
- /* line 794, ../sass/screen.scss */
- .communiquer-mode-emploi-encart .header h1 {
- margin-bottom: 3px;
- }
- /* line 803, ../sass/screen.scss */
- .communiquer-mode-emploi-encart h3 {
- margin-top: 15px;
- margin-bottom: 15px;
- }
-
- /* line 809, ../sass/screen.scss */
- .bloc-mode-emploi-pdf {
- width: 49.9%;
- float: left;
- border-bottom: dotted 1px gray;
- }
-
- /* line 815, ../sass/screen.scss */
- .bloc-mode-emploi-border {
- border-right: dotted 1px gray;
- border-bottom: dotted 1px gray;
- }
-
- /* line 820, ../sass/screen.scss */
- .communiquer-mode-emploi-pdf {
- border: 0px none;
- -moz-border-radius: 0px;
- -webkit-border-radius: 0px;
- border-radius: 0px;
- margin-bottom: 0px;
- padding: 20px 0px 20px 30px;
- }
- /* line 828, ../sass/screen.scss */
- .communiquer-mode-emploi-pdf .header .logo {
- float: left;
- width: 55px;
- padding-right: 15px;
- padding-top: 10px;
- }
- /* line 834, ../sass/screen.scss */
- .communiquer-mode-emploi-pdf .header .logo img {
- width: 55px;
- }
- /* line 838, ../sass/screen.scss */
- .communiquer-mode-emploi-pdf .header h1 {
- font-size: 32px;
- }
- /* line 841, ../sass/screen.scss */
- .communiquer-mode-emploi-pdf .header h2 {
- font-size: 16px;
- }
- /* line 846, ../sass/screen.scss */
- .communiquer-mode-emploi-pdf h3 {
- font-weight: normal;
- }
-
- /* line 851, ../sass/screen.scss */
- .bloc-mode-emploi-bottom {
- border-bottom: 0px none;
- border-bottom: solid 1px white;
- }
-
- /* commandes auto */
- /* line 860, ../sass/screen.scss */
- .commandeauto-form .field-commandeautoform-id_etablissement {
- display: none;
- }
- /* line 864, ../sass/screen.scss */
- .commandeauto-form .jours .form-group {
- float: left;
- margin-right: 20px;
- }
- /* line 871, ../sass/screen.scss */
- .commandeauto-form .produits .table {
- width: 500px;
- }
- /* line 874, ../sass/screen.scss */
- .commandeauto-form .produits .quantite {
- text-align: center;
- }
|