|
- /**
- Copyright distrib (2018)
-
- contact@opendistrib.net
-
- Ce logiciel est un programme informatique servant à aider les producteurs
- à distribuer leur production en circuits courts.
-
- Ce logiciel est régi par la licence CeCILL soumise au droit français et
- respectant les principes de diffusion des logiciels libres. Vous pouvez
- utiliser, modifier et/ou redistribuer ce programme sous les conditions
- de la licence CeCILL telle que diffusée par le CEA, le CNRS et l'INRIA
- sur le site "http://www.cecill.info".
-
- En contrepartie de l'accessibilité au code source et des droits de copie,
- de modification et de redistribution accordés par cette licence, il n'est
- offert aux utilisateurs qu'une garantie limitée. Pour les mêmes raisons,
- seule une responsabilité restreinte pèse sur l'auteur du programme, le
- titulaire des droits patrimoniaux et les concédants successifs.
-
- A cet égard l'attention de l'utilisateur est attirée sur les risques
- associés au chargement, à l'utilisation, à la modification et/ou au
- développement et à la reproduction du logiciel par l'utilisateur étant
- donné sa spécificité de logiciel libre, qui peut le rendre complexe à
- manipuler et qui le réserve donc à des développeurs et des professionnels
- avertis possédant des connaissances informatiques approfondies. Les
- utilisateurs sont donc invités à charger et tester l'adéquation du
- logiciel à leurs besoins dans des conditions permettant d'assurer la
- sécurité de leurs systèmes et ou de leurs données et, plus généralement,
- à l'utiliser et l'exploiter dans les mêmes conditions de sécurité.
-
- Le fait que vous puissiez accéder à cet en-tête signifie que vous avez
- pris connaissance de la licence CeCILL, et que vous en avez accepté les
- termes.
- */
-
- .distribution-index {
-
- #wrapper-app-distribution-index {
- display: none ;
- &.loaded {
- display: block ;
- }
- }
-
- .content-header {
- .date {
- font-weight: bold ;
- }
- }
-
- #app-distribution-index {
- position: relative ;
- }
-
- #distribution-date {
- display: none ;
- }
-
- #loading {
- position: fixed ;
- top: 50% ;
- left: 50% ;
- width: 100px ;
- height: 100px ;
- @include border-radius(50px) ;
- background-color: white ;
- z-index: 10 ;
- @include box-shadow(0px 0px 5px #d0d0d0) ;
-
- img {
- position: relative ;
- top: 35px ;
- left: 35px ;
- width: 30px ;
- height: 30px ;
- }
- }
-
- #calendar {
- margin-bottom: 15px ;
- .c-header .c-title-layout .c-title-popover .c-title-anchor .c-title[data-v-2083cb72] {
- font-size: 2rem ;
- }
- .c-day-background {
- //background-color: #F39C12;
- //background-color: white ;
- padding: 16px ;
- //border: solid 1px black !important ;
- //opacity: 1 ;
- }
- .c-day-popover-content {
- font-size: 1.3rem ;
- }
-
- .c-title {
- text-transform: uppercase ;
- font-family: 'capsuularegular' ;
- }
- }
-
- #products {
- td.quantities {
- width: 100px;
- text-align: right ;
- }
- input.quantity-max {
- width: 50px ;
- text-align: center ;
- display: inline ;
- }
- }
-
- #infos-top {
- .col-md-4 {
- padding: 0px ;
- }
- $height-info-box: 96px ;
- .info-box {
- min-height: $height-info-box ;
- height: $height-info-box ;
- .info-box-icon {
- height: $height-info-box ;
- width: 50px ;
- line-height: $height-info-box ;
- i.fa {
- font-size: 30px ;
- }
- }
- .info-box-content {
- margin-left: 55px ;
- .info-box-text {
- font-size: 12px ;
- .btn {
- font-size: 12px ;
- text-transform: uppercase ;
- }
- }
- .info-box-number {
- font-size: 14px ;
- }
- }
- }
-
- #info-box-distribution {
- .btn-active-week {
- float: right ;
- }
- }
-
- #summary-ca-weight {
- .normal {
- font-weight: normal ;
- }
- }
- }
-
- #modal-products {
- table.table {
- thead {
- tr {
- td {
- font-weight: bold ;
- }
- }
- }
- td.quantity-ordered,
- td.quantity-max {
- text-align: center;
- }
-
- td.quantity-ordered {
- width: 50px ;
- }
- td.quantity-max {
- width: 70px ;
-
- input {
- text-align: center ;
- }
- }
- }
- }
-
- #orders {
- position: relative ;
- #btn-add-order {
- position: absolute ;
- top: 9px ;
- right: 10px ;
- }
-
- #wrapper-nav-points-sale {
- margin-bottom: 10px ;
-
- ul#nav-points-sale {
- margin: 0px ;
- padding: 0px ;
- list-style-type: none ;
-
- li {
- float: left ;
- margin-right: 10px ;
- margin-bottom: 10px ;
-
- a {
- .label {
- background-color: white ;
- border: solid 1px #e0e0e0 ;
- @include border-radius(10px) ;
- }
- }
-
- }
- }
- }
-
-
- table {
- td.column-actions {
- text-align: right ;
- width: 230px ;
-
- .modal-form-order,
- .modal-payment {
- text-align: left ;
- }
-
- .add-subscription {
- position: relative ;
- .glyphicon-plus {
- position: absolute ;
- top: 4px ;
- right: 4px ;
- font-size: 7px ;
- }
- }
- }
-
- td.column-payment {
- div.btn-group {
- width: 125px ;
- }
- }
-
- tr.view {
- ul {
- list-style-type: none ;
- margin-left: 0px ;
- padding-left: 15px ;
- li {
-
- }
- }
-
- .comment {
- margin-top: 20px ;
- }
- }
- }
- }
-
- .modal-form-order {
- table.table-products {
-
- .product-ordered {
- td {
- background-color: #e9e9e9 ;
- }
-
- input {
- font-size: 16px ;
- font-weight: bold ;
- }
- }
-
- td.quantity {
- width: 150px ;
-
- input {
- text-align: center ;
- color: gray ;
- }
-
- }
- td.quantity-remaining {
- text-align: right ;
- }
- }
-
- .actions-form {
- button {
- margin-left: 15px ;
- }
- }
- }
-
- .modal-payment {
- .info-box {
- .info-box-icon {
- width: 50px ;
- i {
- font-size: 30px ;
- }
- }
- .info-box-content {
- margin-left: 50px ;
- }
- }
- }
-
- .modal-mask {
- position: fixed;
- z-index: 9998;
- top: 0;
- left: 0;
- width: 100%;
- height: 100%;
- background-color: rgba(0, 0, 0, .5);
- display: table;
- transition: opacity .3s ease;
- }
-
- .modal-wrapper {
- display: table-cell;
- vertical-align: middle;
- }
-
- .modal-container {
- width: 70%;
- margin: 0px auto;
- padding: 20px 30px;
- background-color: #fff;
- border-radius: 2px;
- box-shadow: 0 2px 8px rgba(0, 0, 0, .33);
- transition: all .3s ease;
- font-family: Helvetica, Arial, sans-serif;
- }
-
- .modal-header {
- padding-bottom: 0px ;
- h3 {
- margin-top: 0;
- color: #333;
- text-transform: uppercase ;
- margin-bottom: 0px ;
- }
- }
-
- .modal-body {
- margin: 20px 0;
- max-height: 300px ;
- height: 300px ;
- overflow-y: scroll ;
- }
-
- .modal-default-button {
- float: right;
- }
-
- /*
- * The following styles are auto-applied to elements with
- * transition="modal" when their visibility is toggled
- * by Vue.js.
- *
- * You can easily play with the modal transition by editing
- * these styles.
- */
-
- .modal-enter {
- opacity: 0;
- }
-
- .modal-leave-active {
- opacity: 0;
- }
-
- .modal-enter .modal-container,
- .modal-leave-active .modal-container {
- -webkit-transform: scale(1.1);
- transform: scale(1.1);
- }
-
-
- }
|