@vitrosoftware/common-ui-ts 1.1.68 → 1.1.70
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.
- package/css/common.css +4 -0
- package/css/std/controls/action-handler/action-handler.css +13 -0
- package/css/std/controls/breadcrumbs/breadcrumbs.css +1 -0
- package/css/std/controls/command-menu/command-menu-dropdown-button.css +3 -0
- package/css/std/controls/criterion/criterion.css +5 -3
- package/css/std/controls/dialog/dialog-footer.css +9 -0
- package/css/std/controls/dialog/dialog.css +13 -1
- package/css/std/controls/login/login.css +49 -1
- package/css/std/controls/search/search.css +10 -1
- package/css/std/controls/table-view/table-view.css +6 -6
- package/css/std/controls/table-view/treegrid.css +8 -8
- package/dist/controls/Criterion/ConditionSelect.d.ts +2 -3
- package/dist/controls/Search/Search.d.ts +2 -1
- package/dist/index.css +114 -12
- package/dist/index.js +176 -78
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/css/common.css
CHANGED
|
@@ -9,6 +9,10 @@
|
|
|
9
9
|
@import url('@vitrosoftware/common-ui-ts/css/third-party/sweetalert2/sweetalert2.css');
|
|
10
10
|
@import url('@vitrosoftware/common-ui-ts/css/std/controls/pdf-viewer/pdf-viewer.css');
|
|
11
11
|
|
|
12
|
+
html, body {
|
|
13
|
+
overscroll-behavior-x: none;
|
|
14
|
+
}
|
|
15
|
+
|
|
12
16
|
:global(.vitro-opacity-low) {
|
|
13
17
|
opacity: .3;
|
|
14
18
|
}
|
|
@@ -133,6 +133,7 @@
|
|
|
133
133
|
display: flex;
|
|
134
134
|
flex-direction: column;
|
|
135
135
|
box-sizing: border-box;
|
|
136
|
+
max-width: 460px;
|
|
136
137
|
}
|
|
137
138
|
|
|
138
139
|
.vitro-action-handler-dialog {
|
|
@@ -257,4 +258,16 @@
|
|
|
257
258
|
.vitro-button-collapse-up {
|
|
258
259
|
/* collapse-bottom.svg URL-encoder for SVG */
|
|
259
260
|
background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4.5 16.5L12 9L19.5 16.5' stroke='%234A556C' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
|
|
261
|
+
}
|
|
262
|
+
|
|
263
|
+
@media (max-width: 800px) {
|
|
264
|
+
.vitro-action-handler-dialog-confirm .vitro-content {
|
|
265
|
+
width: 100%;
|
|
266
|
+
}
|
|
267
|
+
}
|
|
268
|
+
|
|
269
|
+
@media (max-width: 460px) {
|
|
270
|
+
.vitro-action-handler-dialog-confirm .vitro-content {
|
|
271
|
+
left: auto;
|
|
272
|
+
}
|
|
260
273
|
}
|
|
@@ -160,11 +160,13 @@
|
|
|
160
160
|
width: 16px;
|
|
161
161
|
}
|
|
162
162
|
|
|
163
|
-
.vitro-condition-list
|
|
163
|
+
.vitro-condition-list-container,
|
|
164
|
+
.vitro-operator-list-container {
|
|
164
165
|
position: absolute;
|
|
165
166
|
z-index: 1000000;
|
|
166
|
-
|
|
167
|
-
|
|
167
|
+
}
|
|
168
|
+
|
|
169
|
+
.vitro-condition-list {
|
|
168
170
|
width: fit-content;
|
|
169
171
|
min-width: 270px;
|
|
170
172
|
border-radius: 4px;
|
|
@@ -27,4 +27,16 @@
|
|
|
27
27
|
height: 534px;
|
|
28
28
|
width: 760px;
|
|
29
29
|
box-shadow: 0px 4px 14px 0px rgba(0, 0, 0, 0.18), 0px 0px 4px 0px rgba(0, 0, 0, 0.14);
|
|
30
|
-
}
|
|
30
|
+
}
|
|
31
|
+
|
|
32
|
+
@media (max-width: 800px) {
|
|
33
|
+
.vitro-dialog {
|
|
34
|
+
z-index: 10001 !important;
|
|
35
|
+
}
|
|
36
|
+
.vitro-dialog > div {
|
|
37
|
+
width: 100% !important;
|
|
38
|
+
height: 100% !important;
|
|
39
|
+
border-radius: 0 !important;
|
|
40
|
+
border: none !important;
|
|
41
|
+
}
|
|
42
|
+
}
|
|
@@ -69,7 +69,7 @@
|
|
|
69
69
|
margin-top: 11px;
|
|
70
70
|
}
|
|
71
71
|
|
|
72
|
-
.vitro-link, .vitro-link:visited {
|
|
72
|
+
.vitro-link, vitro-link-register, .vitro-link:visited {
|
|
73
73
|
color: #347FDE;
|
|
74
74
|
text-align: center;
|
|
75
75
|
font-size: 16px;
|
|
@@ -216,4 +216,52 @@
|
|
|
216
216
|
background-repeat: no-repeat;
|
|
217
217
|
/* copyright.svg URL-encoder for SVG */
|
|
218
218
|
background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 14 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.98598 5.63043H9.12827C9.07755 5.38373 8.98878 5.167 8.86197 4.98024C8.73746 4.79348 8.58529 4.63669 8.40545 4.50988C8.22791 4.38076 8.03078 4.28393 7.81404 4.21937C7.59731 4.15481 7.37136 4.12253 7.13618 4.12253C6.70732 4.12253 6.31882 4.2309 5.97066 4.44763C5.62481 4.66436 5.34929 4.9837 5.14408 5.40563C4.94119 5.82757 4.83974 6.34519 4.83974 6.9585C4.83974 7.5718 4.94119 8.08943 5.14408 8.51136C5.34929 8.9333 5.62481 9.25264 5.97066 9.46937C6.31882 9.6861 6.70732 9.79447 7.13618 9.79447C7.37136 9.79447 7.59731 9.76219 7.81404 9.69763C8.03078 9.63307 8.22791 9.53738 8.40545 9.41057C8.58529 9.28146 8.73746 9.12352 8.86197 8.93676C8.98878 8.74769 9.07755 8.53096 9.12827 8.28656H9.98598C9.92142 8.64855 9.80383 8.9725 9.63321 9.2584C9.46259 9.5443 9.25047 9.78755 8.99685 9.98814C8.74323 10.1864 8.45848 10.3375 8.1426 10.4412C7.82903 10.545 7.49356 10.5968 7.13618 10.5968C6.53209 10.5968 5.99487 10.4493 5.52452 10.1542C5.05416 9.85903 4.6841 9.43939 4.41434 8.89526C4.14458 8.35112 4.0097 7.70553 4.0097 6.9585C4.0097 6.21146 4.14458 5.56588 4.41434 5.02174C4.6841 4.4776 5.05416 4.05797 5.52452 3.76285C5.99487 3.46772 6.53209 3.32016 7.13618 3.32016C7.49356 3.32016 7.82903 3.37204 8.1426 3.47579C8.45848 3.57955 8.74323 3.73172 8.99685 3.93231C9.25047 4.1306 9.46259 4.37269 9.63321 4.6586C9.80383 4.94219 9.92142 5.26614 9.98598 5.63043ZM6.99784 13.6126C6.26233 13.6126 5.56141 13.5008 4.89507 13.2772C4.23104 13.0535 3.62119 12.7376 3.06553 12.3295C2.51217 11.9237 2.03144 11.443 1.62333 10.8874C1.21754 10.334 0.902812 9.7253 0.679163 9.06126C0.455513 8.39493 0.343688 7.69401 0.343688 6.9585C0.343688 6.22299 0.455513 5.52322 0.679163 4.85919C0.902812 4.19285 1.21754 3.583 1.62333 3.02964C2.03144 2.47398 2.51217 1.99325 3.06553 1.58745C3.62119 1.17935 4.23104 0.863472 4.89507 0.639822C5.56141 0.416173 6.26233 0.304348 6.99784 0.304348C7.73335 0.304348 8.43312 0.416173 9.09715 0.639822C9.76348 0.863472 10.3733 1.17935 10.9267 1.58745C11.4824 1.99325 11.9631 2.47398 12.3689 3.02964C12.777 3.583 13.0929 4.19285 13.3165 4.85919C13.5402 5.52322 13.652 6.22299 13.652 6.9585C13.652 7.69401 13.5402 8.39493 13.3165 9.06126C13.0929 9.7253 12.777 10.334 12.3689 10.8874C11.9631 11.443 11.4824 11.9237 10.9267 12.3295C10.3733 12.7376 9.76348 13.0535 9.09715 13.2772C8.43312 13.5008 7.73335 13.6126 6.99784 13.6126ZM6.99784 12.8103C7.64573 12.8103 8.26134 12.7111 8.84468 12.5128C9.43032 12.3169 9.96638 12.039 10.4529 11.6793C10.9417 11.322 11.3648 10.9 11.7221 10.4135C12.0818 9.92474 12.3597 9.38867 12.5556 8.80534C12.7516 8.2197 12.8496 7.60408 12.8496 6.9585C12.8496 6.31061 12.7516 5.69499 12.5556 5.11166C12.3597 4.52602 12.0818 3.98995 11.7221 3.50346C11.3648 3.01466 10.9417 2.59157 10.4529 2.23419C9.96638 1.87451 9.43032 1.59667 8.84468 1.40069C8.26134 1.20471 7.64573 1.10672 6.99784 1.10672C6.34995 1.10672 5.73318 1.20471 5.14754 1.40069C4.56421 1.59667 4.02814 1.87451 3.53934 2.23419C3.05285 2.59157 2.62976 3.01466 2.27007 3.50346C1.91269 3.98995 1.63601 4.52602 1.44003 5.11166C1.24405 5.69499 1.14606 6.31061 1.14606 6.9585C1.14606 7.60408 1.24405 8.2197 1.44003 8.80534C1.63601 9.38867 1.91269 9.92474 2.27007 10.4135C2.62976 10.9 3.05285 11.322 3.53934 11.6793C4.02814 12.039 4.56421 12.3169 5.14754 12.5128C5.73318 12.7111 6.34995 12.8103 6.99784 12.8103Z' fill='white'/%3E%3C/svg%3E%0A");
|
|
219
|
+
}
|
|
220
|
+
|
|
221
|
+
@media (max-width: 800px) {
|
|
222
|
+
.vitro-logo {
|
|
223
|
+
width: 165px;
|
|
224
|
+
height: 57px;
|
|
225
|
+
margin-bottom: 28px !important;
|
|
226
|
+
}
|
|
227
|
+
|
|
228
|
+
.vitro-title {
|
|
229
|
+
margin-bottom: 36px !important;
|
|
230
|
+
}
|
|
231
|
+
|
|
232
|
+
.vitro-login-checkbox div {
|
|
233
|
+
font-size: 14px !important;
|
|
234
|
+
}
|
|
235
|
+
|
|
236
|
+
.vitro-link {
|
|
237
|
+
font-size: 14px !important;
|
|
238
|
+
}
|
|
239
|
+
|
|
240
|
+
.vitro-link-register {
|
|
241
|
+
font-size: 16px !important;
|
|
242
|
+
}
|
|
243
|
+
|
|
244
|
+
.vitro-separator::before,
|
|
245
|
+
.vitro-separator::after {
|
|
246
|
+
width: calc((100% - 93px) / 2) !important;
|
|
247
|
+
}
|
|
248
|
+
|
|
249
|
+
.vitro-separator {
|
|
250
|
+
width: 100% !important;
|
|
251
|
+
}
|
|
252
|
+
|
|
253
|
+
.vitro-form-login {
|
|
254
|
+
margin: 0 14px;
|
|
255
|
+
width: -moz-available !important;
|
|
256
|
+
width: -webkit-fill-available !important;
|
|
257
|
+
width: fill-available !important;
|
|
258
|
+
left: 0 !important;
|
|
259
|
+
height: 573px !important;
|
|
260
|
+
top: calc(50% - 286px) !important;
|
|
261
|
+
padding: 48px 12px 24px 12px !important;
|
|
262
|
+
}
|
|
263
|
+
|
|
264
|
+
.vitro-control input {
|
|
265
|
+
-webkit-box-shadow: inset 0 0 0 50px white;
|
|
266
|
+
}
|
|
219
267
|
}
|
|
@@ -27,12 +27,21 @@
|
|
|
27
27
|
}
|
|
28
28
|
|
|
29
29
|
.vitro-filter :global(.ps) {
|
|
30
|
-
|
|
30
|
+
max-height: 300px;
|
|
31
|
+
}
|
|
32
|
+
|
|
33
|
+
.vitro-filter :global(.ps.ps--active-y) {
|
|
34
|
+
padding-right: 14px;
|
|
35
|
+
}
|
|
36
|
+
|
|
37
|
+
.vitro-filter :global(.vitro-block:last-child) > div > div {
|
|
38
|
+
margin-bottom: 0;
|
|
31
39
|
}
|
|
32
40
|
|
|
33
41
|
.vitro-add-field {
|
|
34
42
|
position: relative;
|
|
35
43
|
margin-bottom: 16px;
|
|
44
|
+
margin-top: 18px;
|
|
36
45
|
}
|
|
37
46
|
|
|
38
47
|
.vitro-add-field-button,
|
|
@@ -44,10 +44,10 @@
|
|
|
44
44
|
background-color: #fff;
|
|
45
45
|
border: 1px solid #ff5b2d !important;
|
|
46
46
|
}
|
|
47
|
-
|
|
48
|
-
:global(.vitro-group-row) {
|
|
49
|
-
background: #F7F9FC;
|
|
50
|
-
font-family: 'InterMedium';
|
|
51
|
-
border-top: 1px solid #E4E6EC !important;
|
|
52
|
-
color: #4A556C !important;
|
|
47
|
+
|
|
48
|
+
:global(.vitro-group-row) {
|
|
49
|
+
background: #F7F9FC;
|
|
50
|
+
font-family: 'InterMedium';
|
|
51
|
+
border-top: 1px solid #E4E6EC !important;
|
|
52
|
+
color: #4A556C !important;
|
|
53
53
|
}
|
|
@@ -38,35 +38,35 @@
|
|
|
38
38
|
background: #fff
|
|
39
39
|
}
|
|
40
40
|
|
|
41
|
-
.TWCustScroll3Right, .TWCustScroll3RightHidden {
|
|
41
|
+
.TWCustScroll3Right, .TWCustScroll2Right, .TWCustScroll3RightHidden, .TWCustScroll2RightHidden {
|
|
42
42
|
height: 10px;
|
|
43
43
|
background: #fff;
|
|
44
44
|
}
|
|
45
45
|
|
|
46
|
-
.TWCustScroll3Left, .TWCustScroll3LeftHover {
|
|
46
|
+
.TWCustScroll3Left, .TWCustScroll2Left, .TWCustScroll3LeftHover, .TWCustScroll2LeftHover {
|
|
47
47
|
padding: 3px 5px;
|
|
48
48
|
}
|
|
49
49
|
|
|
50
|
-
.TWCustScroll3Down, .TWCustScroll3DownHidden {
|
|
50
|
+
.TWCustScroll3Down, .TWCustScroll2Down, .TWCustScroll3DownHidden, .TWCustScroll2DownHidden {
|
|
51
51
|
width: 10px;
|
|
52
52
|
background: #fff
|
|
53
53
|
}
|
|
54
54
|
|
|
55
|
-
.TWCustScroll3Up, .TWCustScroll3UpHover {
|
|
55
|
+
.TWCustScroll3Up, .TWCustScroll2Up, .TWCustScroll3UpHover, .TWCustScroll2UpHover {
|
|
56
56
|
padding: 5px 3px;
|
|
57
57
|
background: #fff
|
|
58
58
|
}
|
|
59
59
|
|
|
60
|
-
.TWCustScroll3SliderRight, .TWCustScroll3SliderLeft,
|
|
61
|
-
.TWCustScroll3SliderRightHover, .TWCustScroll3SliderLeftHover {
|
|
60
|
+
.TWCustScroll3SliderRight, .TWCustScroll2SliderRight, .TWCustScroll3SliderLeft, .TWCustScroll2SliderLeft,
|
|
61
|
+
.TWCustScroll3SliderRightHover, .TWCustScroll2SliderRightHover, .TWCustScroll3SliderLeftHover, .TWCustScroll2SliderLeftHover {
|
|
62
62
|
background: #E4E6EC;
|
|
63
63
|
height: 4px;
|
|
64
64
|
margin: 0;
|
|
65
65
|
border-radius: 4px;
|
|
66
66
|
}
|
|
67
67
|
|
|
68
|
-
.TWCustScroll3SliderDown, .TWCustScroll3SliderUp,
|
|
69
|
-
.TWCustScroll3SliderDownHover, .TWCustScroll3SliderUpHover {
|
|
68
|
+
.TWCustScroll3SliderDown, .TWCustScroll2SliderDown, .TWCustScroll3SliderUp, .TWCustScroll2SliderUp,
|
|
69
|
+
.TWCustScroll3SliderDownHover, .TWCustScroll2SliderDownHover, .TWCustScroll3SliderUpHover, .TWCustScroll2SliderUpHover {
|
|
70
70
|
background: #E4E6EC;
|
|
71
71
|
width: 4px;
|
|
72
72
|
margin: 0;
|
|
@@ -1,10 +1,9 @@
|
|
|
1
|
-
|
|
1
|
+
import React from 'react';
|
|
2
2
|
import { Condition } from './Condition';
|
|
3
3
|
interface ConditionSelectProps {
|
|
4
4
|
itemList: Condition[];
|
|
5
5
|
defaultValue?: Condition;
|
|
6
6
|
onSelect: (condition: any) => any;
|
|
7
|
-
translateX: number;
|
|
8
7
|
}
|
|
9
|
-
export declare const ConditionSelect:
|
|
8
|
+
export declare const ConditionSelect: React.ForwardRefExoticComponent<ConditionSelectProps & React.RefAttributes<unknown>>;
|
|
10
9
|
export {};
|
|
@@ -5,6 +5,7 @@ import { Operator } from '../Criterion/Operator';
|
|
|
5
5
|
interface SearchProps {
|
|
6
6
|
fieldList: any[];
|
|
7
7
|
visibleFieldList?: any[];
|
|
8
|
+
searchCriterionList?: SearchCriterion[];
|
|
8
9
|
onFilterChange?: (searchCriterionList: SearchCriterion[]) => any;
|
|
9
10
|
onSubmit: (searchCriterionList: SearchCriterion[]) => any;
|
|
10
11
|
onCancel: () => any;
|
|
@@ -22,7 +23,7 @@ interface SearchProps {
|
|
|
22
23
|
labelAddField: string;
|
|
23
24
|
defaultSearchFieldName: string;
|
|
24
25
|
inputPlaceholder?: string;
|
|
25
|
-
maxFieldCount
|
|
26
|
+
maxFieldCount?: number;
|
|
26
27
|
}
|
|
27
28
|
export declare const Search: (props: SearchProps) => JSX.Element;
|
|
28
29
|
export {};
|
package/dist/index.css
CHANGED
|
@@ -9,6 +9,10 @@
|
|
|
9
9
|
@import url('@vitrosoftware/common-ui-ts/css/third-party/sweetalert2/sweetalert2.css');
|
|
10
10
|
@import url('@vitrosoftware/common-ui-ts/css/std/controls/pdf-viewer/pdf-viewer.css');
|
|
11
11
|
|
|
12
|
+
html, body {
|
|
13
|
+
overscroll-behavior-x: none;
|
|
14
|
+
}
|
|
15
|
+
|
|
12
16
|
.vitro-opacity-low {
|
|
13
17
|
opacity: .3;
|
|
14
18
|
}
|
|
@@ -80,6 +84,7 @@
|
|
|
80
84
|
justify-content: space-between;
|
|
81
85
|
flex-direction: row-reverse;
|
|
82
86
|
justify-content: flex-end;
|
|
87
|
+
list-style: none;
|
|
83
88
|
}
|
|
84
89
|
|
|
85
90
|
._breadcrumbs_vitro-breadcrumbs-list_1SNtgtJ {
|
|
@@ -533,12 +538,12 @@
|
|
|
533
538
|
background-color: #fff;
|
|
534
539
|
border: 1px solid #ff5b2d !important;
|
|
535
540
|
}
|
|
536
|
-
|
|
537
|
-
.vitro-group-row {
|
|
538
|
-
background: #F7F9FC;
|
|
539
|
-
font-family: 'InterMedium';
|
|
540
|
-
border-top: 1px solid #E4E6EC !important;
|
|
541
|
-
color: #4A556C !important;
|
|
541
|
+
|
|
542
|
+
.vitro-group-row {
|
|
543
|
+
background: #F7F9FC;
|
|
544
|
+
font-family: 'InterMedium';
|
|
545
|
+
border-top: 1px solid #E4E6EC !important;
|
|
546
|
+
color: #4A556C !important;
|
|
542
547
|
}
|
|
543
548
|
|
|
544
549
|
._uploader_vitro-uploader_237vX7T {
|
|
@@ -1233,6 +1238,7 @@
|
|
|
1233
1238
|
display: flex;
|
|
1234
1239
|
flex-direction: column;
|
|
1235
1240
|
box-sizing: border-box;
|
|
1241
|
+
max-width: 460px;
|
|
1236
1242
|
}
|
|
1237
1243
|
|
|
1238
1244
|
._action-handler_vitro-action-handler-dialog_1rRT66e {
|
|
@@ -1358,6 +1364,18 @@
|
|
|
1358
1364
|
/* collapse-bottom.svg URL-encoder for SVG */
|
|
1359
1365
|
background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4.5 16.5L12 9L19.5 16.5' stroke='%234A556C' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
|
|
1360
1366
|
}
|
|
1367
|
+
|
|
1368
|
+
@media (max-width: 800px) {
|
|
1369
|
+
._action-handler_vitro-action-handler-dialog-confirm_30dwuBp ._action-handler_vitro-content_1UEsgWV {
|
|
1370
|
+
width: 100%;
|
|
1371
|
+
}
|
|
1372
|
+
}
|
|
1373
|
+
|
|
1374
|
+
@media (max-width: 460px) {
|
|
1375
|
+
._action-handler_vitro-action-handler-dialog-confirm_30dwuBp ._action-handler_vitro-content_1UEsgWV {
|
|
1376
|
+
left: auto;
|
|
1377
|
+
}
|
|
1378
|
+
}
|
|
1361
1379
|
._action-handler-info_vitro-info-container_eNvJr3n {
|
|
1362
1380
|
width: 100%;
|
|
1363
1381
|
padding-top: 16px;
|
|
@@ -2229,7 +2247,7 @@
|
|
|
2229
2247
|
margin-top: 11px;
|
|
2230
2248
|
}
|
|
2231
2249
|
|
|
2232
|
-
._login_vitro-link_az1ZWIc, ._login_vitro-link_az1ZWIc:visited {
|
|
2250
|
+
._login_vitro-link_az1ZWIc, vitro-link-register, ._login_vitro-link_az1ZWIc:visited {
|
|
2233
2251
|
color: #347FDE;
|
|
2234
2252
|
text-align: center;
|
|
2235
2253
|
font-size: 16px;
|
|
@@ -2385,6 +2403,54 @@
|
|
|
2385
2403
|
background-repeat: no-repeat;
|
|
2386
2404
|
/* copyright.svg URL-encoder for SVG */
|
|
2387
2405
|
background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 14 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.98598 5.63043H9.12827C9.07755 5.38373 8.98878 5.167 8.86197 4.98024C8.73746 4.79348 8.58529 4.63669 8.40545 4.50988C8.22791 4.38076 8.03078 4.28393 7.81404 4.21937C7.59731 4.15481 7.37136 4.12253 7.13618 4.12253C6.70732 4.12253 6.31882 4.2309 5.97066 4.44763C5.62481 4.66436 5.34929 4.9837 5.14408 5.40563C4.94119 5.82757 4.83974 6.34519 4.83974 6.9585C4.83974 7.5718 4.94119 8.08943 5.14408 8.51136C5.34929 8.9333 5.62481 9.25264 5.97066 9.46937C6.31882 9.6861 6.70732 9.79447 7.13618 9.79447C7.37136 9.79447 7.59731 9.76219 7.81404 9.69763C8.03078 9.63307 8.22791 9.53738 8.40545 9.41057C8.58529 9.28146 8.73746 9.12352 8.86197 8.93676C8.98878 8.74769 9.07755 8.53096 9.12827 8.28656H9.98598C9.92142 8.64855 9.80383 8.9725 9.63321 9.2584C9.46259 9.5443 9.25047 9.78755 8.99685 9.98814C8.74323 10.1864 8.45848 10.3375 8.1426 10.4412C7.82903 10.545 7.49356 10.5968 7.13618 10.5968C6.53209 10.5968 5.99487 10.4493 5.52452 10.1542C5.05416 9.85903 4.6841 9.43939 4.41434 8.89526C4.14458 8.35112 4.0097 7.70553 4.0097 6.9585C4.0097 6.21146 4.14458 5.56588 4.41434 5.02174C4.6841 4.4776 5.05416 4.05797 5.52452 3.76285C5.99487 3.46772 6.53209 3.32016 7.13618 3.32016C7.49356 3.32016 7.82903 3.37204 8.1426 3.47579C8.45848 3.57955 8.74323 3.73172 8.99685 3.93231C9.25047 4.1306 9.46259 4.37269 9.63321 4.6586C9.80383 4.94219 9.92142 5.26614 9.98598 5.63043ZM6.99784 13.6126C6.26233 13.6126 5.56141 13.5008 4.89507 13.2772C4.23104 13.0535 3.62119 12.7376 3.06553 12.3295C2.51217 11.9237 2.03144 11.443 1.62333 10.8874C1.21754 10.334 0.902812 9.7253 0.679163 9.06126C0.455513 8.39493 0.343688 7.69401 0.343688 6.9585C0.343688 6.22299 0.455513 5.52322 0.679163 4.85919C0.902812 4.19285 1.21754 3.583 1.62333 3.02964C2.03144 2.47398 2.51217 1.99325 3.06553 1.58745C3.62119 1.17935 4.23104 0.863472 4.89507 0.639822C5.56141 0.416173 6.26233 0.304348 6.99784 0.304348C7.73335 0.304348 8.43312 0.416173 9.09715 0.639822C9.76348 0.863472 10.3733 1.17935 10.9267 1.58745C11.4824 1.99325 11.9631 2.47398 12.3689 3.02964C12.777 3.583 13.0929 4.19285 13.3165 4.85919C13.5402 5.52322 13.652 6.22299 13.652 6.9585C13.652 7.69401 13.5402 8.39493 13.3165 9.06126C13.0929 9.7253 12.777 10.334 12.3689 10.8874C11.9631 11.443 11.4824 11.9237 10.9267 12.3295C10.3733 12.7376 9.76348 13.0535 9.09715 13.2772C8.43312 13.5008 7.73335 13.6126 6.99784 13.6126ZM6.99784 12.8103C7.64573 12.8103 8.26134 12.7111 8.84468 12.5128C9.43032 12.3169 9.96638 12.039 10.4529 11.6793C10.9417 11.322 11.3648 10.9 11.7221 10.4135C12.0818 9.92474 12.3597 9.38867 12.5556 8.80534C12.7516 8.2197 12.8496 7.60408 12.8496 6.9585C12.8496 6.31061 12.7516 5.69499 12.5556 5.11166C12.3597 4.52602 12.0818 3.98995 11.7221 3.50346C11.3648 3.01466 10.9417 2.59157 10.4529 2.23419C9.96638 1.87451 9.43032 1.59667 8.84468 1.40069C8.26134 1.20471 7.64573 1.10672 6.99784 1.10672C6.34995 1.10672 5.73318 1.20471 5.14754 1.40069C4.56421 1.59667 4.02814 1.87451 3.53934 2.23419C3.05285 2.59157 2.62976 3.01466 2.27007 3.50346C1.91269 3.98995 1.63601 4.52602 1.44003 5.11166C1.24405 5.69499 1.14606 6.31061 1.14606 6.9585C1.14606 7.60408 1.24405 8.2197 1.44003 8.80534C1.63601 9.38867 1.91269 9.92474 2.27007 10.4135C2.62976 10.9 3.05285 11.322 3.53934 11.6793C4.02814 12.039 4.56421 12.3169 5.14754 12.5128C5.73318 12.7111 6.34995 12.8103 6.99784 12.8103Z' fill='white'/%3E%3C/svg%3E%0A");
|
|
2406
|
+
}
|
|
2407
|
+
|
|
2408
|
+
@media (max-width: 800px) {
|
|
2409
|
+
._login_vitro-logo_3-qTjgy {
|
|
2410
|
+
width: 165px;
|
|
2411
|
+
height: 57px;
|
|
2412
|
+
margin-bottom: 28px !important;
|
|
2413
|
+
}
|
|
2414
|
+
|
|
2415
|
+
._login_vitro-title_nfoHltS {
|
|
2416
|
+
margin-bottom: 36px !important;
|
|
2417
|
+
}
|
|
2418
|
+
|
|
2419
|
+
._login_vitro-login-checkbox_39NOnZg div {
|
|
2420
|
+
font-size: 14px !important;
|
|
2421
|
+
}
|
|
2422
|
+
|
|
2423
|
+
._login_vitro-link_az1ZWIc {
|
|
2424
|
+
font-size: 14px !important;
|
|
2425
|
+
}
|
|
2426
|
+
|
|
2427
|
+
._login_vitro-link-register_3FH012R {
|
|
2428
|
+
font-size: 16px !important;
|
|
2429
|
+
}
|
|
2430
|
+
|
|
2431
|
+
._login_vitro-separator_2jHZJHO::before,
|
|
2432
|
+
._login_vitro-separator_2jHZJHO::after {
|
|
2433
|
+
width: calc((100% - 93px) / 2) !important;
|
|
2434
|
+
}
|
|
2435
|
+
|
|
2436
|
+
._login_vitro-separator_2jHZJHO {
|
|
2437
|
+
width: 100% !important;
|
|
2438
|
+
}
|
|
2439
|
+
|
|
2440
|
+
._login_vitro-form-login_2nyw95B {
|
|
2441
|
+
margin: 0 14px;
|
|
2442
|
+
width: -moz-available !important;
|
|
2443
|
+
width: -webkit-fill-available !important;
|
|
2444
|
+
width: fill-available !important;
|
|
2445
|
+
left: 0 !important;
|
|
2446
|
+
height: 573px !important;
|
|
2447
|
+
top: calc(50% - 286px) !important;
|
|
2448
|
+
padding: 48px 12px 24px 12px !important;
|
|
2449
|
+
}
|
|
2450
|
+
|
|
2451
|
+
._login_vitro-control_3YqxIR2 input {
|
|
2452
|
+
-webkit-box-shadow: inset 0 0 0 50px white;
|
|
2453
|
+
}
|
|
2388
2454
|
}
|
|
2389
2455
|
._password-input_vitro-button-show-password_2jL4nM-,
|
|
2390
2456
|
._password-input_vitro-button-hide-password_vPoUeVl {
|
|
@@ -3643,6 +3709,9 @@ li:first-child ._command-menu-item_vitro-item_2pVhk23:hover {
|
|
|
3643
3709
|
min-width: 32px !important;
|
|
3644
3710
|
width: 32px;
|
|
3645
3711
|
}
|
|
3712
|
+
._command-menu-dropdown-button_vitro-dropdown-button-container_29qd-_O .dropdown-menu {
|
|
3713
|
+
min-width: 100px;
|
|
3714
|
+
}
|
|
3646
3715
|
}
|
|
3647
3716
|
._sidebar-item_vitro-icon-text_3ROhyLK {
|
|
3648
3717
|
display: none;
|
|
@@ -4240,6 +4309,15 @@ ul > li:last-child > ul > li:last-child ._sidebar-item_vitro-active_7p5iOhY {
|
|
|
4240
4309
|
margin-top: auto;
|
|
4241
4310
|
border-radius: 0 0 4px 4px;
|
|
4242
4311
|
}
|
|
4312
|
+
|
|
4313
|
+
@media (max-width: 800px) {
|
|
4314
|
+
._dialog-footer_vitro-dialog-footer_2vUQ3aG {
|
|
4315
|
+
justify-content: center !important;
|
|
4316
|
+
}
|
|
4317
|
+
button {
|
|
4318
|
+
width: 100%;
|
|
4319
|
+
}
|
|
4320
|
+
}
|
|
4243
4321
|
|
|
4244
4322
|
._dialog_vitro-dialog_2NzcRZg {
|
|
4245
4323
|
position: fixed;
|
|
@@ -4270,7 +4348,20 @@ ul > li:last-child > ul > li:last-child ._sidebar-item_vitro-active_7p5iOhY {
|
|
|
4270
4348
|
height: 534px;
|
|
4271
4349
|
width: 760px;
|
|
4272
4350
|
box-shadow: 0px 4px 14px 0px rgba(0, 0, 0, 0.18), 0px 0px 4px 0px rgba(0, 0, 0, 0.14);
|
|
4273
|
-
}
|
|
4351
|
+
}
|
|
4352
|
+
|
|
4353
|
+
@media (max-width: 800px) {
|
|
4354
|
+
._dialog_vitro-dialog_2NzcRZg {
|
|
4355
|
+
z-index: 10001 !important;
|
|
4356
|
+
}
|
|
4357
|
+
._dialog_vitro-dialog_2NzcRZg > div {
|
|
4358
|
+
width: 100% !important;
|
|
4359
|
+
height: 100% !important;
|
|
4360
|
+
border-radius: 0 !important;
|
|
4361
|
+
border: none !important;
|
|
4362
|
+
}
|
|
4363
|
+
}
|
|
4364
|
+
|
|
4274
4365
|
._user-profile_vitro-user-profile_11XpBoQ span {
|
|
4275
4366
|
margin-right: 10px;
|
|
4276
4367
|
color: #5F6276;
|
|
@@ -4942,11 +5033,13 @@ ul > li:last-child > ul > li:last-child ._sidebar-item_vitro-active_7p5iOhY {
|
|
|
4942
5033
|
width: 16px;
|
|
4943
5034
|
}
|
|
4944
5035
|
|
|
4945
|
-
._criterion_vitro-condition-
|
|
5036
|
+
._criterion_vitro-condition-list-container_ERfumwB,
|
|
5037
|
+
._criterion_vitro-operator-list-container_RgT0R_Z {
|
|
4946
5038
|
position: absolute;
|
|
4947
5039
|
z-index: 1000000;
|
|
4948
|
-
|
|
4949
|
-
|
|
5040
|
+
}
|
|
5041
|
+
|
|
5042
|
+
._criterion_vitro-condition-list_10UIxJI {
|
|
4950
5043
|
width: -moz-fit-content;
|
|
4951
5044
|
width: fit-content;
|
|
4952
5045
|
min-width: 270px;
|
|
@@ -5183,12 +5276,21 @@ ul > li:last-child > ul > li:last-child ._sidebar-item_vitro-active_7p5iOhY {
|
|
|
5183
5276
|
}
|
|
5184
5277
|
|
|
5185
5278
|
._search_vitro-filter_2n-Y-mS .ps {
|
|
5186
|
-
|
|
5279
|
+
max-height: 300px;
|
|
5280
|
+
}
|
|
5281
|
+
|
|
5282
|
+
._search_vitro-filter_2n-Y-mS .ps.ps--active-y {
|
|
5283
|
+
padding-right: 14px;
|
|
5284
|
+
}
|
|
5285
|
+
|
|
5286
|
+
._search_vitro-filter_2n-Y-mS .vitro-block:last-child > div > div {
|
|
5287
|
+
margin-bottom: 0;
|
|
5187
5288
|
}
|
|
5188
5289
|
|
|
5189
5290
|
._search_vitro-add-field_2hHt1Z2 {
|
|
5190
5291
|
position: relative;
|
|
5191
5292
|
margin-bottom: 16px;
|
|
5293
|
+
margin-top: 18px;
|
|
5192
5294
|
}
|
|
5193
5295
|
|
|
5194
5296
|
._search_vitro-add-field-button_30hdXYn,
|