|
-
-
- .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: absolute ;
- top: -60px ;
- left: 50% ;
- margin-left: -15px ;
-
- img {
- 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 {
-
-
- padding: 16px ;
-
-
- }
- .c-day-popover-content {
- font-size: 1.3rem ;
- }
- }
-
- #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 ;
- }
- }
- }
-
- #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 {
- #btn-add-order {
- float: right ;
- }
-
- #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 {
- position: relative ;
-
- &.btn-primary {
- .glyphicon {
- display: block ;
- }
- }
-
- .glyphicon {
- display: none ;
- position: absolute ;
- top: 26px ;
- left: 50% ;
- margin-left: -10px ;
- font-size: 20px ;
- color: $color1 ;
- position: absolute ;
- }
-
- .label {
- background-color: white ;
- border: solid 1px #e0e0e0 ;
- @include border-radius(10px) ;
- }
- }
-
- }
- }
- }
-
-
- table {
- td.column-actions {
- text-align: right ;
- width: 200px ;
-
- .modal-form-order,
- .modal-payment {
- text-align: left ;
- }
- }
-
- tr.view {
- ul {
- list-style-type: none ;
- margin-left: 0px ;
- padding-left: 15px ;
- li {
-
- }
- }
- }
- }
- }
-
- .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 ;
- }
- }
- }
-
- .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;
- }
-
-
-
-
- .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);
- }
-
-
- }
|