@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.
@@ -29,7 +29,7 @@
29
29
  .content {
30
30
  display: flex;
31
31
  justify-content: space-between;
32
- width: 90%;
32
+ width: 85%;
33
33
  flex-direction: row;
34
34
 
35
35
  @include media-breakpoint-down(sm) {
@@ -413,54 +413,59 @@
413
413
  }
414
414
 
415
415
  .manual-booking-summary-mobile {
416
- padding: 0 1.5rem;
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
- .border-summary-item {
438
- padding-bottom: 0.9rem;
439
- margin-bottom: 1%;
440
- border-bottom: 2px solid $gray-100;
441
- flex-wrap: wrap;
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
- .total-container {
445
- display: flex;
446
- justify-content: space-between;
447
- font-size: 1rem;
448
- font-weight: 600;
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
- @include media-breakpoint-down(lg) {
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
- .total-amount {
454
- padding-left: 1rem;
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
- padding-left: 0;
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
- .summary-item-container {
462
- .border-summary-item:nth-last-child(2) {
463
- border-bottom: 2px solid $gray-400;
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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@licklist/design",
3
- "version": "0.50.0-dev.0",
3
+ "version": "0.50.0-dev.1",
4
4
  "repository": {
5
5
  "type": "git",
6
6
  "url": "git+ssh://git@bitbucket.org/artelogicsoft/licklist_design.git"
@@ -29,7 +29,7 @@
29
29
  .content {
30
30
  display: flex;
31
31
  justify-content: space-between;
32
- width: 90%;
32
+ width: 85%;
33
33
  flex-direction: row;
34
34
 
35
35
  @include media-breakpoint-down(sm) {
@@ -413,54 +413,59 @@
413
413
  }
414
414
 
415
415
  .manual-booking-summary-mobile {
416
- padding: 0 1.5rem;
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
- .border-summary-item {
438
- padding-bottom: 0.9rem;
439
- margin-bottom: 1%;
440
- border-bottom: 2px solid $gray-100;
441
- flex-wrap: wrap;
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
- .total-container {
445
- display: flex;
446
- justify-content: space-between;
447
- font-size: 1rem;
448
- font-weight: 600;
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
- @include media-breakpoint-down(lg) {
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
- .total-amount {
454
- padding-left: 1rem;
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
- padding-left: 0;
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
- .summary-item-container {
462
- .border-summary-item:nth-last-child(2) {
463
- border-bottom: 2px solid $gray-400;
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
+ }