react_hsbc_teller 0.7.4 → 0.7.8
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.
|
@@ -123,6 +123,15 @@
|
|
|
123
123
|
font-size: 17px;
|
|
124
124
|
color: #666666;
|
|
125
125
|
}
|
|
126
|
+
.invitationImg{
|
|
127
|
+
width: 20px;
|
|
128
|
+
height: 20px;
|
|
129
|
+
}
|
|
130
|
+
.invitationButton{
|
|
131
|
+
color: #1a9adc !important;
|
|
132
|
+
border: none !important;
|
|
133
|
+
background: #fff !important;
|
|
134
|
+
}
|
|
126
135
|
.invitationDiv{
|
|
127
136
|
margin-left: 40px;
|
|
128
137
|
margin-bottom: 15px;
|
|
@@ -313,7 +322,7 @@
|
|
|
313
322
|
border-spacing: 20px!important;
|
|
314
323
|
}
|
|
315
324
|
.modelButtonCancelOne{
|
|
316
|
-
width:
|
|
325
|
+
width: 170px!important;
|
|
317
326
|
height: 40px!important;
|
|
318
327
|
font-size: 16px!important;
|
|
319
328
|
color: #5C5C5C!important;
|
|
@@ -322,7 +331,7 @@
|
|
|
322
331
|
background: #d9d9d9!important;
|
|
323
332
|
}
|
|
324
333
|
.modelButtonOk{
|
|
325
|
-
width:
|
|
334
|
+
width: 170px!important;
|
|
326
335
|
height: 40px!important;
|
|
327
336
|
font-size: 16px!important;
|
|
328
337
|
color: #ffffff!important;
|