@visns-studio/visns-components 5.0.1-8.1 → 5.0.1

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.
Files changed (28) hide show
  1. package/package.json +1 -3
  2. package/src/components/crm/AsyncSelect.jsx +15 -121
  3. package/src/components/crm/DataGrid.jsx +5 -25
  4. package/src/components/crm/Field.jsx +148 -174
  5. package/src/components/crm/Form.jsx +28 -41
  6. package/src/components/crm/MultiSelect.jsx +29 -96
  7. package/src/components/crm/Navigation.jsx +81 -2
  8. package/src/components/crm/QrCode.jsx +8 -12
  9. package/src/components/crm/auth/Login.jsx +1 -9
  10. package/src/components/crm/auth/Profile.jsx +2 -4
  11. package/src/components/crm/auth/styles/Login.module.scss +3 -4
  12. package/src/components/crm/auth/styles/Profile.module.scss +14 -56
  13. package/src/components/crm/generic/GenericAuth.jsx +2 -5
  14. package/src/components/crm/generic/GenericDetail.jsx +18 -509
  15. package/src/components/crm/generic/styles/AuditLog.module.scss +0 -4
  16. package/src/components/crm/generic/styles/GenericDetail.module.scss +121 -261
  17. package/src/components/crm/generic/styles/GenericDynamic.module.scss +67 -35
  18. package/src/components/crm/generic/styles/GenericFormBuilder.module.scss +43 -4
  19. package/src/components/crm/generic/styles/GenericIndex.module.scss +1 -1
  20. package/src/components/crm/styles/Autocomplete.module.scss +20 -12
  21. package/src/components/crm/styles/DataGrid.module.scss +3 -2
  22. package/src/components/crm/styles/Field.module.scss +13 -19
  23. package/src/components/crm/styles/Form.module.scss +5 -5
  24. package/src/components/crm/styles/Navigation.module.scss +61 -11
  25. package/src/components/crm/styles/QrCode.module.scss +0 -4
  26. package/src/components/styles/global.css +5 -95
  27. package/src/components/crm/generic/GenericEditableTable.jsx +0 -407
  28. package/src/components/crm/generic/styles/GenericEditableTable.module.scss +0 -178
@@ -111,13 +111,13 @@
111
111
  }
112
112
 
113
113
  .grid__subcontent {
114
- flex: 0 1 80%;
115
- background: var(--tertiary-color);
114
+ flex: 0 1 85%;
115
+ background: white;
116
116
  border-radius: var(--br);
117
- border: 1px solid rgba(var(--primary-rgb), 0.05);
117
+ border: 1px solid var(--border-color);
118
118
  box-sizing: border-box;
119
- padding: 2px;
120
- margin: 8px 0;
119
+ padding: 0;
120
+ margin: 5px;
121
121
  height: auto;
122
122
  position: relative;
123
123
  }
@@ -132,43 +132,36 @@
132
132
  .gridtxt__header {
133
133
  width: 100%;
134
134
  display: block;
135
- background: rgba(var(--primary-rgb), 0.05);
135
+ background: var(--border-color);
136
136
  box-sizing: border-box;
137
137
  padding: 10px 20px;
138
- border-radius: var(--br);
138
+ border-top-left-radius: var(--br);
139
+ border-top-right-radius: var(--br);
139
140
  margin-bottom: 0;
140
141
  font-weight: 700;
141
142
  text-align: center;
142
143
  color: var(--paragraph-color);
144
+ position: relative;
143
145
  }
144
146
 
145
147
  .gridtxt__header span {
146
148
  font-weight: 700;
147
149
  }
148
150
 
