react_hsbc_teller 1.8.1 → 1.8.4

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.
@@ -155,9 +155,9 @@
155
155
  }
156
156
  .faceBody{
157
157
  text-align: center;
158
- height: 200px;
158
+ height: 100%;
159
159
  .faceCardImg{
160
- height: 100%;
160
+ // height: 100%;
161
161
  }
162
162
  .resuleCard{
163
163
  text-align: -webkit-left;
@@ -519,4 +519,8 @@
519
519
  }
520
520
  .speakerTitle{
521
521
  color: red;
522
- }
522
+ }
523
+ .selectCustomer{
524
+ font-size: 16px;
525
+ margin-left: 40px;
526
+ }