nestiq-component-library 1.1.108 → 1.1.110

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.
@@ -18,6 +18,7 @@
18
18
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
19
19
  border: solid 1px #d7d9e3;
20
20
  background-color: #fff;
21
+ max-width: 1280px;
21
22
  }
22
23
  .popUpHeader {
23
24
  height: 48px;
@@ -162,7 +163,7 @@
162
163
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
163
164
  }
164
165
  .main_button {
165
- width: 184px;
166
+ width: 184px;
166
167
  height: 43px;
167
168
  flex-grow: 0;
168
169
  display: flex;
@@ -379,30 +380,30 @@
379
380
  width: 90vw;
380
381
  }
381
382
  .filter {
382
- height: 260px;
383
- align-self: stretch;
384
- flex-grow: 0;
385
- display: flex;
386
- flex-direction: column;
387
- gap: 2px;
388
- padding: 32px;
389
- border-radius: 32px;
390
- box-shadow: inset 0 4px 10px 0 rgba(0, 0, 0, 0.15);
391
- background-color: #f2f2f2;
392
- }
393
- .middle-text {
394
- margin: 5px 25px;
395
- }
396
- .loginFilter {
397
- height: 180px;
398
- align-self: stretch;
399
- flex-grow: 0;
400
- display: flex;
401
- flex-direction: column;
402
- gap: 2px;
403
- padding: 32px;
404
- border-radius: 32px;
405
- box-shadow: inset 0 4px 10px 0 rgba(0, 0, 0, 0.15);
406
- background-color: #f2f2f2;
407
- }
383
+ height: 260px;
384
+ align-self: stretch;
385
+ flex-grow: 0;
386
+ display: flex;
387
+ flex-direction: column;
388
+ gap: 2px;
389
+ padding: 32px;
390
+ border-radius: 32px;
391
+ box-shadow: inset 0 4px 10px 0 rgba(0, 0, 0, 0.15);
392
+ background-color: #f2f2f2;
393
+ }
394
+ .middle-text {
395
+ margin: 5px 25px;
396
+ }
397
+ .loginFilter {
398
+ height: 180px;
399
+ align-self: stretch;
400
+ flex-grow: 0;
401
+ display: flex;
402
+ flex-direction: column;
403
+ gap: 2px;
404
+ padding: 32px;
405
+ border-radius: 32px;
406
+ box-shadow: inset 0 4px 10px 0 rgba(0, 0, 0, 0.15);
407
+ background-color: #f2f2f2;
408
+ }
408
409
  }
@@ -18,6 +18,7 @@
18
18
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
19
19
  border: solid 1px #d7d9e3;
20
20
  background-color: #fff;
21
+ max-width: 1280px;
21
22
  }
22
23
  .popUpHeader {
23
24
  height: 48px;
@@ -35,7 +35,7 @@ export default function MessagePopUp(props: PopupProps) {
35
35
  }, []);
36
36
  return (
37
37
  <div>
38
- <div className="response popup-overlay">
38
+ <div className=" popup-overlay">
39
39
  <div className="MessageShareSections d-flex flex-column col-10 col-lg-7">
40
40
  <img
41
41
  src={x}
@@ -5,7 +5,7 @@
5
5
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
6
6
  border: solid 1px #d7d9e3;
7
7
  background-color: #fff;
8
-
8
+ max-width: 1280px;
9
9
  }
10
10
  .popUpHeader {
11
11
  height: 48px;
@@ -343,3 +343,6 @@ background-image: linear-gradient(to top, rgba(255, 0, 0, 0), rgba(255,0,0,1));}
343
343
 
344
344
  }
345
345
  /* */
346
+ .response{
347
+ max-width: 1280px;
348
+ }