_activities.scss
1 year ago
_addons.scss
1 year ago
_agents.scss
1 year ago
_animations.scss
1 year ago
_booking_form_preview.scss
1 year ago
_bookings.scss
1 year ago
_bundles.scss
1 year ago
_buttons.scss
1 year ago
_calendars.scss
1 year ago
_categories.scss
1 year ago
_customers.scss
1 year ago
_dark.scss
1 year ago
_daterangepicker.scss
1 year ago
_elements.scss
1 year ago
_forms.scss
1 year ago
_grid.scss
1 year ago
_grid_variables.scss
1 year ago
_icons.scss
1 year ago
_latecheckbox.scss
1 year ago
_lateselect.scss
1 year ago
_layout.scss
1 year ago
_lightbox.scss
1 year ago
_menu.scss
1 year ago
_messages.scss
1 year ago
_misc.scss
1 year ago
_mixins.scss
1 year ago
_notifications.scss
1 year ago
_orders.scss
1 year ago
_pickr.scss
1 year ago
_processes.scss
1 year ago
_quick_availability.scss
1 year ago
_reminders.scss
1 year ago
_responsive.scss
1 year ago
_roles.scss
1 year ago
_schedule.scss
1 year ago
_services.scss
1 year ago
_settings.scss
1 year ago
_side-panel.scss
1 year ago
_steps.scss
1 year ago
_tables.scss
1 year ago
_type.scss
1 year ago
_updates.scss
1 year ago
_utilities.scss
1 year ago
_variables.scss
1 year ago
_widgets.scss
1 year ago
_wizard.scss
1 year ago
_bookings.scss
330 lines
| 1 | .latepoints-list { |
| 2 | .appointment-box-small { |
| 3 | margin-bottom: 15px; |
| 4 | |
| 5 | .appointment-info { |
| 6 | padding: 20px 30px; |
| 7 | } |
| 8 | |
| 9 | &.status-pending { |
| 10 | background-image: none; |
| 11 | background-color: #fff8de; |
| 12 | box-shadow: inset 0px 0px 0px 3px #ffeca7; |
| 13 | padding-right: 3px; |
| 14 | |
| 15 | .customer-info-w, |
| 16 | .agent-info-w { |
| 17 | border-left-color: #f3dd7c; |
| 18 | } |
| 19 | |
| 20 | .appointment-service-name { |
| 21 | } |
| 22 | |
| 23 | .appointment-info .appointment-time { |
| 24 | } |
| 25 | |
| 26 | &:hover { |
| 27 | box-shadow: inset 0px 0px 0px 3px #fddd6a; |
| 28 | } |
| 29 | |
| 30 | .appointment-info .appointment-color-elem { |
| 31 | top: 0px; |
| 32 | left: 0px; |
| 33 | bottom: 0px; |
| 34 | } |
| 35 | } |
| 36 | |
| 37 | &.status-cancelled { |
| 38 | background-image: none; |
| 39 | background-color: #fff; |
| 40 | box-shadow: inset 0px 0px 0px 3px #e00909; |
| 41 | padding-right: 3px; |
| 42 | |
| 43 | .customer-info-w, |
| 44 | .agent-info-w { |
| 45 | background-image: none; |
| 46 | border-left-color: rgba(0, 0, 0, 0.1); |
| 47 | } |
| 48 | |
| 49 | .appointment-service-name { |
| 50 | } |
| 51 | |
| 52 | .appointment-info .appointment-time { |
| 53 | } |
| 54 | |
| 55 | &:hover { |
| 56 | box-shadow: inset 0px 0px 0px 3px #ff4140; |
| 57 | } |
| 58 | |
| 59 | .appointment-info .appointment-color-elem { |
| 60 | top: 0px; |
| 61 | left: 0px; |
| 62 | bottom: 0px; |
| 63 | } |
| 64 | } |
| 65 | |
| 66 | .appointment-status-selector { |
| 67 | margin-top: 5px; |
| 68 | |
| 69 | .os-form-group { |
| 70 | margin-bottom: 0px; |
| 71 | } |
| 72 | } |
| 73 | } |
| 74 | } |
| 75 | |
| 76 | .add-booking-to-group-box-wrapper { |
| 77 | .os-add-box { |
| 78 | margin: 0; |
| 79 | padding: 15px 10px; |
| 80 | border: none; |
| 81 | animation: none; |
| 82 | .add-box-graphic-w { |
| 83 | width: 30px; |
| 84 | height: 30px; |
| 85 | .add-box-plus { |
| 86 | box-shadow: 0px 0px 0px 7px rgba(189, 214, 252, 0.3); |
| 87 | } |
| 88 | } |
| 89 | .add-box-label { |
| 90 | padding-left: 20px; |
| 91 | font-weight: $body-font-weight-bold; |
| 92 | font-size: floor($font-size-base * 1.1); |
| 93 | margin-left: 0; |
| 94 | } |
| 95 | &:hover { |
| 96 | border: none; |
| 97 | background-color: rgba(189, 214, 252, 0.1); |
| 98 | .add-box-label { |
| 99 | transform: none; |
| 100 | } |
| 101 | .add-box-plus { |
| 102 | box-shadow: 0px 0px 0px 10px rgba(189, 214, 252, 0.3); |
| 103 | transform: translate(-50%,-50%); |
| 104 | } |
| 105 | } |
| 106 | } |
| 107 | } |
| 108 | |
| 109 | .group-bookings-list { |
| 110 | flex: 1; |
| 111 | overflow-y: auto; |
| 112 | } |
| 113 | |
| 114 | |
| 115 | .grouped-bookings-main-info { |
| 116 | display: flex; |
| 117 | align-items: center; |
| 118 | margin-bottom: 30px; |
| 119 | |
| 120 | .avatar { |
| 121 | width: 55px; |
| 122 | height: 55px; |
| 123 | background-size: cover; |
| 124 | border-radius: 50%; |
| 125 | background-position: center center; |
| 126 | } |
| 127 | |
| 128 | .gb-info { |
| 129 | padding-left: 20px; |
| 130 | |
| 131 | .gbi-sub { |
| 132 | font-size: floor($font-size-base * 0.9); |
| 133 | color: $color-faded; |
| 134 | } |
| 135 | |
| 136 | .gbi-main { |
| 137 | font-size: floor($font-size-base * 1.4); |
| 138 | font-weight: $body-font-weight-bold; |
| 139 | margin-bottom: 2px; |
| 140 | } |
| 141 | |
| 142 | .gbi-high { |
| 143 | color: $brand-primary; |
| 144 | font-weight: $body-font-weight-bold; |
| 145 | font-size: floor($font-size-base * 0.9); |
| 146 | } |
| 147 | } |
| 148 | |
| 149 | .gb-capacity { |
| 150 | margin-left: auto; |
| 151 | |
| 152 | .gbc-label { |
| 153 | color: $color-faded; |
| 154 | } |
| 155 | |
| 156 | .booked-percentage { |
| 157 | background-color: #E6E6E6; |
| 158 | margin: 0px auto; |
| 159 | margin-top: 4px; |
| 160 | border-radius: 2px; |
| 161 | |
| 162 | .booked-bar { |
| 163 | border-radius: 2px; |
| 164 | background-color: $brand-primary; |
| 165 | height: 8px; |
| 166 | } |
| 167 | } |
| 168 | } |
| 169 | } |
| 170 | |
| 171 | .group-bookings-list { |
| 172 | .gb-heading { |
| 173 | text-transform: uppercase; |
| 174 | letter-spacing: 2px; |
| 175 | font-size: floor($font-size-base * 0.8); |
| 176 | position: relative; |
| 177 | margin-bottom: 10px; |
| 178 | |
| 179 | &:before { |
| 180 | content: ""; |
| 181 | height: 1px; |
| 182 | background-color: rgba(0, 0, 0, 0.1); |
| 183 | top: 50%; |
| 184 | transform: translateY(-50%); |
| 185 | display: block; |
| 186 | position: absolute; |
| 187 | z-index: 1; |
| 188 | left: 0px; |
| 189 | right: 0px; |
| 190 | } |
| 191 | |
| 192 | span { |
| 193 | z-index: 2; |
| 194 | position: relative; |
| 195 | display: inline-block; |
| 196 | padding-right: 5px; |
| 197 | background-color: #fff; |
| 198 | color: $brand-primary; |
| 199 | font-weight: $body-font-weight-bold; |
| 200 | } |
| 201 | } |
| 202 | |
| 203 | .gb-booking { |
| 204 | display: flex; |
| 205 | align-items: center; |
| 206 | padding: 10px; |
| 207 | border-bottom: 1px solid $border-color-lightest; |
| 208 | text-decoration: none; |
| 209 | cursor: pointer; |
| 210 | |
| 211 | &:hover { |
| 212 | background-color: #f8f8f8; |
| 213 | } |
| 214 | |
| 215 | &.os-loading { |
| 216 | .gbb-avatar { |
| 217 | &:after { |
| 218 | @include loading-circle($brand-primary, 56px); |
| 219 | } |
| 220 | } |
| 221 | } |
| 222 | } |
| 223 | |
| 224 | .gbb-status { |
| 225 | |
| 226 | } |
| 227 | |
| 228 | .gbb-avatar { |
| 229 | width: 30px; |
| 230 | height: 30px; |
| 231 | border-radius: 50%; |
| 232 | background-size: cover; |
| 233 | background-position: center center; |
| 234 | position: relative; |
| 235 | transition: all 0.2s cubic-bezier(.25, 1.4, .5, 1); |
| 236 | } |
| 237 | |
| 238 | .gbb-customer { |
| 239 | padding-left: 20px; |
| 240 | transition: all 0.2s cubic-bezier(.25, 1.4, .5, 1); |
| 241 | |
| 242 | .gbb-name { |
| 243 | font-weight: $body-font-weight-bold; |
| 244 | font-size: floor($font-size-base * 1.1); |
| 245 | } |
| 246 | |
| 247 | .gbb-email { |
| 248 | color: $color-faded; |
| 249 | font-size: floor($font-size-base * 0.9); |
| 250 | } |
| 251 | } |
| 252 | |
| 253 | .gbb-attendees { |
| 254 | margin-left: auto; |
| 255 | text-align: center; |
| 256 | |
| 257 | .gb-value { |
| 258 | font-size: floor($font-size-base * 1.5); |
| 259 | font-weight: $body-font-weight-bold; |
| 260 | color: $brand-primary; |
| 261 | } |
| 262 | |
| 263 | .gb-label { |
| 264 | font-weight: $body-font-weight-bold; |
| 265 | text-transform: uppercase; |
| 266 | letter-spacing: 1px; |
| 267 | font-size: floor($font-size-base * 0.6); |
| 268 | color: $color-faded; |
| 269 | } |
| 270 | } |
| 271 | |
| 272 | .os-add-box { |
| 273 | margin-top: 15px; |
| 274 | padding: 15px; |
| 275 | border: 3px dotted #cfd2db; |
| 276 | font-size: 18px; |
| 277 | color: $brand-primary; |
| 278 | font-weight: $body-font-weight-bold; |
| 279 | border-radius: 8px; |
| 280 | animation: none; |
| 281 | } |
| 282 | } |
| 283 | |
| 284 | .price-breakdown-wrapper { |
| 285 | margin-bottom: 30px; |
| 286 | |
| 287 | input[name="order[subtotal]"]="order[subtotal]""]{ |
| 288 | color: $color-faded; |
| 289 | } |
| 290 | input[name="order[total]"]="order[total]""], |
| 291 | input[name="order[subtotal]"]="order[subtotal]""]{ |
| 292 | font-weight: $body-font-weight-black; |
| 293 | } |
| 294 | } |
| 295 | |
| 296 | .revert-to-original-price { |
| 297 | color: $brand-primary !important; |
| 298 | margin-top: 2px; |
| 299 | } |
| 300 | |
| 301 | |
| 302 | .booking-activity-log-panel-w { |
| 303 | |
| 304 | .booking-activity-log-panel-i { |
| 305 | .booking-activities-list { |
| 306 | } |
| 307 | .booking-activity-row { |
| 308 | display: flex; |
| 309 | margin-bottom: 15px; |
| 310 | align-items: baseline; |
| 311 | .booking-activity-date { |
| 312 | font-size: 12px; |
| 313 | } |
| 314 | .booking-activity-name { |
| 315 | color: $headings-color; |
| 316 | font-weight: $body-font-weight-bold; |
| 317 | } |
| 318 | .spacer { |
| 319 | border-bottom: 2px dotted #cbcbcb; |
| 320 | height: 1px; |
| 321 | flex: 1; |
| 322 | } |
| 323 | a { |
| 324 | margin-left: 5px; |
| 325 | text-decoration: none; |
| 326 | } |
| 327 | } |
| 328 | } |
| 329 | |
| 330 | } |