react_hsbc_teller 1.4.3 → 1.4.6

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.
@@ -320,12 +320,22 @@
320
320
  margin-top: 50px!important;
321
321
  padding: 20px 30px 30px!important;
322
322
  }
323
- .modelButtonCancel{
323
+ .modelButtonCancelNo{
324
324
  width: 100px!important;
325
325
  height: 40px!important;
326
326
  font-size: 16px!important;
327
327
  color: #5C5C5C!important;
328
328
  border: 1px #5C5C5C solid!important;
329
+ background: #d9d9d9!important;
330
+ border-spacing: 20px!important;
331
+ }
332
+ .modelButtonCancel{
333
+ width: 100px!important;
334
+ height: 40px!important;
335
+ font-size: 16px!important;
336
+ color: #333!important;
337
+ border: 1px #333 solid!important;
338
+ background: #fff!important;
329
339
  border-spacing: 20px!important;
330
340
  }
331
341
  .modelButtonCancelOne{