|
123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385 |
-
- .order-order #main {
- #app-order-order {
- display: none ;
-
- h3 {
- font-family: "highvoltageregular" ;
- }
-
- &.loaded {
- display: block ;
- }
-
- #distribution-date, #order-distribution-date {
- display: none ;
- }
-
- .slide-enter-active {
- transition: all .2s ease;
- }
-
- .slide-leave-active {
- transition: all 0s ease;
- }
- .slide-enter, .slide-leave-to {
- transform: translateX(10px);
- opacity: 0;
- }
-
- #steps {
- margin-bottom: 20px ;
- ul {
- height: 70px ;
-
- li {
- text-align: center ;
- padding-right: 8px ;
- padding-left: 8px ;
- position: relative ;
-
- .info-step {
- position: absolute ;
- top: 45px ;
- left: 0px ;
- width: 100% ;
- text-transform: normal ;
- color: $color1 ;
- font-family: 'capsuularegular' ;
- font-size: 17px ;
- font-weight: bold ;
- }
-
- .glyphicon-chevron-right,
- &.active .glyphicon-chevron-right {
- float: right ;
- color: gray ;
- position: relative ;
- top: 10px ;
- }
-
- &.first {
- padding-left: 0px ;
- }
-
- &#step-payment {
- padding-right: 0px ;
- }
-
- &#step-payment .btn::after,
- &.first .btn::before {
- display: none ;
- }
-
- .btn {
- color: #333 ;
- text-transform: uppercase ;
- display: block ;
- width: 100% ;
- position: relative ;
- background-color: #e0e0e0 ;
- @include border-radius(0px) ;
- border: 0px none ;
- text-transform: uppercase ;
-
- .button-content {
- position: relative;
- left: 8px ;
- }
-
- &.btn-primary {
- background-color: $color1 ;
- }
-
- &::after, &::before {
- content: '' ;
- position: absolute ;
- top: -1px ;
- }
-
- &::after {
- right: -34px ;
- border:17px solid transparent;
- border-left:17px solid #e0e0e0;
- background-color: transparent ;
- }
-
- &::before {
- left: 0px ;
- border:17px solid transparent;
- border-left:17px solid white;
- background-color: transparent ;
- }
-
- &.btn-primary::after {
- border-left:17px solid $color1;
- }
-
- &:hover {
- //background-color: lighten($color1, 5) ;
- }
-
- &:hover::after {
- //border:17px solid transparent;
- //border-left:17px solid #fefefe;
- }
- }
-
- .btn-primary {
- color: white ;
- }
- }
- }
- }
-
- #legend {
- #order-date-color,
- #distribution-date-color {
- width: 13px ;
- height: 13px ;
- display: inline-block ;
- }
-
- #order-date-color {
- background-color: #FF7F00 ;
- }
- #distribution-date-color {
- background-color: #5cb85c ;
- }
- }
-
- #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: 20px ;
- }
-
- .c-day:hover {
- .c-day-background {
- background-color: #FF7F00 !important ;
- color: white !important ;
- }
- }
-
- .c-day-popover-content {
- font-size: 1.3rem ;
- }
- }
-
- #content-step-date {
- #distributions-list {
- .panel {
- .btn-primary {
- float: right ;
- }
-
- .date {
- font-size: 20px ;
- }
-
- .point-sales {
- color: gray ;
- font-size: 14px ;
- margin-top: 8px ;
- }
- }
- }
- }
-
- .block-actions {
- text-align: right ;
- margin-top: 20px ;
- }
-
- table#points-sale {
- td.name {
- .the-name {
- font-family: 'capsuularegular' ;
- color: black ;
- font-size: 20px ;
- line-height: 25px ;
- }
- }
-
- td.actions {
- width: 150px ;
- button {
- width: 100% ;
- }
- }
-
- tr.selected {
- td {
- background-color: $color2 ;
- }
- }
- }
-
- table#products {
-
- td.category-name {
- font-family: "highvoltageregular" ;
- font-size: 22px ;
- line-height: 30px;
- text-transform: uppercase;
- padding-top: 13px ;
-
- .glyphicon-triangle-bottom,
- .glyphicon-triangle-right {
- font-size: 15px ;
- }
-
- span.label {
- //font-family: 'capsuularegular' ;
- font-family: 'Arial' ;
- font-weight: normal ;
- float: right ;
- text-transform: none ;
- margin-left: 15px ;
- }
-
- &:hover {
- cursor: pointer ;
- background-color: $color1 ;
- color: white ;
- }
- }
-
- td.photo {
- img {
- width: 100px ;
- }
- }
-
- td.name {
- .name {
- font-family: 'capsuularegular' ;
- color: black ;
- font-size: 20px ;
- line-height: 25px ;
- }
- .other {
- font-size: 14px ;
- color: #333 ;
- }
- .recipe {
- color: gray ;
- }
- }
- .price-unit, .price-total {
- width: 100px ;
- text-align: center ;
-
- .unit {
- color: gray ;
- font-size: 13px ;
- }
- }
- .td-quantity {
- width: 175px ;
- input.quantity {
- text-align: center ;
- border-right: 0px none ;
- }
- .input-group-addon {
- padding: 5px ;
- padding-left: 0px ;
- margin: 0px ;
- border-left: 0px none ;
- border-right: 0px none ;
- }
- }
-
- tr.total {
- .summary {
- h3 {
- margin-top: 0px ;
- font-family: 'capsuularegular' ;
- text-transform: none ;
- margin-bottom: 5px ;
- }
-
- ul {
- margin-bottom: 15px ;
- padding-left: 20px ;
- font-size: 23px ;
-
-
- li {
- .quantity {
- font-size: 18px ;
- }
-
- .name {
- font-family: 'capsuularegular' ;
- font-size: 24px ;
- }
- .other {
- font-family: 'arial' ;
- font-size: 14px ;
- }
- }
- }
- }
- .price-total {
- font-size: 23px ;
- }
- }
- }
-
- #content-step-payment {
-
- .delivery {
- margin-bottom: 20px ;
-
- .delivery-home {
- margin-bottom: 20px ;
- }
-
- .delivery-address {
-
- }
- }
-
- .comment {
- margin-bottom: 20px ;
- }
-
- .credit {
- .info {
- margin-left: 20px ;
- color: gray ;
- }
- }
- }
-
- #specific-delays {
- strong {
- //text-decoration: underline ;
- }
- }
-
- #infos {
- margin-top: 30px ;
- .panel-body {
- padding-top: 0px ;
- white-space: pre-line ;
- }
- }
- }
- }
-
- #main #content {
- .panel {
- h3 {
- font-family: "highvoltageregular" ;
- margin: 0px ;
- padding-top: 10px ;
- padding-bottom: 4px ;
- font-size: 20px ;
- }
- }
- }
|