@capillarytech/creatives-library 8.0.59-alpha.1 → 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,8 +25,8 @@
25
25
  }
26
26
  .lock-screen-preview .lock-msgContainer{
27
27
  position: absolute;
28
- top: 40%;
29
- width: 21.5%;
28
+ top: 33%;
29
+ width: 22.9%;
30
30
  height: 60px;
31
31
  display: -webkit-box;
32
32
  display: -ms-flexbox;
@@ -54,7 +54,7 @@
54
54
  }
55
55
  .main-screen-preview .msgContainer{
56
56
  position: absolute;
57
- top: 30%;
57
+ top: 21%;
58
58
  left: 52%;
59
59
  width: 42%;
60
60
  height: 336px;
@@ -138,7 +138,7 @@
138
138
  .action-text{
139
139
  position: absolute;
140
140
  left: 28.5%;
141
- top: 54%;
141
+ top: 39%;
142
142
  font-size: $FONT_SIZE_VS;
143
143
  color: #3861ca;
144
144
  font-weight: $FONT_WEIGHT_MEDIUM;
@@ -180,8 +180,8 @@
180
180
 
181
181
  .main-screen-preview .msgContainer{
182
182
  position: absolute;
183
- top: 30%;
184
- left: 52%;
183
+ top: 21%;
184
+ left: 53%;
185
185
  width: 42%;
186
186
  height: 336px;
187
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.59-alpha.1",
4
+ "version": "8.0.59-alpha.2",
5
5
  "description": "Capillary creatives ui",
6
6
  "main": "./index.js",
7
7
  "module": "./index.es.js",