@capillarytech/creatives-library 8.0.59-alpha.2 → 8.0.59-alpha.3
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,7 +8,7 @@
|
|
|
8
8
|
.action-text-reply{
|
|
9
9
|
position: absolute;
|
|
10
10
|
left: 34%;
|
|
11
|
-
top:
|
|
11
|
+
top: 44%;
|
|
12
12
|
color: #3861ca;
|
|
13
13
|
font-weight: $FONT_WEIGHT_MEDIUM;
|
|
14
14
|
}
|
|
@@ -25,8 +25,9 @@
|
|
|
25
25
|
}
|
|
26
26
|
.lock-screen-preview .lock-msgContainer{
|
|
27
27
|
position: absolute;
|
|
28
|
-
top:
|
|
29
|
-
|
|
28
|
+
top: 29%;
|
|
29
|
+
left: 25.9%;
|
|
30
|
+
width: 21.5%;
|
|
30
31
|
height: 60px;
|
|
31
32
|
display: -webkit-box;
|
|
32
33
|
display: -ms-flexbox;
|
|
@@ -55,7 +56,7 @@
|
|
|
55
56
|
.main-screen-preview .msgContainer{
|
|
56
57
|
position: absolute;
|
|
57
58
|
top: 21%;
|
|
58
|
-
left:
|
|
59
|
+
left: 53%;
|
|
59
60
|
width: 42%;
|
|
60
61
|
height: 336px;
|
|
61
62
|
display: -webkit-box;
|
|
@@ -137,7 +138,7 @@
|
|
|
137
138
|
margin: 0 20px 0 auto;
|
|
138
139
|
.action-text{
|
|
139
140
|
position: absolute;
|
|
140
|
-
left:
|
|
141
|
+
left: 27.5%;
|
|
141
142
|
top: 39%;
|
|
142
143
|
font-size: $FONT_SIZE_VS;
|
|
143
144
|
color: #3861ca;
|
|
@@ -149,8 +150,8 @@
|
|
|
149
150
|
}
|
|
150
151
|
.lock-screen-preview .lock-msgContainer{
|
|
151
152
|
position: absolute;
|
|
152
|
-
top:
|
|
153
|
-
left:
|
|
153
|
+
top: 31%;
|
|
154
|
+
left: 25.9%;
|
|
154
155
|
width: 21.5%;
|
|
155
156
|
height: 52px;
|
|
156
157
|
display: -webkit-box;
|