_animations.scss
1 year ago
_booking.scss
1 year ago
_booking_animations.scss
1 year ago
_buttons.scss
1 year ago
_calendar.scss
1 year ago
_customer_dashboard.scss
1 year ago
_forms.scss
1 year ago
_grid.scss
1 year ago
_icons.scss
1 year ago
_items.scss
1 year ago
_lightbox.scss
1 year ago
_login.scss
1 year ago
_mixins.scss
1 year ago
_notifications.scss
1 year ago
_print.scss
1 year ago
_responsive.scss
1 year ago
_shared.scss
1 year ago
_shortcodes.scss
1 year ago
_type.scss
1 year ago
_utilities.scss
1 year ago
_variables.scss
1 year ago
_print.scss
99 lines
| 1 | /*! |
| 2 | * Copyright (c) 2023 LatePoint LLC. All rights reserved. |
| 3 | */ |
| 4 | |
| 5 | @media print { |
| 6 | .part-of-bundle-message { |
| 7 | display: none; |
| 8 | } |
| 9 | .qr-code-on-full-summary { |
| 10 | } |
| 11 | .summary-box .summary-box-content .os-avatar-w, |
| 12 | .summary-box .summary-box-content .os-location-image{ |
| 13 | display: none; |
| 14 | } |
| 15 | .summary-box .summary-box-content .sbc-content-i { |
| 16 | margin-left: 0; |
| 17 | } |
| 18 | .summary-box .sbc-link-item { |
| 19 | display: none; |
| 20 | } |
| 21 | .summary-box .sbc-main-item a { |
| 22 | display: none; |
| 23 | } |
| 24 | .booking-full-summary-actions { |
| 25 | display: none; |
| 26 | } |
| 27 | .summary-attributes { |
| 28 | padding: 0; |
| 29 | background-color: transparent; |
| 30 | } |
| 31 | // PRINT BOOKING CONFIRMATION |
| 32 | .latepoint-print-summary-w { |
| 33 | padding: 40px; |
| 34 | max-width: 800px; |
| 35 | margin: 0px auto; |
| 36 | .full-summary-head-info { |
| 37 | margin-bottom: 50px; |
| 38 | position: relative; |
| 39 | } |
| 40 | .qr-code-on-full-summary { |
| 41 | .qr-show-trigger { |
| 42 | display: none; |
| 43 | } |
| 44 | .qr-code-booking-info { |
| 45 | display: none; |
| 46 | } |
| 47 | .qr-code-vevent { |
| 48 | margin-bottom: 40px; |
| 49 | padding-bottom: 30px; |
| 50 | border-bottom: 1px dashed #eee; |
| 51 | img { |
| 52 | width: 300px; |
| 53 | height: 300px; |
| 54 | display: block; |
| 55 | margin: 0px auto; |
| 56 | } |
| 57 | .qr-code-label { |
| 58 | text-align: center; |
| 59 | font-size: floor($font-size-base * 1); |
| 60 | font-weight: $body-font-weight-bold; |
| 61 | text-align: center; |
| 62 | font-size: 14px; |
| 63 | font-weight: 500; |
| 64 | padding: 10px 15px; |
| 65 | background: #fff1af; |
| 66 | color: #423d26; |
| 67 | } |
| 68 | } |
| 69 | } |
| 70 | .payment-summary-info { |
| 71 | .full-summary-info-w { |
| 72 | margin-top: 0px; |
| 73 | } |
| 74 | } |
| 75 | .full-summary-header { |
| 76 | margin-bottom: 0px; |
| 77 | margin-top: 0px; |
| 78 | } |
| 79 | .full-summary-number { |
| 80 | color: $color-faded; |
| 81 | padding-top: 0px; |
| 82 | margin-bottom: 8px; |
| 83 | font-size: floor($font-size-base * 0.9); |
| 84 | letter-spacing: 0.5px; |
| 85 | text-transform: uppercase; |
| 86 | font-weight: $body-font-weight-bold; |
| 87 | strong { |
| 88 | font-size: floor($font-size-base * 2.6); |
| 89 | letter-spacing: normal; |
| 90 | color: $headings-color; |
| 91 | display: block; |
| 92 | line-height: 1.1; |
| 93 | } |
| 94 | } |
| 95 | } |
| 96 | } |
| 97 | |
| 98 | |
| 99 |