@licklist/design 0.50.0-dev.0 → 0.50.0-dev.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -413,54 +413,59 @@
|
|
|
413
413
|
}
|
|
414
414
|
|
|
415
415
|
.manual-booking-summary-mobile {
|
|
416
|
-
|
|
417
|
-
padding-top: 2rem;
|
|
418
|
-
height: max-content;
|
|
419
|
-
margin-bottom: 1.5rem;
|
|
420
|
-
width: inherit;
|
|
421
|
-
|
|
422
|
-
.form-control {
|
|
423
|
-
margin-bottom: .5rem;
|
|
424
|
-
}
|
|
425
|
-
.receipt-title {
|
|
426
|
-
font-size: 1.125rem;
|
|
427
|
-
font-weight: 600;
|
|
428
|
-
padding-bottom: 0.4rem;
|
|
429
|
-
margin-bottom: 1rem;
|
|
430
|
-
border-bottom: 2px solid $gray-400;
|
|
431
|
-
}
|
|
432
|
-
.event-name {
|
|
433
|
-
font-size: 0.94rem;
|
|
434
|
-
font-weight: 600;
|
|
435
|
-
}
|
|
416
|
+
display: none;
|
|
436
417
|
|
|
437
|
-
|
|
438
|
-
|
|
439
|
-
|
|
440
|
-
|
|
441
|
-
|
|
442
|
-
|
|
418
|
+
@include media-breakpoint-down(sm) {
|
|
419
|
+
display: block;
|
|
420
|
+
padding: 0 1.5rem;
|
|
421
|
+
padding-top: 2rem;
|
|
422
|
+
height: max-content;
|
|
423
|
+
margin-bottom: 1.5rem;
|
|
424
|
+
width: inherit;
|
|
443
425
|
|
|
444
|
-
|
|
445
|
-
|
|
446
|
-
|
|
447
|
-
|
|
448
|
-
|
|
426
|
+
.form-control {
|
|
427
|
+
margin-bottom: .5rem;
|
|
428
|
+
}
|
|
429
|
+
.receipt-title {
|
|
430
|
+
font-size: 1.125rem;
|
|
431
|
+
font-weight: 600;
|
|
432
|
+
padding-bottom: 0.4rem;
|
|
433
|
+
margin-bottom: 1rem;
|
|
434
|
+
border-bottom: 2px solid $gray-400;
|
|
435
|
+
}
|
|
436
|
+
.event-name {
|
|
437
|
+
font-size: 0.94rem;
|
|
438
|
+
font-weight: 600;
|
|
439
|
+
}
|
|
449
440
|
|
|
450
|
-
|
|
441
|
+
.border-summary-item {
|
|
442
|
+
padding-bottom: 0.9rem;
|
|
443
|
+
margin-bottom: 1%;
|
|
444
|
+
border-bottom: 2px solid $gray-100;
|
|
451
445
|
flex-wrap: wrap;
|
|
452
446
|
}
|
|
453
|
-
|
|
454
|
-
|
|
447
|
+
|
|
448
|
+
.total-container {
|
|
449
|
+
display: flex;
|
|
450
|
+
justify-content: space-between;
|
|
451
|
+
font-size: 1rem;
|
|
452
|
+
font-weight: 600;
|
|
453
|
+
|
|
455
454
|
@include media-breakpoint-down(lg) {
|
|
456
|
-
|
|
455
|
+
flex-wrap: wrap;
|
|
456
|
+
}
|
|
457
|
+
.total-amount {
|
|
458
|
+
padding-left: 1rem;
|
|
459
|
+
@include media-breakpoint-down(lg) {
|
|
460
|
+
padding-left: 0;
|
|
461
|
+
}
|
|
457
462
|
}
|
|
458
463
|
}
|
|
459
|
-
}
|
|
460
464
|
|
|
461
|
-
|
|
462
|
-
|
|
463
|
-
|
|
465
|
+
.summary-item-container {
|
|
466
|
+
.border-summary-item:nth-last-child(2) {
|
|
467
|
+
border-bottom: 2px solid $gray-400;
|
|
468
|
+
}
|
|
464
469
|
}
|
|
465
470
|
}
|
|
466
471
|
}
|
|
@@ -491,4 +496,4 @@
|
|
|
491
496
|
color: $blue;
|
|
492
497
|
}
|
|
493
498
|
}
|
|
494
|
-
}
|
|
499
|
+
}
|
package/package.json
CHANGED
|
@@ -413,54 +413,59 @@
|
|
|
413
413
|
}
|
|
414
414
|
|
|
415
415
|
.manual-booking-summary-mobile {
|
|
416
|
-
|
|
417
|
-
padding-top: 2rem;
|
|
418
|
-
height: max-content;
|
|
419
|
-
margin-bottom: 1.5rem;
|
|
420
|
-
width: inherit;
|
|
421
|
-
|
|
422
|
-
.form-control {
|
|
423
|
-
margin-bottom: .5rem;
|
|
424
|
-
}
|
|
425
|
-
.receipt-title {
|
|
426
|
-
font-size: 1.125rem;
|
|
427
|
-
font-weight: 600;
|
|
428
|
-
padding-bottom: 0.4rem;
|
|
429
|
-
margin-bottom: 1rem;
|
|
430
|
-
border-bottom: 2px solid $gray-400;
|
|
431
|
-
}
|
|
432
|
-
.event-name {
|
|
433
|
-
font-size: 0.94rem;
|
|
434
|
-
font-weight: 600;
|
|
435
|
-
}
|
|
416
|
+
display: none;
|
|
436
417
|
|
|
437
|
-
|
|
438
|
-
|
|
439
|
-
|
|
440
|
-
|
|
441
|
-
|
|
442
|
-
|
|
418
|
+
@include media-breakpoint-down(sm) {
|
|
419
|
+
display: block;
|
|
420
|
+
padding: 0 1.5rem;
|
|
421
|
+
padding-top: 2rem;
|
|
422
|
+
height: max-content;
|
|
423
|
+
margin-bottom: 1.5rem;
|
|
424
|
+
width: inherit;
|
|
443
425
|
|
|
444
|
-
|
|
445
|
-
|
|
446
|
-
|
|
447
|
-
|
|
448
|
-
|
|
426
|
+
.form-control {
|
|
427
|
+
margin-bottom: .5rem;
|
|
428
|
+
}
|
|
429
|
+
.receipt-title {
|
|
430
|
+
font-size: 1.125rem;
|
|
431
|
+
font-weight: 600;
|
|
432
|
+
padding-bottom: 0.4rem;
|
|
433
|
+
margin-bottom: 1rem;
|
|
434
|
+
border-bottom: 2px solid $gray-400;
|
|
435
|
+
}
|
|
436
|
+
.event-name {
|
|
437
|
+
font-size: 0.94rem;
|
|
438
|
+
font-weight: 600;
|
|
439
|
+
}
|
|
449
440
|
|
|
450
|
-
|
|
441
|
+
.border-summary-item {
|
|
442
|
+
padding-bottom: 0.9rem;
|
|
443
|
+
margin-bottom: 1%;
|
|
444
|
+
border-bottom: 2px solid $gray-100;
|
|
451
445
|
flex-wrap: wrap;
|
|
452
446
|
}
|
|
453
|
-
|
|
454
|
-
|
|
447
|
+
|
|
448
|
+
.total-container {
|
|
449
|
+
display: flex;
|
|
450
|
+
justify-content: space-between;
|
|
451
|
+
font-size: 1rem;
|
|
452
|
+
font-weight: 600;
|
|
453
|
+
|
|
455
454
|
@include media-breakpoint-down(lg) {
|
|
456
|
-
|
|
455
|
+
flex-wrap: wrap;
|
|
456
|
+
}
|
|
457
|
+
.total-amount {
|
|
458
|
+
padding-left: 1rem;
|
|
459
|
+
@include media-breakpoint-down(lg) {
|
|
460
|
+
padding-left: 0;
|
|
461
|
+
}
|
|
457
462
|
}
|
|
458
463
|
}
|
|
459
|
-
}
|
|
460
464
|
|
|
461
|
-
|
|
462
|
-
|
|
463
|
-
|
|
465
|
+
.summary-item-container {
|
|
466
|
+
.border-summary-item:nth-last-child(2) {
|
|
467
|
+
border-bottom: 2px solid $gray-400;
|
|
468
|
+
}
|
|
464
469
|
}
|
|
465
470
|
}
|
|
466
471
|
}
|
|
@@ -491,4 +496,4 @@
|
|
|
491
496
|
color: $blue;
|
|
492
497
|
}
|
|
493
498
|
}
|
|
494
|
-
}
|
|
499
|
+
}
|