|
42 | 42 | </div> |
43 | 43 | <div class="price-details-wrapper"> |
44 | 44 | <div class="ticket-qty-wrapper"> |
45 | | - <button class="decrement" on-click="updateOrder(event, line_item.item_name, line_item.quantity_available, false)">-</button> |
| 45 | + <button class="decrement" on-click="updateOrder(event, line_item.item_name, line_item.quantity_available, false)">−</button> |
46 | 46 | <input type="number" class="ticket-qty" name="quantity" min="0" max="{{ line_item.quantity_available }}" value="{{ line_item.quantity }}" disabled> |
47 | | - <button class="increment" on-click="updateOrder(event, line_item.item_name, line_item.quantity_available, true)">+</button> |
| 47 | + <button class="increment" on-click="updateOrder(event, line_item.item_name, line_item.quantity_available, true)">+</button> |
48 | 48 | </div> |
49 | | - <span class="multiplier">×</span> |
| 49 | + <span class="multiplier">×</span> |
50 | 50 | <div class="ticket-price-wrapper"> |
51 | 51 | {{#if line_item.unit_final_amount >= 0 && line_item.quantity === 0}} |
52 | 52 | <p class="discount-price ticket-price">₹{{ line_item.unit_final_amount }}</p> |
|
503 | 503 | .ticket-description p { |
504 | 504 | margin: 7px 0; |
505 | 505 | } |
| 506 | + .ticket-description ul { |
| 507 | + list-style-type: disc; |
| 508 | + list-style-position: inside; |
| 509 | + padding-left: 5px; |
| 510 | + } |
506 | 511 | .ticket-description .fa { |
507 | 512 | padding-right: 5px; |
508 | 513 | } |
|
538 | 543 | .price-details-wrapper { |
539 | 544 | float: right; |
540 | 545 | margin: 0 0 10px; |
| 546 | + line-height: 1; |
541 | 547 | } |
542 | 548 | .ticket-price-wrapper { |
543 | 549 | float: right; |
544 | | - margin-top: 4px; |
545 | 550 | position: relative; |
| 551 | + margin: 4px 0 0; |
546 | 552 | } |
547 | 553 | .ticket-price { |
548 | 554 | font-size: 18px; |
|
568 | 574 | outline: medium none; |
569 | 575 | color: #333; |
570 | 576 | padding: 0; |
571 | | - height: 30px; |
| 577 | + height: 27px; |
572 | 578 | overflow: hidden; |
573 | 579 | background: #f6f3c2; |
574 | 580 | font-size: 18px; |
|
580 | 586 | background: #f6f3c2; |
581 | 587 | -webkit-text-fill-color:#333; |
582 | 588 | color: #333; |
583 | | - line-height: 1; |
584 | 589 | display: inline-block; |
585 | 590 | padding-left: 8px; |
586 | 591 | font-size: 18px; |
|
603 | 608 | -moz-appearance: textfield; |
604 | 609 | } |
605 | 610 | .increment, .decrement { |
606 | | - line-height: 1; |
607 | | - font-size: 20px; |
| 611 | + font-size: 18px; |
608 | 612 | background-color: #eee; |
609 | 613 | height: 100%; |
610 | 614 | border: 0; |
|
615 | 619 | } |
616 | 620 | .multiplier { |
617 | 621 | padding-right: 20px; |
618 | | - font-size: 20px; |
619 | | - margin-top: 2px; |
| 622 | + font-size: 18px; |
620 | 623 | float: right; |
| 624 | + margin: 5px 0 0; |
621 | 625 | } |
622 | 626 | .discount-amount, .subtotal { |
623 | 627 | margin: 5px 0; |
|
647 | 651 | .ticket-title, |
648 | 652 | .ticket-price, |
649 | 653 | .multiplier, |
650 | | - .ticket-qty { |
| 654 | + .ticket-qty, |
| 655 | + .increment, |
| 656 | + .decrement{ |
651 | 657 | font-size: 25px; |
652 | 658 | } |
653 | 659 | .sold-out { |
|
658 | 664 | .ticket-price .rupee-sign { |
659 | 665 | font-size: 22px; |
660 | 666 | } |
661 | | - .increment, .decrement { |
662 | | - font-size: 35px; |
663 | | - } |
664 | 667 | .ticket-qty-wrapper { |
665 | 668 | height: 37px; |
666 | 669 | } |
|
677 | 680 | bottom: 24px; |
678 | 681 | } |
679 | 682 | .ticket-price-wrapper { |
680 | | - margin-top: 2px; |
| 683 | + margin-top: 3px; |
681 | 684 | } |
682 | 685 | } |
683 | 686 | .item-amount { |
|
0 commit comments