react_hsbc_teller 0.4.3 → 0.4.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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "react_hsbc_teller",
3
- "version": "0.4.3",
3
+ "version": "0.4.4",
4
4
  "description": "React",
5
5
  "private": false,
6
6
  "main": "lib/hsbc.js",
@@ -45,10 +45,10 @@
45
45
  .videoFit{
46
46
  object-fit: contain !important;
47
47
  }
48
- .isBack {
49
- transform: rotateY(180deg);
50
- // background: #333;
51
- }
48
+ // .isBack {
49
+ // transform: rotateY(180deg);
50
+ // // background: #333;
51
+ // }
52
52
  .video1{
53
53
  width: 100%;
54
54
  height: 100%;
@@ -112,7 +112,7 @@
112
112
  .canvasClass{
113
113
  position: absolute;
114
114
  bottom: 0;
115
- left: 0;
115
+ right: 0;
116
116
  }
117
117
  .canvasClassOne{
118
118
  position: absolute;
@@ -164,7 +164,7 @@
164
164
  .tellerTitle{
165
165
  position: absolute;
166
166
  // top: 0;
167
- right: 0px;
167
+ left: 0px;
168
168
  // width: 80px;
169
169
  line-height: 30px;
170
170
 
@@ -172,7 +172,7 @@
172
172
  height: 30px;
173
173
  // background: rgba(219, 0, 17, 0.1);
174
174
  border-radius: 4px 0px 2px 0px;
175
- transform: rotateY(180deg);
175
+ // transform: rotateY(180deg);
176
176
  // color: #DB0011;
177
177
  font-size: 14px;
178
178
  }