_animations.scss
9 months ago
_booking.scss
9 months ago
_booking_animations.scss
1 year ago
_buttons.scss
9 months ago
_calendar.scss
3 months ago
_customer_dashboard.scss
9 months ago
_forms.scss
9 months ago
_grid.scss
1 year ago
_icons.scss
9 months ago
_items.scss
9 months ago
_lightbox.scss
1 week ago
_login.scss
9 months ago
_mixins.scss
1 year ago
_notifications.scss
9 months ago
_print.scss
1 year ago
_responsive.scss
9 months ago
_shared.scss
1 year ago
_shortcodes.scss
1 year ago
_type.scss
1 year ago
_utilities.scss
1 year ago
_variables.scss
9 months ago
_print.scss
164 lines
| 1 | /*! |
| 2 | * Copyright (c) 2023 LatePoint LLC. All rights reserved. |
| 3 | */ |
| 4 | |
| 5 | @media print { |
| 6 | .summary-box-wrapper + .summary-box-wrapper { |
| 7 | border-top: 2px solid #111; |
| 8 | margin-top: 30px; |
| 9 | padding-top: 30px; |
| 10 | } |
| 11 | .order-full-summary-actions { |
| 12 | display: none; |
| 13 | } |
| 14 | .order-summary-items-heading { |
| 15 | margin-top: 30px; |
| 16 | margin-bottom: 20px; |
| 17 | font-size: 22px; |
| 18 | } |
| 19 | .full-summary-order-info-elements { |
| 20 | margin-top: 20px; |
| 21 | } |
| 22 | .full-summary-wrapper .order-item-bundle-info-wrapper .bundle-icon, .confirmation-info-w .order-item-bundle-info-wrapper .bundle-icon { |
| 23 | display: none; |
| 24 | } |
| 25 | .full-summary-wrapper .schedule-bundle-booking-btn-wrapper, .confirmation-info-w .schedule-bundle-booking-btn-wrapper { |
| 26 | display: none; |
| 27 | } |
| 28 | .qr-code-booking-info, .qr-code-vevent { |
| 29 | img { |
| 30 | width: 200px; |
| 31 | height: auto; |
| 32 | } |
| 33 | } |
| 34 | .fsoi-element { |
| 35 | margin-top: 5px; |
| 36 | } |
| 37 | .part-of-bundle-message { |
| 38 | display: none; |
| 39 | } |
| 40 | .qr-code-on-full-summary { |
| 41 | } |
| 42 | .summary-box .summary-box-content .os-avatar-w, |
| 43 | .summary-box .summary-box-content .os-location-image{ |
| 44 | display: none; |
| 45 | } |
| 46 | .summary-box .summary-box-content .sbc-content-i { |
| 47 | margin-left: 0; |
| 48 | } |
| 49 | .summary-box .sbc-link-item { |
| 50 | display: none; |
| 51 | } |
| 52 | .summary-box .sbc-big-item { |
| 53 | font-size: 22px; |
| 54 | } |
| 55 | .summary-box .sbc-highlighted-item { |
| 56 | font-size: 18px; |
| 57 | color: #000; |
| 58 | } |
| 59 | .full-summary-wrapper .summary-box-heading, .confirmation-info-w .summary-box-heading { |
| 60 | margin-bottom: 5px; |
| 61 | } |
| 62 | .full-summary-wrapper .summary-box .sbc-main-item, .confirmation-info-w .summary-box .sbc-main-item { |
| 63 | font-size: 18px; |
| 64 | } |
| 65 | .latepoint-w .summary-boxes-columns .summary-box { |
| 66 | margin-bottom: 20px; |
| 67 | } |
| 68 | .summary-box .sbc-main-item a { |
| 69 | display: none; |
| 70 | } |
| 71 | .booking-full-summary-actions { |
| 72 | display: none; |
| 73 | } |
| 74 | .summary-attributes { |
| 75 | padding: 0; |
| 76 | background-color: transparent; |
| 77 | } |
| 78 | .summary-box.main-box .summary-box-booking-date-box, |
| 79 | .summary-box.main-box .qr-show-trigger { |
| 80 | display: none; |
| 81 | } |
| 82 | |
| 83 | .booking-status-info-wrapper { |
| 84 | padding: 20px 0; |
| 85 | margin: 0; |
| 86 | margin-bottom: 30px; |
| 87 | border-bottom: 2px solid #111; |
| 88 | flex-direction: row-reverse; |
| 89 | justify-content: space-between; |
| 90 | .booking-status-label, .booking-confirmation { |
| 91 | font-size: 22px; |
| 92 | } |
| 93 | .booking-status-icon { |
| 94 | display: none; |
| 95 | } |
| 96 | .booking-confirmation { |
| 97 | margin-left: 0; |
| 98 | } |
| 99 | } |
| 100 | .fsoi-main-wrapper { |
| 101 | display: none; |
| 102 | } |
| 103 | // PRINT BOOKING CONFIRMATION |
| 104 | .latepoint-print-summary-w { |
| 105 | padding: 40px; |
| 106 | .full-summary-head-info { |
| 107 | position: relative; |
| 108 | } |
| 109 | .qr-code-on-full-summary { |
| 110 | display: flex; |
| 111 | gap: 50px; |
| 112 | margin-bottom: 20px; |
| 113 | .qr-show-trigger { |
| 114 | display: none; |
| 115 | } |
| 116 | |
| 117 | .qr-code-booking-info, |
| 118 | .qr-code-vevent { |
| 119 | flex: 1; |
| 120 | text-align: center; |
| 121 | border: 2px dotted #111; |
| 122 | padding: 30px; |
| 123 | img { |
| 124 | width: 200px; |
| 125 | height: 200px; |
| 126 | display: block; |
| 127 | margin: 0px auto 10px; |
| 128 | } |
| 129 | .qr-code-label { |
| 130 | text-align: center; |
| 131 | font-size: 14px; |
| 132 | } |
| 133 | } |
| 134 | } |
| 135 | .payment-summary-info { |
| 136 | .full-summary-info-w { |
| 137 | margin-top: 0px; |
| 138 | } |
| 139 | } |
| 140 | .full-summary-header { |
| 141 | margin-bottom: 0px; |
| 142 | margin-top: 0px; |
| 143 | } |
| 144 | .full-summary-number { |
| 145 | color: $color-faded; |
| 146 | padding-top: 0px; |
| 147 | margin-bottom: 8px; |
| 148 | font-size: floor($font-size-base * 0.9); |
| 149 | letter-spacing: 0.5px; |
| 150 | text-transform: uppercase; |
| 151 | font-weight: $body-font-weight-bold; |
| 152 | strong { |
| 153 | font-size: floor($font-size-base * 2.6); |
| 154 | letter-spacing: normal; |
| 155 | color: $headings-color; |
| 156 | display: block; |
| 157 | line-height: 1.1; |
| 158 | } |
| 159 | } |
| 160 | } |
| 161 | } |
| 162 | |
| 163 | |
| 164 |