@banch0u/core-project-test-repository 2.2.4 → 2.2.8
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/README.md +104 -104
- package/dist/assets/css/antd.css +842 -842
- package/dist/assets/css/variables.css +16 -16
- package/dist/assets/fonts/fonts.css +52 -52
- package/dist/components/Button/index.module.scss +154 -154
- package/dist/components/ColSort/index.module.scss +62 -62
- package/dist/components/Delete/Delete.module.scss +22 -22
- package/dist/components/DeleteModal/DeleteModal.module.scss +11 -11
- package/dist/components/Filter/index.module.scss +99 -99
- package/dist/components/FormModal/index.js +16 -16
- package/dist/components/FormModal/index.module.scss +14 -14
- package/dist/components/ImagePreviewModal/index.js +23 -23
- package/dist/components/ImagePreviewModal/index.module.scss +27 -27
- package/dist/components/Input/index.module.scss +111 -111
- package/dist/components/Loading/index.module.scss +18 -18
- package/dist/components/NotificationDropdown/index.js +8 -8
- package/dist/components/NotificationDropdown/index.module.scss +83 -83
- package/dist/components/NotificationSettingsContent/index.module.scss +70 -70
- package/dist/components/Pagination/Pagination.module.scss +8 -8
- package/dist/components/ProfileOptions/index.js +21 -21
- package/dist/components/ProfileOptions/index.module.scss +265 -265
- package/dist/components/Select/index.module.scss +72 -72
- package/dist/components/Success/Success.module.scss +26 -26
- package/dist/components/Table/index.module.scss +76 -76
- package/dist/helpers/enums.js +10 -0
- package/dist/index.css +32 -32
- package/dist/layout/Header/AppSelect/index.module.scss +72 -72
- package/dist/layout/Header/index.module.scss +12 -12
- package/dist/layout/QuestionnairesLayout/index.module.scss +3 -3
- package/dist/layout/QuestionnairesSidebar/index.js +26 -2
- package/dist/layout/QuestionnairesSidebar/index.module.scss +77 -77
- package/dist/layout/Sidebar/index.js +15 -15
- package/dist/layout/Sidebar/index.module.scss +67 -67
- package/dist/pages/Login/index.js +15 -15
- package/dist/pages/Login/index.module.scss +123 -123
- package/dist/pages/NotFound/index.module.scss +50 -50
- package/dist/pages/Platform/index.js +15 -15
- package/dist/pages/Platform/index.module.scss +125 -125
- package/dist/pages/Questionnnaires/Questionnaires.module.scss +211 -211
- package/dist/pages/Questionnnaires/QuestionnairesAcademicdegreesContent/index.js +12 -12
- package/dist/pages/Questionnnaires/QuestionnairesApplicationFormContent/index.js +8 -8
- package/dist/pages/Questionnnaires/QuestionnairesAreasContent/index.js +8 -8
- package/dist/pages/Questionnnaires/QuestionnairesBarrelContent/constant.js +64 -0
- package/dist/pages/Questionnnaires/QuestionnairesBarrelContent/index.js +292 -0
- package/dist/pages/Questionnnaires/QuestionnairesBrandsContent/index.js +8 -8
- package/dist/pages/Questionnnaires/QuestionnairesCategoriesContent/index.js +8 -8
- package/dist/pages/Questionnnaires/QuestionnairesChassisTypesContent/index.js +8 -8
- package/dist/pages/Questionnnaires/QuestionnairesChemicalsContent/index.js +12 -12
- package/dist/pages/Questionnnaires/QuestionnairesColorsContent/index.js +8 -8
- package/dist/pages/Questionnnaires/QuestionnairesCompaniesContent/index.js +8 -8
- package/dist/pages/Questionnnaires/QuestionnairesContractTopicsContent/index.js +8 -8
- package/dist/pages/Questionnnaires/QuestionnairesContractTypesSubtypesContent/index.js +12 -12
- package/dist/pages/Questionnnaires/QuestionnairesContractcurrenciesContent/index.js +8 -8
- package/dist/pages/Questionnnaires/QuestionnairesContracttypesContent/index.js +8 -8
- package/dist/pages/Questionnnaires/QuestionnairesContragenttypesContent/index.js +8 -8
- package/dist/pages/Questionnnaires/QuestionnairesCountriesContent/index.js +8 -8
- package/dist/pages/Questionnnaires/QuestionnairesCrushReasonsContent/index.js +8 -8
- package/dist/pages/Questionnnaires/QuestionnairesDefaultAgreementPlansContent/index.js +23 -23
- package/dist/pages/Questionnnaires/QuestionnairesDeliveryMethodContent/index.js +8 -8
- package/dist/pages/Questionnnaires/QuestionnairesDetailPartsContent/index.js +8 -8
- package/dist/pages/Questionnnaires/QuestionnairesDisabilitystatusesContent/index.js +12 -12
- package/dist/pages/Questionnnaires/QuestionnairesDocumentRecieveMethodsContent/index.js +8 -8
- package/dist/pages/Questionnnaires/QuestionnairesDocumentTypeContent/index.js +12 -12
- package/dist/pages/Questionnnaires/QuestionnairesDocumentWhomContent/index.js +12 -12
- package/dist/pages/Questionnnaires/QuestionnairesDrivingcategoriesContent/index.js +8 -8
- package/dist/pages/Questionnnaires/QuestionnairesEducationinstitutionsContent/index.js +12 -12
- package/dist/pages/Questionnnaires/QuestionnairesEducationlevelsContent/index.js +12 -12
- package/dist/pages/Questionnnaires/QuestionnairesEducationpaymentsContent/index.js +12 -12
- package/dist/pages/Questionnnaires/QuestionnairesEmployeeConfigurations/index.js +13 -13
- package/dist/pages/Questionnnaires/QuestionnairesEngineTypesContent/index.js +8 -8
- package/dist/pages/Questionnnaires/QuestionnairesExecutionRulesContent/index.js +8 -8
- package/dist/pages/Questionnnaires/QuestionnairesExtraServicesContent/index.js +8 -8
- package/dist/pages/Questionnnaires/QuestionnairesFieldContent/constant.js +64 -0
- package/dist/pages/Questionnnaires/QuestionnairesFieldContent/index.js +275 -0
- package/dist/pages/Questionnnaires/QuestionnairesFuelTypesContent/index.js +8 -8
- package/dist/pages/Questionnnaires/QuestionnairesGearboxTypesContent/index.js +8 -8
- package/dist/pages/Questionnnaires/QuestionnairesGeneralstructurestatusesContent/index.js +12 -12
- package/dist/pages/Questionnnaires/QuestionnairesGeneralstructuretypesContent/index.js +12 -12
- package/dist/pages/Questionnnaires/QuestionnairesHallsContent/index.js +8 -8
- package/dist/pages/Questionnnaires/QuestionnairesHonorarytitlesContent/index.js +12 -12
- package/dist/pages/Questionnnaires/QuestionnairesInsurancetypesContent/index.js +8 -8
- package/dist/pages/Questionnnaires/QuestionnairesInternalStructureContent/index.js +8 -8
- package/dist/pages/Questionnnaires/QuestionnairesIssuedAuthoritiesContent/index.js +8 -8
- package/dist/pages/Questionnnaires/QuestionnairesMarginNoteTextsContent/index.js +8 -8
- package/dist/pages/Questionnnaires/QuestionnairesMeasurementTypesContent/index.js +8 -8
- package/dist/pages/Questionnnaires/QuestionnairesMilitarycategoriesContent/index.js +12 -12
- package/dist/pages/Questionnnaires/QuestionnairesMilitarygroupsContent/index.js +12 -12
- package/dist/pages/Questionnnaires/QuestionnairesMilitaryranksContent/index.js +12 -12
- package/dist/pages/Questionnnaires/QuestionnairesMilitarystaffsContent/index.js +12 -12
- package/dist/pages/Questionnnaires/QuestionnairesModelsContent/index.js +13 -13
- package/dist/pages/Questionnnaires/QuestionnairesOilFieldsContent/index.js +8 -8
- package/dist/pages/Questionnnaires/QuestionnairesOrdersContent/index.js +8 -8
- package/dist/pages/Questionnnaires/QuestionnairesOrganizationsContent/index.js +8 -8
- package/dist/pages/Questionnnaires/QuestionnairesOwnersContent/index.js +8 -8
- package/dist/pages/Questionnnaires/QuestionnairesOwnershipTypesContent/index.js +8 -8
- package/dist/pages/Questionnnaires/QuestionnairesPenaltyTypesContent/index.js +8 -8
- package/dist/pages/Questionnnaires/QuestionnairesPositionsContent/index.js +12 -12
- package/dist/pages/Questionnnaires/QuestionnairesRegionsContent/index.js +8 -8
- package/dist/pages/Questionnnaires/QuestionnairesRepairTypesContent/index.js +8 -8
- package/dist/pages/Questionnnaires/QuestionnairesRepairmentWorkTypesContent/index.js +8 -8
- package/dist/pages/Questionnnaires/QuestionnairesReprimandtypesContent/index.js +12 -12
- package/dist/pages/Questionnnaires/QuestionnairesRouteLocationsContent/index.js +8 -8
- package/dist/pages/Questionnnaires/QuestionnairesSpecialdaysContent/index.js +12 -12
- package/dist/pages/Questionnnaires/QuestionnairesSpecializationsContent/index.js +12 -12
- package/dist/pages/Questionnnaires/QuestionnairesStructuresContent/index.js +8 -8
- package/dist/pages/Questionnnaires/QuestionnairesSubtopicContent/index.js +15 -15
- package/dist/pages/Questionnnaires/QuestionnairesTopicContent/index.js +12 -12
- package/dist/pages/Questionnnaires/QuestionnairesTransmitterTypesContent/index.js +8 -8
- package/dist/pages/Questionnnaires/QuestionnairesVehicleCategoriesContent/index.js +8 -8
- package/dist/pages/Questionnnaires/QuestionnairesVehicleGroupsContent/index.js +8 -8
- package/dist/pages/Questionnnaires/QuestionnairesVehicleTypesContent/index.js +8 -8
- package/dist/pages/Questionnnaires/QuestionnairesWarparticipantsContent/index.js +12 -12
- package/dist/pages/Questionnnaires/QuestionnairesWellContent/constant.js +64 -0
- package/dist/pages/Questionnnaires/QuestionnairesWellContent/index.js +280 -0
- package/dist/pages/Questionnnaires/QuestionnairesWorkModesContent/index.js +8 -8
- package/dist/pages/Questionnnaires/QuestionnairesWorkschedulesContent/index.js +12 -12
- package/dist/routes/QuestionnaireRoutes.js +19 -1
- package/dist/store/slices/auth/index.js +60 -60
- package/dist/store/slices/auth/service.js +20 -20
- package/dist/store/slices/companyInfo/index.js +10 -10
- package/dist/store/slices/companyInfo/service.js +4 -4
- package/dist/store/slices/employees/index.js +30 -30
- package/dist/store/slices/employees/service.js +12 -12
- package/dist/store/slices/global/index.js +170 -152
- package/dist/store/slices/notification/index.js +73 -73
- package/dist/store/slices/notification/service.js +24 -24
- package/dist/store/slices/questionnaire/index.js +9154 -8527
- package/dist/store/slices/questionnaire/service.js +3467 -3083
- package/dist/tools/questionnaireGenerator.js +12 -12
- package/dist/translations/index.json +364 -364
- package/dist/utils/axios.js +6 -6
- package/dist/utils/message.js +2 -2
- package/dist/utils/path.js +12 -0
- package/package.json +1 -1
|
@@ -1,17 +1,17 @@
|
|
|
1
|
-
:root {
|
|
2
|
-
--defaultColor: #302e38;
|
|
3
|
-
--secondaryColor: #9d9d9d;
|
|
4
|
-
--blueToneColor: #32aaff;
|
|
5
|
-
--darkBlueColor: #016daf;
|
|
6
|
-
--defaultFont: Inter;
|
|
7
|
-
--secondaryFont: Lato;
|
|
8
|
-
--transition: 250ms;
|
|
9
|
-
|
|
10
|
-
--lightBlue: #DEEAF6;
|
|
11
|
-
--blue: #035FB5;
|
|
12
|
-
--grey: #828282;
|
|
13
|
-
--black: #0C0C0C;
|
|
14
|
-
--white: #FFFFFF;
|
|
15
|
-
--green: #18B503;
|
|
16
|
-
|
|
1
|
+
:root {
|
|
2
|
+
--defaultColor: #302e38;
|
|
3
|
+
--secondaryColor: #9d9d9d;
|
|
4
|
+
--blueToneColor: #32aaff;
|
|
5
|
+
--darkBlueColor: #016daf;
|
|
6
|
+
--defaultFont: Inter;
|
|
7
|
+
--secondaryFont: Lato;
|
|
8
|
+
--transition: 250ms;
|
|
9
|
+
|
|
10
|
+
--lightBlue: #DEEAF6;
|
|
11
|
+
--blue: #035FB5;
|
|
12
|
+
--grey: #828282;
|
|
13
|
+
--black: #0C0C0C;
|
|
14
|
+
--white: #FFFFFF;
|
|
15
|
+
--green: #18B503;
|
|
16
|
+
|
|
17
17
|
}
|
|
@@ -1,53 +1,53 @@
|
|
|
1
|
-
@font-face {
|
|
2
|
-
font-family: "Inter";
|
|
3
|
-
src: url("./Inter/Inter-Thin.ttf") format("truetype");
|
|
4
|
-
font-weight: 100;
|
|
5
|
-
}
|
|
6
|
-
|
|
7
|
-
@font-face {
|
|
8
|
-
font-family: "Inter";
|
|
9
|
-
src: url("./Inter/Inter-ExtraLight.ttf") format("truetype");
|
|
10
|
-
font-weight: 200;
|
|
11
|
-
}
|
|
12
|
-
|
|
13
|
-
@font-face {
|
|
14
|
-
font-family: "Inter";
|
|
15
|
-
src: url("./Inter/Inter-Light.ttf") format("truetype");
|
|
16
|
-
font-weight: 300;
|
|
17
|
-
}
|
|
18
|
-
|
|
19
|
-
@font-face {
|
|
20
|
-
font-family: "Inter";
|
|
21
|
-
src: url("./Inter/Inter-Regular.ttf") format("truetype");
|
|
22
|
-
font-weight: 400;
|
|
23
|
-
}
|
|
24
|
-
|
|
25
|
-
@font-face {
|
|
26
|
-
font-family: "Inter";
|
|
27
|
-
src: url("./Inter/Inter-Medium.ttf") format("truetype");
|
|
28
|
-
font-weight: 500;
|
|
29
|
-
}
|
|
30
|
-
|
|
31
|
-
@font-face {
|
|
32
|
-
font-family: "Inter";
|
|
33
|
-
src: url("./Inter/Inter-SemiBold.ttf") format("truetype");
|
|
34
|
-
font-weight: 600;
|
|
35
|
-
}
|
|
36
|
-
|
|
37
|
-
@font-face {
|
|
38
|
-
font-family: "Inter";
|
|
39
|
-
src: url("./Inter/Inter-Bold.ttf") format("truetype");
|
|
40
|
-
font-weight: 700;
|
|
41
|
-
}
|
|
42
|
-
|
|
43
|
-
@font-face {
|
|
44
|
-
font-family: "Inter";
|
|
45
|
-
src: url("./Inter/Inter-ExtraBold.ttf") format("truetype");
|
|
46
|
-
font-weight: 800;
|
|
47
|
-
}
|
|
48
|
-
|
|
49
|
-
@font-face {
|
|
50
|
-
font-family: "Inter";
|
|
51
|
-
src: url("./Inter/Inter-Black.ttf") format("truetype");
|
|
52
|
-
font-weight: 900;
|
|
1
|
+
@font-face {
|
|
2
|
+
font-family: "Inter";
|
|
3
|
+
src: url("./Inter/Inter-Thin.ttf") format("truetype");
|
|
4
|
+
font-weight: 100;
|
|
5
|
+
}
|
|
6
|
+
|
|
7
|
+
@font-face {
|
|
8
|
+
font-family: "Inter";
|
|
9
|
+
src: url("./Inter/Inter-ExtraLight.ttf") format("truetype");
|
|
10
|
+
font-weight: 200;
|
|
11
|
+
}
|
|
12
|
+
|
|
13
|
+
@font-face {
|
|
14
|
+
font-family: "Inter";
|
|
15
|
+
src: url("./Inter/Inter-Light.ttf") format("truetype");
|
|
16
|
+
font-weight: 300;
|
|
17
|
+
}
|
|
18
|
+
|
|
19
|
+
@font-face {
|
|
20
|
+
font-family: "Inter";
|
|
21
|
+
src: url("./Inter/Inter-Regular.ttf") format("truetype");
|
|
22
|
+
font-weight: 400;
|
|
23
|
+
}
|
|
24
|
+
|
|
25
|
+
@font-face {
|
|
26
|
+
font-family: "Inter";
|
|
27
|
+
src: url("./Inter/Inter-Medium.ttf") format("truetype");
|
|
28
|
+
font-weight: 500;
|
|
29
|
+
}
|
|
30
|
+
|
|
31
|
+
@font-face {
|
|
32
|
+
font-family: "Inter";
|
|
33
|
+
src: url("./Inter/Inter-SemiBold.ttf") format("truetype");
|
|
34
|
+
font-weight: 600;
|
|
35
|
+
}
|
|
36
|
+
|
|
37
|
+
@font-face {
|
|
38
|
+
font-family: "Inter";
|
|
39
|
+
src: url("./Inter/Inter-Bold.ttf") format("truetype");
|
|
40
|
+
font-weight: 700;
|
|
41
|
+
}
|
|
42
|
+
|
|
43
|
+
@font-face {
|
|
44
|
+
font-family: "Inter";
|
|
45
|
+
src: url("./Inter/Inter-ExtraBold.ttf") format("truetype");
|
|
46
|
+
font-weight: 800;
|
|
47
|
+
}
|
|
48
|
+
|
|
49
|
+
@font-face {
|
|
50
|
+
font-family: "Inter";
|
|
51
|
+
src: url("./Inter/Inter-Black.ttf") format("truetype");
|
|
52
|
+
font-weight: 900;
|
|
53
53
|
}
|
|
@@ -1,154 +1,154 @@
|
|
|
1
|
-
.button {
|
|
2
|
-
border-radius: 6px;
|
|
3
|
-
background: var(--darkBlueColor);
|
|
4
|
-
padding: 5px 10px;
|
|
5
|
-
font-size: 16px;
|
|
6
|
-
font-weight: 400;
|
|
7
|
-
line-height: 24px;
|
|
8
|
-
letter-spacing: 0.5px;
|
|
9
|
-
border: 1px solid var(--darkBlueColor);
|
|
10
|
-
color: #fff;
|
|
11
|
-
cursor: pointer;
|
|
12
|
-
transition: 250ms;
|
|
13
|
-
|
|
14
|
-
display: flex;
|
|
15
|
-
align-items: center;
|
|
16
|
-
justify-content: center;
|
|
17
|
-
gap: 8px;
|
|
18
|
-
svg {
|
|
19
|
-
path {
|
|
20
|
-
transition: 250ms;
|
|
21
|
-
}
|
|
22
|
-
}
|
|
23
|
-
}
|
|
24
|
-
|
|
25
|
-
.button:hover {
|
|
26
|
-
background: #005386;
|
|
27
|
-
border: 1px solid #005386;
|
|
28
|
-
transition: 250ms;
|
|
29
|
-
}
|
|
30
|
-
.button_white {
|
|
31
|
-
border-radius: 6px;
|
|
32
|
-
background: transparent;
|
|
33
|
-
padding: 5px 10px;
|
|
34
|
-
font-size: 16px;
|
|
35
|
-
font-weight: 400;
|
|
36
|
-
line-height: 24px;
|
|
37
|
-
letter-spacing: 0.5px;
|
|
38
|
-
border: 1px solid var(--darkBlueColor);
|
|
39
|
-
color: var(--darkBlueColor);
|
|
40
|
-
cursor: pointer;
|
|
41
|
-
transition: 250ms;
|
|
42
|
-
display: flex;
|
|
43
|
-
align-items: center;
|
|
44
|
-
justify-content: center;
|
|
45
|
-
gap: 8px;
|
|
46
|
-
svg {
|
|
47
|
-
path {
|
|
48
|
-
transition: 250ms;
|
|
49
|
-
}
|
|
50
|
-
}
|
|
51
|
-
}
|
|
52
|
-
.button_white:hover {
|
|
53
|
-
border: 1px solid gray;
|
|
54
|
-
color: gray;
|
|
55
|
-
transition: 250ms;
|
|
56
|
-
svg {
|
|
57
|
-
path {
|
|
58
|
-
transition: 250ms;
|
|
59
|
-
stroke: gray;
|
|
60
|
-
}
|
|
61
|
-
}
|
|
62
|
-
}
|
|
63
|
-
.button_white:disabled,
|
|
64
|
-
.button_white[disabled] {
|
|
65
|
-
cursor: not-allowed !important;
|
|
66
|
-
opacity: 0.5 !important;
|
|
67
|
-
border-color: gray !important;
|
|
68
|
-
color: gray !important;
|
|
69
|
-
}
|
|
70
|
-
|
|
71
|
-
.button_green {
|
|
72
|
-
border-radius: 6px;
|
|
73
|
-
background: #18b503;
|
|
74
|
-
padding: 5px 10px;
|
|
75
|
-
font-size: 16px;
|
|
76
|
-
font-weight: 400;
|
|
77
|
-
line-height: 24px;
|
|
78
|
-
letter-spacing: 0.5px;
|
|
79
|
-
border: 1px solid #18b503;
|
|
80
|
-
color: #fff;
|
|
81
|
-
cursor: pointer;
|
|
82
|
-
transition: 250ms;
|
|
83
|
-
|
|
84
|
-
display: flex;
|
|
85
|
-
align-items: center;
|
|
86
|
-
justify-content: center;
|
|
87
|
-
gap: 8px;
|
|
88
|
-
svg {
|
|
89
|
-
path {
|
|
90
|
-
transition: 250ms;
|
|
91
|
-
}
|
|
92
|
-
}
|
|
93
|
-
}
|
|
94
|
-
|
|
95
|
-
.button_red {
|
|
96
|
-
border-radius: 6px;
|
|
97
|
-
background: #eb5757;
|
|
98
|
-
padding: 5px 10px;
|
|
99
|
-
font-size: 16px;
|
|
100
|
-
font-weight: 400;
|
|
101
|
-
line-height: 24px;
|
|
102
|
-
letter-spacing: 0.5px;
|
|
103
|
-
border: 1px solid #eb5757;
|
|
104
|
-
color: #fff;
|
|
105
|
-
cursor: pointer;
|
|
106
|
-
transition: 250ms;
|
|
107
|
-
|
|
108
|
-
display: flex;
|
|
109
|
-
align-items: center;
|
|
110
|
-
justify-content: center;
|
|
111
|
-
gap: 8px;
|
|
112
|
-
svg {
|
|
113
|
-
path {
|
|
114
|
-
transition: 250ms;
|
|
115
|
-
}
|
|
116
|
-
}
|
|
117
|
-
}
|
|
118
|
-
|
|
119
|
-
.button_green_white {
|
|
120
|
-
border-radius: 6px;
|
|
121
|
-
background: transparent !important;
|
|
122
|
-
padding: 5px 10px;
|
|
123
|
-
font-size: 16px;
|
|
124
|
-
font-weight: 400;
|
|
125
|
-
line-height: 24px;
|
|
126
|
-
letter-spacing: 0.5px;
|
|
127
|
-
border: 1px solid #18b503;
|
|
128
|
-
color: #18b503;
|
|
129
|
-
cursor: pointer;
|
|
130
|
-
transition: 250ms;
|
|
131
|
-
|
|
132
|
-
display: flex;
|
|
133
|
-
align-items: center;
|
|
134
|
-
justify-content: center;
|
|
135
|
-
gap: 8px;
|
|
136
|
-
svg {
|
|
137
|
-
path {
|
|
138
|
-
transition: 250ms;
|
|
139
|
-
stroke: #18b503;
|
|
140
|
-
}
|
|
141
|
-
}
|
|
142
|
-
}
|
|
143
|
-
.button_green_white:hover {
|
|
144
|
-
background: gray;
|
|
145
|
-
border: 1px solid gray;
|
|
146
|
-
transition: 250ms;
|
|
147
|
-
color: grey;
|
|
148
|
-
svg {
|
|
149
|
-
path {
|
|
150
|
-
transition: 250ms;
|
|
151
|
-
stroke: gray;
|
|
152
|
-
}
|
|
153
|
-
}
|
|
154
|
-
}
|
|
1
|
+
.button {
|
|
2
|
+
border-radius: 6px;
|
|
3
|
+
background: var(--darkBlueColor);
|
|
4
|
+
padding: 5px 10px;
|
|
5
|
+
font-size: 16px;
|
|
6
|
+
font-weight: 400;
|
|
7
|
+
line-height: 24px;
|
|
8
|
+
letter-spacing: 0.5px;
|
|
9
|
+
border: 1px solid var(--darkBlueColor);
|
|
10
|
+
color: #fff;
|
|
11
|
+
cursor: pointer;
|
|
12
|
+
transition: 250ms;
|
|
13
|
+
|
|
14
|
+
display: flex;
|
|
15
|
+
align-items: center;
|
|
16
|
+
justify-content: center;
|
|
17
|
+
gap: 8px;
|
|
18
|
+
svg {
|
|
19
|
+
path {
|
|
20
|
+
transition: 250ms;
|
|
21
|
+
}
|
|
22
|
+
}
|
|
23
|
+
}
|
|
24
|
+
|
|
25
|
+
.button:hover {
|
|
26
|
+
background: #005386;
|
|
27
|
+
border: 1px solid #005386;
|
|
28
|
+
transition: 250ms;
|
|
29
|
+
}
|
|
30
|
+
.button_white {
|
|
31
|
+
border-radius: 6px;
|
|
32
|
+
background: transparent;
|
|
33
|
+
padding: 5px 10px;
|
|
34
|
+
font-size: 16px;
|
|
35
|
+
font-weight: 400;
|
|
36
|
+
line-height: 24px;
|
|
37
|
+
letter-spacing: 0.5px;
|
|
38
|
+
border: 1px solid var(--darkBlueColor);
|
|
39
|
+
color: var(--darkBlueColor);
|
|
40
|
+
cursor: pointer;
|
|
41
|
+
transition: 250ms;
|
|
42
|
+
display: flex;
|
|
43
|
+
align-items: center;
|
|
44
|
+
justify-content: center;
|
|
45
|
+
gap: 8px;
|
|
46
|
+
svg {
|
|
47
|
+
path {
|
|
48
|
+
transition: 250ms;
|
|
49
|
+
}
|
|
50
|
+
}
|
|
51
|
+
}
|
|
52
|
+
.button_white:hover {
|
|
53
|
+
border: 1px solid gray;
|
|
54
|
+
color: gray;
|
|
55
|
+
transition: 250ms;
|
|
56
|
+
svg {
|
|
57
|
+
path {
|
|
58
|
+
transition: 250ms;
|
|
59
|
+
stroke: gray;
|
|
60
|
+
}
|
|
61
|
+
}
|
|
62
|
+
}
|
|
63
|
+
.button_white:disabled,
|
|
64
|
+
.button_white[disabled] {
|
|
65
|
+
cursor: not-allowed !important;
|
|
66
|
+
opacity: 0.5 !important;
|
|
67
|
+
border-color: gray !important;
|
|
68
|
+
color: gray !important;
|
|
69
|
+
}
|
|
70
|
+
|
|
71
|
+
.button_green {
|
|
72
|
+
border-radius: 6px;
|
|
73
|
+
background: #18b503;
|
|
74
|
+
padding: 5px 10px;
|
|
75
|
+
font-size: 16px;
|
|
76
|
+
font-weight: 400;
|
|
77
|
+
line-height: 24px;
|
|
78
|
+
letter-spacing: 0.5px;
|
|
79
|
+
border: 1px solid #18b503;
|
|
80
|
+
color: #fff;
|
|
81
|
+
cursor: pointer;
|
|
82
|
+
transition: 250ms;
|
|
83
|
+
|
|
84
|
+
display: flex;
|
|
85
|
+
align-items: center;
|
|
86
|
+
justify-content: center;
|
|
87
|
+
gap: 8px;
|
|
88
|
+
svg {
|
|
89
|
+
path {
|
|
90
|
+
transition: 250ms;
|
|
91
|
+
}
|
|
92
|
+
}
|
|
93
|
+
}
|
|
94
|
+
|
|
95
|
+
.button_red {
|
|
96
|
+
border-radius: 6px;
|
|
97
|
+
background: #eb5757;
|
|
98
|
+
padding: 5px 10px;
|
|
99
|
+
font-size: 16px;
|
|
100
|
+
font-weight: 400;
|
|
101
|
+
line-height: 24px;
|
|
102
|
+
letter-spacing: 0.5px;
|
|
103
|
+
border: 1px solid #eb5757;
|
|
104
|
+
color: #fff;
|
|
105
|
+
cursor: pointer;
|
|
106
|
+
transition: 250ms;
|
|
107
|
+
|
|
108
|
+
display: flex;
|
|
109
|
+
align-items: center;
|
|
110
|
+
justify-content: center;
|
|
111
|
+
gap: 8px;
|
|
112
|
+
svg {
|
|
113
|
+
path {
|
|
114
|
+
transition: 250ms;
|
|
115
|
+
}
|
|
116
|
+
}
|
|
117
|
+
}
|
|
118
|
+
|
|
119
|
+
.button_green_white {
|
|
120
|
+
border-radius: 6px;
|
|
121
|
+
background: transparent !important;
|
|
122
|
+
padding: 5px 10px;
|
|
123
|
+
font-size: 16px;
|
|
124
|
+
font-weight: 400;
|
|
125
|
+
line-height: 24px;
|
|
126
|
+
letter-spacing: 0.5px;
|
|
127
|
+
border: 1px solid #18b503;
|
|
128
|
+
color: #18b503;
|
|
129
|
+
cursor: pointer;
|
|
130
|
+
transition: 250ms;
|
|
131
|
+
|
|
132
|
+
display: flex;
|
|
133
|
+
align-items: center;
|
|
134
|
+
justify-content: center;
|
|
135
|
+
gap: 8px;
|
|
136
|
+
svg {
|
|
137
|
+
path {
|
|
138
|
+
transition: 250ms;
|
|
139
|
+
stroke: #18b503;
|
|
140
|
+
}
|
|
141
|
+
}
|
|
142
|
+
}
|
|
143
|
+
.button_green_white:hover {
|
|
144
|
+
background: gray;
|
|
145
|
+
border: 1px solid gray;
|
|
146
|
+
transition: 250ms;
|
|
147
|
+
color: grey;
|
|
148
|
+
svg {
|
|
149
|
+
path {
|
|
150
|
+
transition: 250ms;
|
|
151
|
+
stroke: gray;
|
|
152
|
+
}
|
|
153
|
+
}
|
|
154
|
+
}
|
|
@@ -1,62 +1,62 @@
|
|
|
1
|
-
.menu {
|
|
2
|
-
width: 254px;
|
|
3
|
-
padding: 10px !important;
|
|
4
|
-
padding-bottom: 5px !important;
|
|
5
|
-
box-shadow: 0px 4px 4px 0px #0000001a !important;
|
|
6
|
-
border: 1px solid #d1d1d1 !important;
|
|
7
|
-
background: #deeaf6 !important;
|
|
8
|
-
max-height: 518px;
|
|
9
|
-
overflow-y: auto;
|
|
10
|
-
/* Scrollbar styles for WebKit browsers */
|
|
11
|
-
&::-webkit-scrollbar {
|
|
12
|
-
width: 6px;
|
|
13
|
-
}
|
|
14
|
-
|
|
15
|
-
&::-webkit-scrollbar-track {
|
|
16
|
-
background: transparent;
|
|
17
|
-
}
|
|
18
|
-
|
|
19
|
-
&::-webkit-scrollbar-thumb {
|
|
20
|
-
background-color: #fff !important; // 👈 your custom scrollbar color
|
|
21
|
-
border-radius: 3px;
|
|
22
|
-
}
|
|
23
|
-
|
|
24
|
-
&::-webkit-scrollbar-thumb:hover {
|
|
25
|
-
background-color: #fff !important;
|
|
26
|
-
}
|
|
27
|
-
|
|
28
|
-
/* Scrollbar styles for Firefox */
|
|
29
|
-
scrollbar-width: thin;
|
|
30
|
-
scrollbar-color: #fff transparent !important;
|
|
31
|
-
.count {
|
|
32
|
-
margin-bottom: 24px;
|
|
33
|
-
display: flex;
|
|
34
|
-
justify-content: space-between;
|
|
35
|
-
font-size: 14px;
|
|
36
|
-
font-weight: 500;
|
|
37
|
-
line-height: 21px;
|
|
38
|
-
}
|
|
39
|
-
|
|
40
|
-
li {
|
|
41
|
-
padding: 0 !important;
|
|
42
|
-
margin-bottom: 5px !important;
|
|
43
|
-
font-family: Inter !important;
|
|
44
|
-
font-size: 14px !important;
|
|
45
|
-
font-weight: 400 !important;
|
|
46
|
-
line-height: 21px !important;
|
|
47
|
-
letter-spacing: -0.4000000059604645px !important;
|
|
48
|
-
text-align: left !important;
|
|
49
|
-
}
|
|
50
|
-
.menu_item {
|
|
51
|
-
display: flex;
|
|
52
|
-
gap: 8px;
|
|
53
|
-
background: #fff;
|
|
54
|
-
padding: 6px;
|
|
55
|
-
border-radius: 4px;
|
|
56
|
-
}
|
|
57
|
-
}
|
|
58
|
-
.filter_icon {
|
|
59
|
-
cursor: pointer;
|
|
60
|
-
width: 22px;
|
|
61
|
-
height: 22px;
|
|
62
|
-
}
|
|
1
|
+
.menu {
|
|
2
|
+
width: 254px;
|
|
3
|
+
padding: 10px !important;
|
|
4
|
+
padding-bottom: 5px !important;
|
|
5
|
+
box-shadow: 0px 4px 4px 0px #0000001a !important;
|
|
6
|
+
border: 1px solid #d1d1d1 !important;
|
|
7
|
+
background: #deeaf6 !important;
|
|
8
|
+
max-height: 518px;
|
|
9
|
+
overflow-y: auto;
|
|
10
|
+
/* Scrollbar styles for WebKit browsers */
|
|
11
|
+
&::-webkit-scrollbar {
|
|
12
|
+
width: 6px;
|
|
13
|
+
}
|
|
14
|
+
|
|
15
|
+
&::-webkit-scrollbar-track {
|
|
16
|
+
background: transparent;
|
|
17
|
+
}
|
|
18
|
+
|
|
19
|
+
&::-webkit-scrollbar-thumb {
|
|
20
|
+
background-color: #fff !important; // 👈 your custom scrollbar color
|
|
21
|
+
border-radius: 3px;
|
|
22
|
+
}
|
|
23
|
+
|
|
24
|
+
&::-webkit-scrollbar-thumb:hover {
|
|
25
|
+
background-color: #fff !important;
|
|
26
|
+
}
|
|
27
|
+
|
|
28
|
+
/* Scrollbar styles for Firefox */
|
|
29
|
+
scrollbar-width: thin;
|
|
30
|
+
scrollbar-color: #fff transparent !important;
|
|
31
|
+
.count {
|
|
32
|
+
margin-bottom: 24px;
|
|
33
|
+
display: flex;
|
|
34
|
+
justify-content: space-between;
|
|
35
|
+
font-size: 14px;
|
|
36
|
+
font-weight: 500;
|
|
37
|
+
line-height: 21px;
|
|
38
|
+
}
|
|
39
|
+
|
|
40
|
+
li {
|
|
41
|
+
padding: 0 !important;
|
|
42
|
+
margin-bottom: 5px !important;
|
|
43
|
+
font-family: Inter !important;
|
|
44
|
+
font-size: 14px !important;
|
|
45
|
+
font-weight: 400 !important;
|
|
46
|
+
line-height: 21px !important;
|
|
47
|
+
letter-spacing: -0.4000000059604645px !important;
|
|
48
|
+
text-align: left !important;
|
|
49
|
+
}
|
|
50
|
+
.menu_item {
|
|
51
|
+
display: flex;
|
|
52
|
+
gap: 8px;
|
|
53
|
+
background: #fff;
|
|
54
|
+
padding: 6px;
|
|
55
|
+
border-radius: 4px;
|
|
56
|
+
}
|
|
57
|
+
}
|
|
58
|
+
.filter_icon {
|
|
59
|
+
cursor: pointer;
|
|
60
|
+
width: 22px;
|
|
61
|
+
height: 22px;
|
|
62
|
+
}
|
|
@@ -1,22 +1,22 @@
|
|
|
1
|
-
.container {
|
|
2
|
-
width: 100%;
|
|
3
|
-
}
|
|
4
|
-
.footer {
|
|
5
|
-
width: 100%;
|
|
6
|
-
display: flex;
|
|
7
|
-
gap: 20px;
|
|
8
|
-
align-items: center;
|
|
9
|
-
margin-top: 9px;
|
|
10
|
-
button {
|
|
11
|
-
padding: 5px 19px;
|
|
12
|
-
}
|
|
13
|
-
}
|
|
14
|
-
|
|
15
|
-
.value {
|
|
16
|
-
font-family: Inter;
|
|
17
|
-
font-size: 16px;
|
|
18
|
-
font-weight: 500;
|
|
19
|
-
line-height: 24px;
|
|
20
|
-
text-align: left;
|
|
21
|
-
color: #1c1c1c;
|
|
22
|
-
}
|
|
1
|
+
.container {
|
|
2
|
+
width: 100%;
|
|
3
|
+
}
|
|
4
|
+
.footer {
|
|
5
|
+
width: 100%;
|
|
6
|
+
display: flex;
|
|
7
|
+
gap: 20px;
|
|
8
|
+
align-items: center;
|
|
9
|
+
margin-top: 9px;
|
|
10
|
+
button {
|
|
11
|
+
padding: 5px 19px;
|
|
12
|
+
}
|
|
13
|
+
}
|
|
14
|
+
|
|
15
|
+
.value {
|
|
16
|
+
font-family: Inter;
|
|
17
|
+
font-size: 16px;
|
|
18
|
+
font-weight: 500;
|
|
19
|
+
line-height: 24px;
|
|
20
|
+
text-align: left;
|
|
21
|
+
color: #1c1c1c;
|
|
22
|
+
}
|
|
@@ -1,11 +1,11 @@
|
|
|
1
|
-
.absolute {
|
|
2
|
-
position: absolute;
|
|
3
|
-
right: 5px;
|
|
4
|
-
top: 105px;
|
|
5
|
-
}
|
|
6
|
-
.absolute > div > div {
|
|
7
|
-
padding: 12px !important;
|
|
8
|
-
}
|
|
9
|
-
.absolute > div > div > div {
|
|
10
|
-
margin: 0 !important;
|
|
11
|
-
}
|
|
1
|
+
.absolute {
|
|
2
|
+
position: absolute;
|
|
3
|
+
right: 5px;
|
|
4
|
+
top: 105px;
|
|
5
|
+
}
|
|
6
|
+
.absolute > div > div {
|
|
7
|
+
padding: 12px !important;
|
|
8
|
+
}
|
|
9
|
+
.absolute > div > div > div {
|
|
10
|
+
margin: 0 !important;
|
|
11
|
+
}
|