react_hsbc_teller 0.8.0 → 0.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.
|
@@ -35,6 +35,9 @@
|
|
|
35
35
|
// grid-template-columns: 16.6% 16.6% 16.6% 16.6% 16.6% 16.6%;
|
|
36
36
|
// grid-template-rows: 16.6% 16.6% 16.6% 16.6% 16.6% 16.6%;
|
|
37
37
|
}
|
|
38
|
+
.isNoVideo{
|
|
39
|
+
display: none;
|
|
40
|
+
}
|
|
38
41
|
.itemed {
|
|
39
42
|
text-align: center;
|
|
40
43
|
// border: 1px solid #fff;
|
|
@@ -42,7 +45,7 @@
|
|
|
42
45
|
font-weight: bold;
|
|
43
46
|
height: 170px;
|
|
44
47
|
position: relative;
|
|
45
|
-
background:
|
|
48
|
+
background: #333;
|
|
46
49
|
margin-bottom: 20px;
|
|
47
50
|
border-radius: 6px;
|
|
48
51
|
}
|
|
@@ -330,7 +333,7 @@
|
|
|
330
333
|
border-spacing: 20px!important;
|
|
331
334
|
background: #d9d9d9!important;
|
|
332
335
|
}
|
|
333
|
-
.
|
|
336
|
+
.modelButtonOkInvitation{
|
|
334
337
|
width: 170px!important;
|
|
335
338
|
height: 40px!important;
|
|
336
339
|
font-size: 16px!important;
|
|
@@ -339,6 +342,15 @@
|
|
|
339
342
|
background: #DB0011!important;
|
|
340
343
|
border-spacing: 20px!important;
|
|
341
344
|
}
|
|
345
|
+
.modelButtonOk{
|
|
346
|
+
width: 100px!important;
|
|
347
|
+
height: 40px!important;
|
|
348
|
+
font-size: 16px!important;
|
|
349
|
+
color: #ffffff!important;
|
|
350
|
+
border: 1px #DB0011 solid!important;
|
|
351
|
+
background: #DB0011!important;
|
|
352
|
+
border-spacing: 20px!important;
|
|
353
|
+
}
|
|
342
354
|
.endModal{
|
|
343
355
|
font-size: 16px;
|
|
344
356
|
padding: 56px 30px 0px 30px;
|