149
- .gridtxt > ul {
150
- width: 100%;
151
+ .gridtxt__header .btn {
152
+ font-size: 0.85em;
153
+ padding: 0.25em;
151
154
  display: flex;
152
- justify-content: flex-start;
153
- flex-direction: row;
154
- flex-wrap: wrap;
155
- list-style: none;
156
- box-sizing: border-box;
157
- padding: 0.85rem;
158
- margin: 0;
155
+ flex-wrap: nowrap;
156
+ align-items: center;
157
+ float: left;
158
+ position: relative;
159
+ top: -4px;
159
160
  }
160
161
 
161
- .gridtxt > ul li {
162
- flex: 0 0 calc(50% - 10px);
163
- padding: 0.85rem;
164
- box-sizing: border-box;
165
- border: 1px solid rgba(var(--primary-rgb), 0.095);
166
- color: var(--paragraph-color);
167
- background: rgba(var(--primary-rgb), 0.015);
168
- margin: 5px;
169
- border-radius: var(--br);
170
- line-height: 1.45;
171
- font-size: 1rem;
162
+ .gridtxt__header .btn svg {
163
+ max-width: 15px;
164
+ margin-right: 5px;
172
165
  }
173
166
 
174
167
  .formcontainer {
@@ -277,10 +270,6 @@
277
270
  border: 1px solid rgba(var(--highlight-color-rgb), 0.85);
278
271
  }
279
272
 
280
- .formItem textarea {
281
- line-height: 1.65 !important;
282
- }
283
-
284
273
  input[type='file'] {
285
274
  background: var(--item-color) !important;
286
275
  border-radius: var (--br) !important;
@@ -316,9 +305,9 @@ input[type='file']:hover {
316
305
  .fi__span {
317
306
  position: absolute;
318
307
  transition: all 200ms;
319
- opacity: 1;
308
+ opacity: 0.8;
320
309
  left: 0;
321
- padding: 0 1rem;
310
+ padding: 19px 20px;
322
311
  transform-origin: top left;
323
312
  cursor: text;
324
313
  }
@@ -380,7 +369,7 @@ select:not(:placeholder-shown) + .fi__span {
380
369
  transform: translateY(-110%) translateX(10px) scale(0.75);
381
370
  opacity: 1;
382
371
  padding: 0;
383
- background: var(--tertiary-color);
372
+ background: var(--bg-color);
384
373
  font-weight: 300;
385
374
  transition: all 0.5s cubic-bezier(0.5, 0.5, 0, 1);
386
375
  }
@@ -389,7 +378,7 @@ select:not(:placeholder-shown) + .fi__span {
389
378
  transform: translateY(-110%) translateX(10px) scale(0.75);
390
379
  opacity: 1;
391
380
  padding: 0;
392
- background: var(--tertiary-color);
381
+ background: var(--bg-color);
393
382
  font-weight: 300;
394
383
  transition: all 0.5s cubic-bezier(0.5, 0.5, 0, 1);
395
384
  }
@@ -445,6 +434,49 @@ select:not(:placeholder-shown) + .fi__span {
445
434
  border-color: red !important;
446
435
  }
447
436
 
437
+ .AutocompletePlace {
438
+ position: relative;
439
+ }
440
+
441
+ .AutocompletePlace svg {
442
+ position: absolute;
443
+ right: 0.5em;
444
+ top: 0.5em;
445
+ color: var(--paragraph-color);
446
+ cursor: pointer;
447
+ }
448
+
449
+ .AutocompletePlace .toggleActive {
450
+ color: var(--highlight-color);
451
+ }
452
+
453
+ .AutocompletePlace-input {
454
+ padding: 0.65rem 3rem 0.65rem 0.95rem !important;
455
+ height: 51.5px;
456
+ }
457
+
458
+ .AutocompletePlace-results {
459
+ position: absolute;
460
+ background-color: white;
461
+ padding: 0;
462
+ margin: 0;
463
+ border: 1px solid rgba(var(--primary-color-rgb), 0.25);
464
+ border-radius: var(--br);
465
+ overflow: hidden;
466
+ z-index: 999;
467
+ }
468
+
469
+ .AutocompletePlace-items {
470
+ list-style: none;
471
+ border-bottom: 1px solid rgba(var(--primary-color-rgb), 0.1);
472
+ cursor: pointer;
473
+ padding: 10px 10px;
474
+ }
475
+
476
+ .AutocompletePlace-items:hover {
477
+ background-color: rgba(var(--paragraph-color-rgb), 0.065);
478
+ }
479
+
448
480
  .react-datepicker-wrapper {
449
481
  width: 100% !important;
450
482
  }
@@ -270,10 +270,6 @@
270
270
  border: 1px solid rgba(var(--primary-color-rgb), 0.85);
271
271
  }
272
272
 
273
- .formItem textarea {
274
- line-height: 1.65 !important;
275
- }
276
-
277
273
  input[type='file'] {
278
274
  background: var(--item-color) !important;
279
275
  border-radius: var (--br) !important;
@@ -510,6 +506,49 @@ select:not(:placeholder-shown) + .fi__span {
510
506
  border-color: red !important;
511
507
  }
512
508
 
509
+ .AutocompletePlace {
510
+ position: relative;
511
+ }
512
+
513
+ .AutocompletePlace svg {
514
+ position: absolute;
515
+ right: 0.5em;
516
+ top: 0.5em;
517
+ color: var(--paragraph-color);
518
+ cursor: pointer;
519
+ }
520
+
521
+ .AutocompletePlace .toggleActive {
522
+ color: var(--highlight-color);
523
+ }
524
+
525
+ .AutocompletePlace-input {
526
+ padding: 0.65rem 3rem 0.65rem 0.95rem !important;
527
+ height: 51.5px;
528
+ }
529
+
530
+ .AutocompletePlace-results {
531
+ position: absolute;
532
+ background-color: white;
533
+ padding: 0;
534
+ margin: 0;
535
+ border: 1px solid rgba(var(--primary-color), 0.25);
536
+ border-radius: var(--br);
537
+ overflow: hidden;
538
+ z-index: 999;
539
+ }
540
+
541
+ .AutocompletePlace-items {
542
+ list-style: none;
543
+ border-bottom: 1px solid rgba(var(--primary-color-rgb), 0.1);
544
+ cursor: pointer;
545
+ padding: 10px 10px;
546
+ }
547
+
548
+ .AutocompletePlace-items:hover {
549
+ background-color: rgba(var(--paragraph-color-rgb), 0.065);
550
+ }
551
+
513
552
  .react-datepicker-wrapper {
514
553
  width: 100% !important;
515
554
  }
@@ -256,7 +256,7 @@
256
256
  a {
257
257
  text-decoration: none;
258
258
  color: var(--secondary-color);
259
- font-weight: 400;
259
+ font-weight: 300;
260
260
  }
261
261
 
262
262
  svg {
@@ -4,33 +4,41 @@
4
4
 
5
5
  .AutocompletePlace {
6
6
  position: relative;
7
- width: 100%;
8
7
 
9
8
  > svg {
10
9
  position: absolute;
11
10
  right: 0.5em;
12
- top: 0.95rem;
13
- color: var(--paragraph-color);
11
+ top: 0.5em;
12
+ color: var(--primary-color);
14
13
  cursor: pointer;
15
14
  }
15
+ }
16
16
 
17
- .toggleActive {
18
- color: var(--secondary-color);
19
- }
17
+ .AutocompletePlace.toggleActive {
18
+ color: var(--highlight-color);
20
19
  }
21
20
 
22
21
  .AutocompletePlace-input {
23
22
  padding: 0.65rem 3rem 0.65rem 0.95rem !important;
24
- height: 38px;
23
+ }
24
+
25
+ .AutocompletePlace-results {
26
+ position: absolute;
27
+ background-color: white;
28
+ padding: 0;
29
+ margin: 0;
30
+ border: 1px solid rgba(var(--primary-color-rgb), 0.25);
31
+ border-radius: var(--br);
32
+ overflow: hidden;
25
33
  }
26
34
 
27
35
  .AutocompletePlace-items {
28
36
  list-style: none;
29
- border-bottom: 1px solid rgba(var(--primary-rgb), 0.1);
37
+ border-bottom: 1px solid rgba(var(--primary-color-rgb), 0.1);
30
38
  cursor: pointer;
31
- padding: 5px;
39
+ padding: 10px 10px;
40
+ }
32
41
 
33
- &:hover {
34
- background-color: rgba(var(--paragraph-rgb), 0.065);
35
- }
42
+ .AutocompletePlace-items:hover {
43
+ background-color: rgba(var(--primary-color-rgb), 0.065);
36
44
  }
@@ -29,7 +29,8 @@
29
29
  }
30
30
 
31
31
  .InovuaReactDataGrid {
32
- color: var(--paragraph-color) !important;
32
+ letter-spacing: 0.015rem !important;
33
+ color: black !important;
33
34
  }
34
35
 
35
36
  .InovuaReactDataGrid__header {
@@ -37,7 +38,7 @@
37
38
  }
38
39
 
39
40
  .InovuaReactDataGrid__row-hover-target:hover {
40
- color: var(--primary-color) !important;
41
+ color: black !important;
41
42
  background: rgb(240, 240, 240) !important;
42
43
  }
43
44
 
@@ -52,7 +52,7 @@
52
52
  .fi__span {
53
53
  position: absolute;
54
54
  transition: all 200ms;
55
- opacity: 1;
55
+ opacity: 0.8;
56
56
  left: 0;
57
57
  transform-origin: top left;
58
58
  cursor: text;
@@ -128,24 +128,22 @@
128
128
  input:not(:placeholder-shown) + .fi__span,
129
129
  textarea:not(:placeholder-shown) + .fi__span,
130
130
  select:not(:placeholder-shown) + .fi__span {
131
- transform: translateY(-130%) translateX(10px) scale(0.9);
131
+ transform: translateY(-110%) translateX(10px) scale(0.75);
132
132
  opacity: 1;
133
- padding: 0 0.25rem;
134
- background: var(--tertiary-color);
135
- font-weight: 400;
133
+ padding: 0;
134
+ background: var(--bg-color);
135
+ font-weight: 300;
136
136
  transition: all 0.5s cubic-bezier(0.5, 0.5, 0, 1);
137
- color: rgba(var(--paragraph-rgb), 0.65);
138
137
  }
139
138
 
140
139
  .prefocus {
141
- transform: translateY(-130%) translateX(10px) scale(0.9) !important;
142
- opacity: 1 !important;
143
- padding: 0 0.25rem !important;
144
- background: var(--tertiary-color) !important;
145
- font-weight: 400 !important;
146
- transition: all 0.5s cubic-bezier(0.5, 0.5, 0, 1) !important;
147
- z-index: 1 !important;
148
- color: rgba(var(--paragraph-rgb), 0.65) !important;
140
+ transform: translateY(-110%) translateX(10px) scale(0.75);
141
+ opacity: 1;
142
+ padding: 0;
143
+ background: var(--bg-color);
144
+ font-weight: 300;
145
+ transition: all 0.5s cubic-bezier(0.5, 0.5, 0, 1);
146
+ z-index: 999;
149
147
  }
150
148
 
151
149
  .fwItem {
@@ -187,7 +185,7 @@ select:not(:placeholder-shown) + .fi__span {
187
185
  ):not(.inovua-react-toolkit-text-input__input):not(
188
186
  .inovua-react-toolkit-numeric-input__input
189
187
  ) {
190
- font-size: 0.85rem;
188
+ font-size: 1rem;
191
189
  background: white;
192
190
  border-radius: var(--br);
193
191
  padding: 0.85rem;
@@ -221,10 +219,6 @@ select:not(:placeholder-shown) + .fi__span {
221
219
  border: 1px solid rgba(var(--paragraph-color-rgb), 0.85);
222
220
  }
223
221
 
224
- .formItem textarea {
225
- line-height: 1.65 !important;
226
- }
227
-
228
222
  input[type='file'] {
229
223
  background: white !important;
230
224
  border-radius: var(--br) !important;
@@ -27,7 +27,7 @@
27
27
  .fi__span {
28
28
  position: absolute;
29
29
  transition: all 200ms;
30
- opacity: 1;
30
+ opacity: 0.8;
31
31
  left: 0;
32
32
  transform-origin: top left;
33
33
  cursor: text;
@@ -105,7 +105,7 @@ select:not(:placeholder-shown) + .fi__span {
105
105
  transform: translateY(-110%) translateX(10px) scale(0.75);
106
106
  opacity: 1;
107
107
  padding: 0;
108
- background: var(--tertiary-color);
108
+ background: var(--bg-color);
109
109
  font-weight: 300;
110
110
  transition: all 0.5s cubic-bezier(0.5, 0.5, 0, 1);
111
111
  }
@@ -114,7 +114,7 @@ select:not(:placeholder-shown) + .fi__span {
114
114
  transform: translateY(-110%) translateX(10px) scale(0.75);
115
115
  opacity: 1;
116
116
  padding: 0;
117
- background: var(--tertiary-color);
117
+ background: var(--bg-color);
118
118
  font-weight: 300;
119
119
  transition: all 0.5s cubic-bezier(0.5, 0.5, 0, 1);
120
120
  z-index: 999;
@@ -242,7 +242,7 @@ input[type='file'] {
242
242
  position: relative;
243
243
  padding: 0.75rem;
244
244
  max-height: 80vh;
245
- // overflow-y: auto;
245
+ overflow-y: auto;
246
246
 
247
247
  .btn {
248
248
  background: var(--primary-color);
@@ -265,4 +265,4 @@ input[type='file'] {
265
265
  border-radius: var(--br);
266
266
  }
267
267
  }
268
- }
268
+ }
@@ -46,7 +46,7 @@
46
46
  display: flex;
47
47
  flex-wrap: nowrap;
48
48
  flex-direction: row;
49
- gap: 0.5rem;
49
+ gap: .5rem;
50
50
  margin: 0;
51
51
  list-style: none;
52
52
  align-items: center;
@@ -92,13 +92,13 @@
92
92
  &.active a,
93
93
  &:hover span,
94
94
  &.active span {
95
- background: rgba(var(--nav-active-rgb), 1);
96
- color: var(--highlight-color);
95
+ background: rgba(var(--secondary-rgb), 0.25);
96
+ color: var(--secondary-color);
97
97
  }
98
98
 
99
99
  &:hover svg,
100
100
  &.active svg {
101
- color: var(--highlight-color);
101
+ color: var(--secondary-color);
102
102
  }
103
103
 
104
104
  > ul {
@@ -132,13 +132,13 @@
132
132
  transition: all 0.25s cubic-bezier(0.25, 0.8, 0.25, 1);
133
133
  outline: none;
134
134
  margin: 0;
135
- background: rgba(var(--primary-rgb), 1);
135
+ background: rgba(var(--primary-rgb), 0.9);
136
136
  color: var(--tertiary-color) !important;
137
137
  }
138
138
 
139
139
  &:hover a {
140
- background: rgba(var(--primary-rgb), 1);
141
- color: var(--tertiary-color);
140
+ background: rgba(var(--primary-rgb), 1.05);
141
+ color: var(--secondary-color);
142
142
  }
143
143
 
144
144
  svg {
@@ -360,8 +360,7 @@
360
360
  position: relative;
361
361
  right: 8px;
362
362
  opacity: 1;
363
- transition: opacity 0.65s
364
- cubic-bezier(0.25, 0.8, 0.25, 1);
363
+ transition: opacity 0.65s cubic-bezier(0.25, 0.8, 0.25, 1);
365
364
  color: var(--secondary-color);
366
365
  }
367
366
 
@@ -420,8 +419,7 @@
420
419
  background: rgba(var(--primary-rgb), 0.92);
421
420
  color: var(--tertiary-color);
422
421
  border-radius: 3px;
423
- transition: all 0.25s
424
- cubic-bezier(0.25, 0.8, 0.25, 1);
422
+ transition: all 0.25s cubic-bezier(0.25, 0.8, 0.25, 1);
425
423
  outline: none;
426
424
  }
427
425
 
@@ -831,3 +829,55 @@
831
829
  }
832
830
  }
833
831
  }
832
+
833
+ .AutocompletePlace-results {
834
+ z-index: 999;
835
+ }
836
+
837
+ .AutocompletePlace {
838
+ position: relative;
839
+
840
+ > svg {
841
+ position: absolute;
842
+ right: 0.5em;
843
+ top: 0.5em;
844
+ color: var(--paragraph-color);
845
+ cursor: pointer;
846
+ }
847
+
848
+ .toggleActive {
849
+ color: var(--secondary-color);
850
+ }
851
+ }
852
+
853
+ .AutocompletePlace-input {
854
+ padding: 0.65rem 3rem 0.65rem 0.95rem !important;
855
+ height: 38px;
856
+ }
857
+
858
+ .AutocompletePlace-results {
859
+ width: 400px;
860
+ position: absolute;
861
+ background-color: var(--tertiary-color);
862
+ padding: 0;
863
+ margin: 0;
864
+ border: 1px solid rgba(var(--primary-rgb), 0.25);
865
+ border-radius: var(--br);
866
+ overflow: hidden;
867
+
868
+ ul {
869
+ padding: 0;
870
+ margin: 0;
871
+ }
872
+ }
873
+
874
+ .AutocompletePlace-items {
875
+ list-style: none;
876
+ border-bottom: 1px solid rgba(var(--primary-rgb), 0.1);
877
+ cursor: pointer;
878
+ padding: 10px 10px;
879
+
880
+ &:hover {
881
+ background-color: rgba(var(--paragraph-rgb), 0.065);
882
+ }
883
+ }
@@ -69,10 +69,6 @@
69
69
  background: rgba(#f4f4f4, 0.65);
70
70
  margin: 5px;
71
71
  border-radius: 5px;
72
-
73
- p {
74
- font-size: 0.85rem;
75
- }
76
72
  }
77
73
  }
78
74
 
@@ -10,24 +10,20 @@
10
10
 
11
11
  html,
12
12
  body {
13
- font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto,
14
- Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji',
15
- 'Segoe UI Symbol';
13
+ font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
16
14
  height: 100%;
17
15
  text-rendering: geometricPrecision;
18
- font-stretch: 75% 125%;
19
16
  }
20
17
 
21
18
  body {
22
19
  background: var(--bg-color);
23
20
  font-weight: var(--para-weight);
24
- font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto,
25
- Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji',
26
- 'Segoe UI Symbol';
21
+ font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
27
22
  font-style: normal;
23
+ letter-spacing: 0.018em;
28
24
  overflow-x: hidden;
29
25
  overscroll-behavior: none;
30
- font-size: 0.85rem;
26
+ font-size: 1rem;
31
27
  }
32
28
 
33
29
  input,
@@ -105,7 +101,6 @@ input[type]:not([type='search']):not([type='url']):not([type='hidden']):not(
105
101
  transition: border 0.15s linear;
106
102
  width: 100%;
107
103
  line-height: 1;
108
- font-size: 0.85rem;
109
104
 
110
105
  &:focus {
111
106
  border: 1px solid var(--primary-color);
@@ -115,89 +110,4 @@ input[type]:not([type='search']):not([type='url']):not([type='hidden']):not(
115
110
  .popup-content {
116
111
  border-radius: var(--br);
117
112
  padding: 0 !important;
118
- }
119
-
120
- .popup-overlay {
121
- background: rgba(0, 0, 0, 0.65) !important;
122
- backdrop-filter: blur(3px);
123
- }
124
-
125
- .AutocompletePlace-results {
126
- z-index: 999;
127
- width: 500px;
128
- position: absolute;
129
- background-color: var(--tertiary-color);
130
- padding: 0;
131
- margin: 0;
132
- border: 1px solid rgba(var(--primary-rgb), 0.25);
133
- border-radius: var(--br);
134
- overflow: hidden;
135
- font-size: 1rem;
136
- max-height: 150px;
137
- overflow-y: auto;
138
-
139
- ul {
140
- font-size: 1rem;
141
- padding: 0;
142
- margin: 0;
143
- }
144
- }
145
-
146
- .vs-datagrid--row:hover {
147
- .InovuaReactDataGrid__row-cell-wrap {
148
- background: rgb(240, 240, 240) !important;
149
- cursor: pointer;
150
- }
151
- }
152
-
153
- .InovuaReactDataGrid {
154
- color: var(--paragraph-color) !important;
155
- }
156
-
157
- .InovuaReactDataGrid__header {
158
- color: var(--primary-color) !important;
159
- }
160
-
161
- .InovuaReactDataGrid__row-hover-target:hover {
162
- color: var(--paragraph-color) !important;
163
- background: rgb(240, 240, 240) !important;
164
- }
165
-
166
- .InovuaReactDataGrid__row:hover {
167
- cursor: pointer;
168
- }
169
-
170
- /* Async Select */
171
-
172
- .visns-select__control {
173
- width: 100%;
174
- cursor: default;
175
- min-height: 50px;
176
- outline: 0 !important;
177
- position: relative;
178
- -webkit-transition: all 100ms;
179
- transition: all 100ms;
180
- background-color: hsl(0, 0%, 100%);
181
- border-color: hsl(0, 0%, 80%);
182
- border-radius: 4px;
183
- border-style: solid;
184
- border-width: 1px;
185
- box-sizing: border-box;
186
- box-shadow: none !important;
187
-
188
- &--is-focused {
189
- border-color: var(--primary-color) !important;
190
- box-shadow: none !important;
191
- border-width: 1px !important;
192
- }
193
-
194
- &--menu-is-open {
195
- border-color: var(--primary-color) !important;
196
- box-shadow: none !important;
197
- border-width: 1px !important;
198
- }
199
- }
200
-
201
- .visns-select__menu {
202
- z-index: 999 !important;
203
- }
113
+ }