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