react_hsbc_teller 1.8.6 → 1.8.9

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.
@@ -449,7 +449,41 @@
449
449
  }
450
450
 
451
451
  }
452
+ .errorClassFace{
453
+ min-width: 350px;
454
+ height: 44px;
455
+ background: #F9F2F3;
456
+ border: 1px #E5B2B5 solid;
457
+ font-size: 16px;
458
+ color: #252525;
459
+ text-align: center;
460
+ padding: 7px;
461
+
462
+ img{
463
+ margin-right: 8px;
464
+ width: 16px;
465
+ height: 16px;
466
+ margin-bottom: 3px;
467
+ }
468
+ }
469
+ .successClassFace{
470
+ min-width: 350px;
471
+ height: 44px;
472
+ background: #E5F2F2;
473
+ border: 1px #99CECC solid;
474
+ font-size: 16px;
475
+ color: #252525;
476
+ text-align: center;
477
+ padding: 7px;
478
+
479
+ img{
480
+ margin-right: 8px;
481
+ width: 16px;
482
+ height: 16px;
483
+ margin-bottom: 3px;
484
+ }
452
485
 
486
+ }
453
487
  .radio {
454
488
  position: relative;
455
489
  display: inline-block;
@@ -527,4 +561,25 @@
527
561
  .selectCustomer{
528
562
  font-size: 16px;
529
563
  margin-left: 40px;
530
- }
564
+ }
565
+ .faceImgCard{
566
+ width: 15rem;
567
+ margin-right: 3px;
568
+ }
569
+ .titleDiv{
570
+ font-size: 1.4rem;
571
+ }
572
+ .videoListClass{
573
+ align-content: flex-start;
574
+ flex-wrap: wrap;
575
+ display: inline-flex;
576
+ }
577
+ .videoMinutuListClass{
578
+ width: 50%;
579
+ }
580
+ .videoMinutuClass{
581
+ width: 100%;
582
+ }
583
+ .imgDIV{
584
+ margin: 0 !important;
585
+ }