react_hsbc_teller 1.9.1 → 1.9.3
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.
|
@@ -152,6 +152,7 @@
|
|
|
152
152
|
}
|
|
153
153
|
.faceImg{
|
|
154
154
|
width: 60%;
|
|
155
|
+
margin-bottom: 20Px;
|
|
155
156
|
}
|
|
156
157
|
.faceBody{
|
|
157
158
|
text-align: center;
|
|
@@ -163,14 +164,14 @@
|
|
|
163
164
|
text-align: -webkit-left;
|
|
164
165
|
padding: 0Px 2Px;
|
|
165
166
|
div{
|
|
166
|
-
font-size:
|
|
167
|
+
font-size: 13Px;
|
|
167
168
|
color: #646464;
|
|
168
|
-
margin: 20Px;
|
|
169
|
+
margin: 10Px 20Px;
|
|
169
170
|
input{
|
|
170
171
|
border: #DCDCDC 1px solid;
|
|
171
172
|
width: 15rem;
|
|
172
|
-
height:
|
|
173
|
-
line-height:
|
|
173
|
+
height: 2rem;
|
|
174
|
+
line-height: 2rem;
|
|
174
175
|
margin-left: 15px;
|
|
175
176
|
}
|
|
176
177
|
span{
|
|
@@ -331,7 +332,7 @@
|
|
|
331
332
|
margin: 10px 20px;
|
|
332
333
|
}
|
|
333
334
|
.ant-modal-header{
|
|
334
|
-
padding: 36px 30px 30px 30px !important;
|
|
335
|
+
// padding: 36px 30px 30px 30px !important;
|
|
335
336
|
border-bottom: none !important;
|
|
336
337
|
}
|
|
337
338
|
.ant-modal-body{
|
|
@@ -342,8 +343,8 @@
|
|
|
342
343
|
color: #333333 !important;
|
|
343
344
|
}
|
|
344
345
|
.ant-modal-footer {
|
|
345
|
-
margin-top:
|
|
346
|
-
padding:
|
|
346
|
+
margin-top: 0px!important;
|
|
347
|
+
// padding: 0px 0px 0px!important;
|
|
347
348
|
}
|
|
348
349
|
|
|
349
350
|
.modelButtonCancel{
|
|
@@ -355,6 +356,9 @@
|
|
|
355
356
|
background: #fff!important;
|
|
356
357
|
border-spacing: 20px!important;
|
|
357
358
|
}
|
|
359
|
+
.modelNoButton{
|
|
360
|
+
margin-left: 10px;
|
|
361
|
+
}
|
|
358
362
|
.modelButtonCancelOne{
|
|
359
363
|
width: 170px!important;
|
|
360
364
|
height: 40px!important;
|
|
@@ -400,6 +404,15 @@
|
|
|
400
404
|
background: #fff!important;
|
|
401
405
|
border-spacing: 20px!important;
|
|
402
406
|
}
|
|
407
|
+
.modelButtonFaceOkColor{
|
|
408
|
+
width: 170px!important;
|
|
409
|
+
height: 40px!important;
|
|
410
|
+
font-size: 16px!important;
|
|
411
|
+
color: #ffffff!important;
|
|
412
|
+
border: 1px #DB0011 solid!important;
|
|
413
|
+
background: #DB0011!important;
|
|
414
|
+
border-spacing: 20px!important;
|
|
415
|
+
}
|
|
403
416
|
.endModal{
|
|
404
417
|
font-size: 16px;
|
|
405
418
|
padding: 56px 30px 0px 30px;
|
|
@@ -560,11 +573,15 @@
|
|
|
560
573
|
}
|
|
561
574
|
.selectCustomer{
|
|
562
575
|
font-size: 16px;
|
|
563
|
-
margin:
|
|
576
|
+
margin: 20Px 40px;
|
|
564
577
|
}
|
|
565
578
|
.faceImgCard{
|
|
566
|
-
width:
|
|
567
|
-
margin-
|
|
579
|
+
width: 25rem;
|
|
580
|
+
margin-bottom: 10px;
|
|
581
|
+
height: 13.5rem;
|
|
582
|
+
}
|
|
583
|
+
.faceImgCardTwo{
|
|
584
|
+
margin-bottom: 0px !important;
|
|
568
585
|
}
|
|
569
586
|
.titleDiv{
|
|
570
587
|
font-size: 1.4rem;
|
|
@@ -582,4 +599,5 @@ display: inline-flex;
|
|
|
582
599
|
}
|
|
583
600
|
.imgDIV{
|
|
584
601
|
margin: 0 !important;
|
|
602
|
+
text-align:center;
|
|
585
603
|
}
|