nestiq-component-library 1.1.168 → 1.1.169
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.
|
@@ -14,7 +14,7 @@
|
|
|
14
14
|
color: #1b1b1b;
|
|
15
15
|
}
|
|
16
16
|
|
|
17
|
-
.
|
|
17
|
+
.closeIcon_c {
|
|
18
18
|
width: 16px;
|
|
19
19
|
height: 16px;
|
|
20
20
|
cursor: pointer;
|
|
@@ -117,7 +117,7 @@
|
|
|
117
117
|
}
|
|
118
118
|
.shareSection-Error {
|
|
119
119
|
height: 400px;
|
|
120
|
-
padding:10px;
|
|
120
|
+
padding: 10px;
|
|
121
121
|
border-radius: 16px;
|
|
122
122
|
box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
|
|
123
123
|
border: solid 1px #d7d9e3;
|
|
@@ -186,14 +186,14 @@
|
|
|
186
186
|
border-color: #000;
|
|
187
187
|
border-width: 2px;
|
|
188
188
|
}
|
|
189
|
-
.Line-9,
|
|
189
|
+
.Line-9,
|
|
190
|
+
.Line-10 {
|
|
190
191
|
height: 1px;
|
|
191
192
|
flex-grow: 1;
|
|
192
193
|
background-color: rgba(140, 140, 140, 0.5);
|
|
193
|
-
max-width:23rem;
|
|
194
|
+
max-width: 23rem;
|
|
194
195
|
align-self: center;
|
|
195
196
|
align-content: center;
|
|
196
|
-
|
|
197
197
|
}
|
|
198
198
|
|
|
199
199
|
.middle-container {
|
|
@@ -205,7 +205,7 @@
|
|
|
205
205
|
.middle-text {
|
|
206
206
|
margin: 25px 25px;
|
|
207
207
|
}
|
|
208
|
-
.google-button{
|
|
208
|
+
.google-button {
|
|
209
209
|
width: 260px;
|
|
210
210
|
height: 45px;
|
|
211
211
|
flex-grow: 0;
|
|
@@ -217,22 +217,18 @@
|
|
|
217
217
|
padding: 12px 24px;
|
|
218
218
|
border-radius: 4px;
|
|
219
219
|
background-color: #000000;
|
|
220
|
-
background: linear-gradient(to top, #000
|
|
221
|
-
|
|
222
|
-
|
|
223
|
-
|
|
224
|
-
|
|
225
|
-
|
|
226
|
-
|
|
227
|
-
|
|
228
|
-
|
|
229
|
-
|
|
230
|
-
|
|
231
|
-
|
|
232
|
-
max-width: 1000px;
|
|
233
|
-
|
|
234
|
-
}
|
|
235
|
-
.lightertxt{
|
|
220
|
+
background: linear-gradient(to top, #000, #666);
|
|
221
|
+
}
|
|
222
|
+
.Account-popup {
|
|
223
|
+
height: 713px;
|
|
224
|
+
padding: 10px;
|
|
225
|
+
border-radius: 16px;
|
|
226
|
+
box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
|
|
227
|
+
border: solid 1px #d7d9e3;
|
|
228
|
+
background-color: #fff;
|
|
229
|
+
max-width: 1000px;
|
|
230
|
+
}
|
|
231
|
+
.lightertxt {
|
|
236
232
|
color: #797979;
|
|
237
233
|
}
|
|
238
234
|
|
|
@@ -312,7 +308,7 @@
|
|
|
312
308
|
padding: 0 24px;
|
|
313
309
|
border-radius: 16px;
|
|
314
310
|
box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
|
|
315
|
-
background-image: linear-gradient(to top, #000
|
|
311
|
+
background-image: linear-gradient(to top, #000, #666);
|
|
316
312
|
color: white;
|
|
317
313
|
}
|
|
318
314
|
.Tag {
|
|
@@ -326,7 +322,12 @@
|
|
|
326
322
|
padding: 0 24px;
|
|
327
323
|
border-radius: 16px;
|
|
328
324
|
box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
|
|
329
|
-
background-image: linear-gradient(
|
|
325
|
+
background-image: linear-gradient(
|
|
326
|
+
to top,
|
|
327
|
+
rgba(255, 0, 0, 0),
|
|
328
|
+
rgba(255, 0, 0, 1)
|
|
329
|
+
);
|
|
330
|
+
}
|
|
330
331
|
.TagW {
|
|
331
332
|
height: 40px;
|
|
332
333
|
flex-grow: 1;
|
|
@@ -339,10 +340,9 @@ background-image: linear-gradient(to top, rgba(255, 0, 0, 0), rgba(255,0,0,1));}
|
|
|
339
340
|
border-radius: 16px;
|
|
340
341
|
border: solid 1px #000;
|
|
341
342
|
background-color: #fff;
|
|
342
|
-
|
|
343
|
-
|
|
343
|
+
color: #000;
|
|
344
344
|
}
|
|
345
345
|
/* */
|
|
346
|
-
.response{
|
|
346
|
+
.response {
|
|
347
347
|
max-width: 1280px;
|
|
348
|
-
}
|
|
348
|
+
}
|
|
@@ -18,7 +18,7 @@ export default function SharePopup(props: PopupProps) {
|
|
|
18
18
|
const handleClose = () => {
|
|
19
19
|
props.onClick();
|
|
20
20
|
};
|
|
21
|
-
|
|
21
|
+
|
|
22
22
|
const urlInputRef = useRef<HTMLInputElement | null>(null);
|
|
23
23
|
|
|
24
24
|
const copyToClipboard = () => {
|
|
@@ -36,7 +36,7 @@ export default function SharePopup(props: PopupProps) {
|
|
|
36
36
|
<img
|
|
37
37
|
src={x}
|
|
38
38
|
alt="close"
|
|
39
|
-
className="
|
|
39
|
+
className="closeIcon_c me-2"
|
|
40
40
|
onClick={handleClose}
|
|
41
41
|
/>
|
|
42
42
|
</div>
|