nestiq-component-library 1.1.107 → 1.1.109

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;
@@ -193,6 +194,3 @@
193
194
  width: 184px;
194
195
  }
195
196
  }
196
- .response{
197
- max-width: 1280px;
198
- }
@@ -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;
@@ -30,7 +30,7 @@ export default function SharePopup(props: PopupProps) {
30
30
  return (
31
31
  <div>
32
32
  {showPopUp && (
33
- <div className="response popup-overlay">
33
+ <div className=" popup-overlay">
34
34
  <div className="shareSection col-12 d-flex position-relative flex-column mx-auto justify-content-center col-5 col-lg-6 d-flex gap-4">
35
35
  <div className="end-0 top-0 position-absolute ">
36
36
  <img