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

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.
@@ -8,14 +8,14 @@
8
8
  .action-text-reply{
9
9
  position: absolute;
10
10
  left: 34%;
11
- top: 59%;
11
+ top: 34%;
12
12
  color: #3861ca;
13
13
  font-weight: $FONT_WEIGHT_MEDIUM;
14
14
  }
15
15
  .action-text-cancel{
16
16
  position: absolute;
17
17
  left: 33.5%;
18
- top: 66%;
18
+ top: 48%;
19
19
  color: #3861ca;
20
20
  font-weight: $FONT_WEIGHT_MEDIUM;
21
21
  }
@@ -25,9 +25,8 @@
25
25
  }
26
26
  .lock-screen-preview .lock-msgContainer{
27
27
  position: absolute;
28
- top: 40%;
29
- left: 25.9%;
30
- width: 21.5%;
28
+ top: 33%;
29
+ width: 22.9%;
31
30
  height: 60px;
32
31
  display: -webkit-box;
33
32
  display: -ms-flexbox;
@@ -55,8 +54,8 @@
55
54
  }
56
55
  .main-screen-preview .msgContainer{
57
56
  position: absolute;
58
- top: 30%;
59
- left: 53%;
57
+ top: 21%;
58
+ left: 52%;
60
59
  width: 42%;
61
60
  height: 336px;
62
61
  display: -webkit-box;
@@ -138,8 +137,8 @@
138
137
  margin: 0 20px 0 auto;
139
138
  .action-text{
140
139
  position: absolute;
141
- left: 27.5%;
142
- top: 54%;
140
+ left: 28.5%;
141
+ top: 39%;
143
142
  font-size: $FONT_SIZE_VS;
144
143
  color: #3861ca;
145
144
  font-weight: $FONT_WEIGHT_MEDIUM;
@@ -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;
@@ -181,7 +180,7 @@
181
180
 
182
181
  .main-screen-preview .msgContainer{
183
182
  position: absolute;
184
- top: 30%;
183
+ top: 21%;
185
184
  left: 53%;
186
185
  width: 42%;
187
186
  height: 336px;
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.2",
5
5
  "description": "Capillary creatives ui",
6
6
  "main": "./index.js",
7
7
  "module": "./index.es.js",