react_hsbc_teller 1.8.9 → 1.9.2
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.
|
@@ -151,7 +151,7 @@
|
|
|
151
151
|
}
|
|
152
152
|
}
|
|
153
153
|
.faceImg{
|
|
154
|
-
width:
|
|
154
|
+
width: 60%;
|
|
155
155
|
}
|
|
156
156
|
.faceBody{
|
|
157
157
|
text-align: center;
|
|
@@ -161,11 +161,11 @@
|
|
|
161
161
|
}
|
|
162
162
|
.resuleCard{
|
|
163
163
|
text-align: -webkit-left;
|
|
164
|
-
padding:
|
|
164
|
+
padding: 0Px 2Px;
|
|
165
165
|
div{
|
|
166
166
|
font-size: 16Px;
|
|
167
167
|
color: #646464;
|
|
168
|
-
margin: 20Px;
|
|
168
|
+
margin: 10Px 20Px;
|
|
169
169
|
input{
|
|
170
170
|
border: #DCDCDC 1px solid;
|
|
171
171
|
width: 15rem;
|
|
@@ -355,6 +355,9 @@
|
|
|
355
355
|
background: #fff!important;
|
|
356
356
|
border-spacing: 20px!important;
|
|
357
357
|
}
|
|
358
|
+
.modelNoButton{
|
|
359
|
+
margin-left: 10px;
|
|
360
|
+
}
|
|
358
361
|
.modelButtonCancelOne{
|
|
359
362
|
width: 170px!important;
|
|
360
363
|
height: 40px!important;
|
|
@@ -560,11 +563,11 @@
|
|
|
560
563
|
}
|
|
561
564
|
.selectCustomer{
|
|
562
565
|
font-size: 16px;
|
|
563
|
-
margin
|
|
566
|
+
margin: 0 40px;
|
|
564
567
|
}
|
|
565
568
|
.faceImgCard{
|
|
566
|
-
width:
|
|
567
|
-
margin-
|
|
569
|
+
width: 25rem;
|
|
570
|
+
margin-bottom: 10px;
|
|
568
571
|
}
|
|
569
572
|
.titleDiv{
|
|
570
573
|
font-size: 1.4rem;
|
|
@@ -582,4 +585,5 @@ display: inline-flex;
|
|
|
582
585
|
}
|
|
583
586
|
.imgDIV{
|
|
584
587
|
margin: 0 !important;
|
|
588
|
+
text-align:center;
|
|
585
589
|
}
|