@capillarytech/creatives-library 8.0.58 → 8.0.59-alpha.1

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.
@@ -26,7 +26,6 @@
26
26
  .lock-screen-preview .lock-msgContainer{
27
27
  position: absolute;
28
28
  top: 40%;
29
- left: 25.9%;
30
29
  width: 21.5%;
31
30
  height: 60px;
32
31
  display: -webkit-box;
@@ -56,7 +55,7 @@
56
55
  .main-screen-preview .msgContainer{
57
56
  position: absolute;
58
57
  top: 30%;
59
- left: 53%;
58
+ left: 52%;
60
59
  width: 42%;
61
60
  height: 336px;
62
61
  display: -webkit-box;
@@ -138,7 +137,7 @@
138
137
  margin: 0 20px 0 auto;
139
138
  .action-text{
140
139
  position: absolute;
141
- left: 27.5%;
140
+ left: 28.5%;
142
141
  top: 54%;
143
142
  font-size: $FONT_SIZE_VS;
144
143
  color: #3861ca;
@@ -151,7 +150,7 @@
151
150
  .lock-screen-preview .lock-msgContainer{
152
151
  position: absolute;
153
152
  top: 43%;
154
- left: 25.9%;
153
+ left: 26.9%;
155
154
  width: 21.5%;
156
155
  height: 52px;
157
156
  display: -webkit-box;
@@ -182,7 +181,7 @@
182
181
  .main-screen-preview .msgContainer{
183
182
  position: absolute;
184
183
  top: 30%;
185
- left: 53%;
184
+ left: 52%;
186
185
  width: 42%;
187
186
  height: 336px;
188
187
  display: -webkit-box;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@capillarytech/creatives-library",
3
3
  "author": "meharaj",
4
- "version": "8.0.58",
4
+ "version": "8.0.59-alpha.1",
5
5
  "description": "Capillary creatives ui",
6
6
  "main": "./index.js",
7
7
  "module": "./index.es.js",