@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,265 +1,265 @@
|
|
|
1
|
-
.profile {
|
|
2
|
-
display: flex;
|
|
3
|
-
gap: 10px;
|
|
4
|
-
align-items: center;
|
|
5
|
-
.category {
|
|
6
|
-
display: flex;
|
|
7
|
-
align-items: center;
|
|
8
|
-
margin-top: 4px;
|
|
9
|
-
cursor: pointer;
|
|
10
|
-
svg {
|
|
11
|
-
width: 30px;
|
|
12
|
-
height: 30px;
|
|
13
|
-
}
|
|
14
|
-
}
|
|
15
|
-
.button {
|
|
16
|
-
background: transparent;
|
|
17
|
-
border: none;
|
|
18
|
-
display: flex;
|
|
19
|
-
align-items: center;
|
|
20
|
-
cursor: pointer;
|
|
21
|
-
padding: 0;
|
|
22
|
-
svg {
|
|
23
|
-
width: 20px;
|
|
24
|
-
margin-top: 3.5px;
|
|
25
|
-
}
|
|
26
|
-
}
|
|
27
|
-
.dropdown {
|
|
28
|
-
display: flex;
|
|
29
|
-
align-items: center;
|
|
30
|
-
cursor: pointer;
|
|
31
|
-
gap: 8px;
|
|
32
|
-
img {
|
|
33
|
-
width: 39px;
|
|
34
|
-
height: 39px;
|
|
35
|
-
border-radius: 50%;
|
|
36
|
-
border: 1px solid #bebebe;
|
|
37
|
-
}
|
|
38
|
-
|
|
39
|
-
.name {
|
|
40
|
-
font-family: Inter;
|
|
41
|
-
font-size: 12px;
|
|
42
|
-
font-weight: 400;
|
|
43
|
-
line-height: 16px;
|
|
44
|
-
text-align: left;
|
|
45
|
-
margin-bottom: 4px;
|
|
46
|
-
color: #324054;
|
|
47
|
-
}
|
|
48
|
-
.email {
|
|
49
|
-
font-family: Inter;
|
|
50
|
-
font-size: 12px;
|
|
51
|
-
font-weight: 400;
|
|
52
|
-
line-height: 14px;
|
|
53
|
-
text-align: left;
|
|
54
|
-
color: #71839b;
|
|
55
|
-
}
|
|
56
|
-
}
|
|
57
|
-
}
|
|
58
|
-
|
|
59
|
-
.links {
|
|
60
|
-
display: flex;
|
|
61
|
-
justify-content: space-between;
|
|
62
|
-
gap: 30px;
|
|
63
|
-
padding: 20px;
|
|
64
|
-
a {
|
|
65
|
-
display: flex;
|
|
66
|
-
flex-direction: column;
|
|
67
|
-
justify-content: flex-end;
|
|
68
|
-
align-items: center;
|
|
69
|
-
gap: 15px;
|
|
70
|
-
width: 133px;
|
|
71
|
-
// height: 133px;
|
|
72
|
-
padding: 20px 5px;
|
|
73
|
-
padding-top: 40px;
|
|
74
|
-
border-radius: 20px;
|
|
75
|
-
background: #f8f8f8;
|
|
76
|
-
font-family: Inter;
|
|
77
|
-
font-size: 14px;
|
|
78
|
-
font-weight: 500;
|
|
79
|
-
line-height: 16.94px;
|
|
80
|
-
text-align: center;
|
|
81
|
-
cursor: pointer;
|
|
82
|
-
text-align: center;
|
|
83
|
-
text-decoration: none;
|
|
84
|
-
color: var(--darkBlueColor);
|
|
85
|
-
svg {
|
|
86
|
-
width: 40px;
|
|
87
|
-
height: 40px;
|
|
88
|
-
}
|
|
89
|
-
}
|
|
90
|
-
}
|
|
91
|
-
.disableMenu {
|
|
92
|
-
display: flex;
|
|
93
|
-
flex-direction: column;
|
|
94
|
-
justify-content: flex-end;
|
|
95
|
-
align-items: center;
|
|
96
|
-
gap: 15px;
|
|
97
|
-
width: 133px;
|
|
98
|
-
// height: 133px;
|
|
99
|
-
padding: 20px 5px;
|
|
100
|
-
padding-top: 40px;
|
|
101
|
-
border-radius: 20px;
|
|
102
|
-
background: #f8f8f8;
|
|
103
|
-
font-family: Inter;
|
|
104
|
-
font-size: 14px;
|
|
105
|
-
font-weight: 500;
|
|
106
|
-
line-height: 16.94px;
|
|
107
|
-
text-align: center;
|
|
108
|
-
cursor: pointer;
|
|
109
|
-
text-align: center;
|
|
110
|
-
text-decoration: none;
|
|
111
|
-
color: var(--darkBlueColor);
|
|
112
|
-
svg {
|
|
113
|
-
width: 40px;
|
|
114
|
-
height: 40px;
|
|
115
|
-
}
|
|
116
|
-
color: #979797;
|
|
117
|
-
svg {
|
|
118
|
-
path {
|
|
119
|
-
fill: #979797;
|
|
120
|
-
}
|
|
121
|
-
}
|
|
122
|
-
}
|
|
123
|
-
.icon_overlay {
|
|
124
|
-
background-color: var(--lightBlue);
|
|
125
|
-
// padding: 11px;
|
|
126
|
-
border-radius: 6px;
|
|
127
|
-
width: 46px;
|
|
128
|
-
height: 46px;
|
|
129
|
-
display: flex;
|
|
130
|
-
align-items: center;
|
|
131
|
-
justify-content: center;
|
|
132
|
-
|
|
133
|
-
svg {
|
|
134
|
-
width: 24px !important;
|
|
135
|
-
height: 24px !important;
|
|
136
|
-
margin-top: 0 !important;
|
|
137
|
-
}
|
|
138
|
-
}
|
|
139
|
-
|
|
140
|
-
.profileRow {
|
|
141
|
-
display: flex;
|
|
142
|
-
align-items: center;
|
|
143
|
-
gap: 12px;
|
|
144
|
-
position: relative;
|
|
145
|
-
}
|
|
146
|
-
|
|
147
|
-
.button {
|
|
148
|
-
background: transparent;
|
|
149
|
-
border: none;
|
|
150
|
-
display: flex;
|
|
151
|
-
align-items: center;
|
|
152
|
-
cursor: pointer;
|
|
153
|
-
padding: 0;
|
|
154
|
-
|
|
155
|
-
svg {
|
|
156
|
-
width: 20px;
|
|
157
|
-
margin-top: 3.5px;
|
|
158
|
-
}
|
|
159
|
-
}
|
|
160
|
-
|
|
161
|
-
.icon_overlay {
|
|
162
|
-
background-color: var(--lightBlue);
|
|
163
|
-
border-radius: 6px;
|
|
164
|
-
width: 46px;
|
|
165
|
-
height: 46px;
|
|
166
|
-
display: flex;
|
|
167
|
-
align-items: center;
|
|
168
|
-
justify-content: center;
|
|
169
|
-
|
|
170
|
-
svg {
|
|
171
|
-
width: 24px !important;
|
|
172
|
-
height: 24px !important;
|
|
173
|
-
margin-top: 0 !important;
|
|
174
|
-
}
|
|
175
|
-
}
|
|
176
|
-
|
|
177
|
-
.profile {
|
|
178
|
-
position: relative;
|
|
179
|
-
display: flex;
|
|
180
|
-
align-items: flex-end;
|
|
181
|
-
}
|
|
182
|
-
|
|
183
|
-
.profileHeader {
|
|
184
|
-
display: flex;
|
|
185
|
-
align-items: center;
|
|
186
|
-
justify-content: space-between;
|
|
187
|
-
gap: 8px;
|
|
188
|
-
padding: 7px 10px;
|
|
189
|
-
border-radius: 8px;
|
|
190
|
-
background: var(--lightBlue);
|
|
191
|
-
cursor: pointer;
|
|
192
|
-
width: 280px;
|
|
193
|
-
max-width: 280px;
|
|
194
|
-
min-width: 280px;
|
|
195
|
-
|
|
196
|
-
.pp {
|
|
197
|
-
width: 32px;
|
|
198
|
-
height: 32px;
|
|
199
|
-
border-radius: 4px;
|
|
200
|
-
background: var(--blue);
|
|
201
|
-
color: white;
|
|
202
|
-
display: flex;
|
|
203
|
-
align-items: center;
|
|
204
|
-
justify-content: center;
|
|
205
|
-
font-weight: 500;
|
|
206
|
-
font-size: 16px;
|
|
207
|
-
}
|
|
208
|
-
|
|
209
|
-
.name {
|
|
210
|
-
font-weight: 600;
|
|
211
|
-
font-size: 14px;
|
|
212
|
-
color: var(--black);
|
|
213
|
-
}
|
|
214
|
-
}
|
|
215
|
-
|
|
216
|
-
.arrow {
|
|
217
|
-
width: 10px;
|
|
218
|
-
height: 10px;
|
|
219
|
-
border-right: 2px solid var(--blue);
|
|
220
|
-
border-bottom: 2px solid var(--blue);
|
|
221
|
-
transform: rotate(45deg);
|
|
222
|
-
transition: transform 0.3s ease;
|
|
223
|
-
margin-right: 6px;
|
|
224
|
-
}
|
|
225
|
-
|
|
226
|
-
.arrow.open {
|
|
227
|
-
transform: rotate(-135deg);
|
|
228
|
-
}
|
|
229
|
-
|
|
230
|
-
.profileDropdown {
|
|
231
|
-
position: absolute;
|
|
232
|
-
top: 100%;
|
|
233
|
-
right: -1px;
|
|
234
|
-
left: -1px;
|
|
235
|
-
border-right: 1px solid var(--blue);
|
|
236
|
-
border-left: 1px solid var(--blue);
|
|
237
|
-
border-bottom: 1px solid var(--blue);
|
|
238
|
-
|
|
239
|
-
border-radius: 0px 0px 8px 8px;
|
|
240
|
-
background: var(--lightBlue);
|
|
241
|
-
z-index: 100;
|
|
242
|
-
display: flex;
|
|
243
|
-
flex-direction: column;
|
|
244
|
-
overflow: hidden;
|
|
245
|
-
}
|
|
246
|
-
|
|
247
|
-
.menuItem {
|
|
248
|
-
display: flex;
|
|
249
|
-
align-items: center;
|
|
250
|
-
gap: 10px;
|
|
251
|
-
padding: 10px 16px;
|
|
252
|
-
font-size: 16px;
|
|
253
|
-
cursor: pointer;
|
|
254
|
-
border-top: 1px solid var(--white);
|
|
255
|
-
text-decoration: none;
|
|
256
|
-
transition: background 0.2s ease;
|
|
257
|
-
color: var(--blue);
|
|
258
|
-
&:hover {
|
|
259
|
-
background: #e6f0fc;
|
|
260
|
-
}
|
|
261
|
-
}
|
|
262
|
-
|
|
263
|
-
.logoutText {
|
|
264
|
-
color: red;
|
|
265
|
-
}
|
|
1
|
+
.profile {
|
|
2
|
+
display: flex;
|
|
3
|
+
gap: 10px;
|
|
4
|
+
align-items: center;
|
|
5
|
+
.category {
|
|
6
|
+
display: flex;
|
|
7
|
+
align-items: center;
|
|
8
|
+
margin-top: 4px;
|
|
9
|
+
cursor: pointer;
|
|
10
|
+
svg {
|
|
11
|
+
width: 30px;
|
|
12
|
+
height: 30px;
|
|
13
|
+
}
|
|
14
|
+
}
|
|
15
|
+
.button {
|
|
16
|
+
background: transparent;
|
|
17
|
+
border: none;
|
|
18
|
+
display: flex;
|
|
19
|
+
align-items: center;
|
|
20
|
+
cursor: pointer;
|
|
21
|
+
padding: 0;
|
|
22
|
+
svg {
|
|
23
|
+
width: 20px;
|
|
24
|
+
margin-top: 3.5px;
|
|
25
|
+
}
|
|
26
|
+
}
|
|
27
|
+
.dropdown {
|
|
28
|
+
display: flex;
|
|
29
|
+
align-items: center;
|
|
30
|
+
cursor: pointer;
|
|
31
|
+
gap: 8px;
|
|
32
|
+
img {
|
|
33
|
+
width: 39px;
|
|
34
|
+
height: 39px;
|
|
35
|
+
border-radius: 50%;
|
|
36
|
+
border: 1px solid #bebebe;
|
|
37
|
+
}
|
|
38
|
+
|
|
39
|
+
.name {
|
|
40
|
+
font-family: Inter;
|
|
41
|
+
font-size: 12px;
|
|
42
|
+
font-weight: 400;
|
|
43
|
+
line-height: 16px;
|
|
44
|
+
text-align: left;
|
|
45
|
+
margin-bottom: 4px;
|
|
46
|
+
color: #324054;
|
|
47
|
+
}
|
|
48
|
+
.email {
|
|
49
|
+
font-family: Inter;
|
|
50
|
+
font-size: 12px;
|
|
51
|
+
font-weight: 400;
|
|
52
|
+
line-height: 14px;
|
|
53
|
+
text-align: left;
|
|
54
|
+
color: #71839b;
|
|
55
|
+
}
|
|
56
|
+
}
|
|
57
|
+
}
|
|
58
|
+
|
|
59
|
+
.links {
|
|
60
|
+
display: flex;
|
|
61
|
+
justify-content: space-between;
|
|
62
|
+
gap: 30px;
|
|
63
|
+
padding: 20px;
|
|
64
|
+
a {
|
|
65
|
+
display: flex;
|
|
66
|
+
flex-direction: column;
|
|
67
|
+
justify-content: flex-end;
|
|
68
|
+
align-items: center;
|
|
69
|
+
gap: 15px;
|
|
70
|
+
width: 133px;
|
|
71
|
+
// height: 133px;
|
|
72
|
+
padding: 20px 5px;
|
|
73
|
+
padding-top: 40px;
|
|
74
|
+
border-radius: 20px;
|
|
75
|
+
background: #f8f8f8;
|
|
76
|
+
font-family: Inter;
|
|
77
|
+
font-size: 14px;
|
|
78
|
+
font-weight: 500;
|
|
79
|
+
line-height: 16.94px;
|
|
80
|
+
text-align: center;
|
|
81
|
+
cursor: pointer;
|
|
82
|
+
text-align: center;
|
|
83
|
+
text-decoration: none;
|
|
84
|
+
color: var(--darkBlueColor);
|
|
85
|
+
svg {
|
|
86
|
+
width: 40px;
|
|
87
|
+
height: 40px;
|
|
88
|
+
}
|
|
89
|
+
}
|
|
90
|
+
}
|
|
91
|
+
.disableMenu {
|
|
92
|
+
display: flex;
|
|
93
|
+
flex-direction: column;
|
|
94
|
+
justify-content: flex-end;
|
|
95
|
+
align-items: center;
|
|
96
|
+
gap: 15px;
|
|
97
|
+
width: 133px;
|
|
98
|
+
// height: 133px;
|
|
99
|
+
padding: 20px 5px;
|
|
100
|
+
padding-top: 40px;
|
|
101
|
+
border-radius: 20px;
|
|
102
|
+
background: #f8f8f8;
|
|
103
|
+
font-family: Inter;
|
|
104
|
+
font-size: 14px;
|
|
105
|
+
font-weight: 500;
|
|
106
|
+
line-height: 16.94px;
|
|
107
|
+
text-align: center;
|
|
108
|
+
cursor: pointer;
|
|
109
|
+
text-align: center;
|
|
110
|
+
text-decoration: none;
|
|
111
|
+
color: var(--darkBlueColor);
|
|
112
|
+
svg {
|
|
113
|
+
width: 40px;
|
|
114
|
+
height: 40px;
|
|
115
|
+
}
|
|
116
|
+
color: #979797;
|
|
117
|
+
svg {
|
|
118
|
+
path {
|
|
119
|
+
fill: #979797;
|
|
120
|
+
}
|
|
121
|
+
}
|
|
122
|
+
}
|
|
123
|
+
.icon_overlay {
|
|
124
|
+
background-color: var(--lightBlue);
|
|
125
|
+
// padding: 11px;
|
|
126
|
+
border-radius: 6px;
|
|
127
|
+
width: 46px;
|
|
128
|
+
height: 46px;
|
|
129
|
+
display: flex;
|
|
130
|
+
align-items: center;
|
|
131
|
+
justify-content: center;
|
|
132
|
+
|
|
133
|
+
svg {
|
|
134
|
+
width: 24px !important;
|
|
135
|
+
height: 24px !important;
|
|
136
|
+
margin-top: 0 !important;
|
|
137
|
+
}
|
|
138
|
+
}
|
|
139
|
+
|
|
140
|
+
.profileRow {
|
|
141
|
+
display: flex;
|
|
142
|
+
align-items: center;
|
|
143
|
+
gap: 12px;
|
|
144
|
+
position: relative;
|
|
145
|
+
}
|
|
146
|
+
|
|
147
|
+
.button {
|
|
148
|
+
background: transparent;
|
|
149
|
+
border: none;
|
|
150
|
+
display: flex;
|
|
151
|
+
align-items: center;
|
|
152
|
+
cursor: pointer;
|
|
153
|
+
padding: 0;
|
|
154
|
+
|
|
155
|
+
svg {
|
|
156
|
+
width: 20px;
|
|
157
|
+
margin-top: 3.5px;
|
|
158
|
+
}
|
|
159
|
+
}
|
|
160
|
+
|
|
161
|
+
.icon_overlay {
|
|
162
|
+
background-color: var(--lightBlue);
|
|
163
|
+
border-radius: 6px;
|
|
164
|
+
width: 46px;
|
|
165
|
+
height: 46px;
|
|
166
|
+
display: flex;
|
|
167
|
+
align-items: center;
|
|
168
|
+
justify-content: center;
|
|
169
|
+
|
|
170
|
+
svg {
|
|
171
|
+
width: 24px !important;
|
|
172
|
+
height: 24px !important;
|
|
173
|
+
margin-top: 0 !important;
|
|
174
|
+
}
|
|
175
|
+
}
|
|
176
|
+
|
|
177
|
+
.profile {
|
|
178
|
+
position: relative;
|
|
179
|
+
display: flex;
|
|
180
|
+
align-items: flex-end;
|
|
181
|
+
}
|
|
182
|
+
|
|
183
|
+
.profileHeader {
|
|
184
|
+
display: flex;
|
|
185
|
+
align-items: center;
|
|
186
|
+
justify-content: space-between;
|
|
187
|
+
gap: 8px;
|
|
188
|
+
padding: 7px 10px;
|
|
189
|
+
border-radius: 8px;
|
|
190
|
+
background: var(--lightBlue);
|
|
191
|
+
cursor: pointer;
|
|
192
|
+
width: 280px;
|
|
193
|
+
max-width: 280px;
|
|
194
|
+
min-width: 280px;
|
|
195
|
+
|
|
196
|
+
.pp {
|
|
197
|
+
width: 32px;
|
|
198
|
+
height: 32px;
|
|
199
|
+
border-radius: 4px;
|
|
200
|
+
background: var(--blue);
|
|
201
|
+
color: white;
|
|
202
|
+
display: flex;
|
|
203
|
+
align-items: center;
|
|
204
|
+
justify-content: center;
|
|
205
|
+
font-weight: 500;
|
|
206
|
+
font-size: 16px;
|
|
207
|
+
}
|
|
208
|
+
|
|
209
|
+
.name {
|
|
210
|
+
font-weight: 600;
|
|
211
|
+
font-size: 14px;
|
|
212
|
+
color: var(--black);
|
|
213
|
+
}
|
|
214
|
+
}
|
|
215
|
+
|
|
216
|
+
.arrow {
|
|
217
|
+
width: 10px;
|
|
218
|
+
height: 10px;
|
|
219
|
+
border-right: 2px solid var(--blue);
|
|
220
|
+
border-bottom: 2px solid var(--blue);
|
|
221
|
+
transform: rotate(45deg);
|
|
222
|
+
transition: transform 0.3s ease;
|
|
223
|
+
margin-right: 6px;
|
|
224
|
+
}
|
|
225
|
+
|
|
226
|
+
.arrow.open {
|
|
227
|
+
transform: rotate(-135deg);
|
|
228
|
+
}
|
|
229
|
+
|
|
230
|
+
.profileDropdown {
|
|
231
|
+
position: absolute;
|
|
232
|
+
top: 100%;
|
|
233
|
+
right: -1px;
|
|
234
|
+
left: -1px;
|
|
235
|
+
border-right: 1px solid var(--blue);
|
|
236
|
+
border-left: 1px solid var(--blue);
|
|
237
|
+
border-bottom: 1px solid var(--blue);
|
|
238
|
+
|
|
239
|
+
border-radius: 0px 0px 8px 8px;
|
|
240
|
+
background: var(--lightBlue);
|
|
241
|
+
z-index: 100;
|
|
242
|
+
display: flex;
|
|
243
|
+
flex-direction: column;
|
|
244
|
+
overflow: hidden;
|
|
245
|
+
}
|
|
246
|
+
|
|
247
|
+
.menuItem {
|
|
248
|
+
display: flex;
|
|
249
|
+
align-items: center;
|
|
250
|
+
gap: 10px;
|
|
251
|
+
padding: 10px 16px;
|
|
252
|
+
font-size: 16px;
|
|
253
|
+
cursor: pointer;
|
|
254
|
+
border-top: 1px solid var(--white);
|
|
255
|
+
text-decoration: none;
|
|
256
|
+
transition: background 0.2s ease;
|
|
257
|
+
color: var(--blue);
|
|
258
|
+
&:hover {
|
|
259
|
+
background: #e6f0fc;
|
|
260
|
+
}
|
|
261
|
+
}
|
|
262
|
+
|
|
263
|
+
.logoutText {
|
|
264
|
+
color: red;
|
|
265
|
+
}
|
|
@@ -1,72 +1,72 @@
|
|
|
1
|
-
.select > div {
|
|
2
|
-
padding: 5px 16px !important;
|
|
3
|
-
border-radius: 6px !important;
|
|
4
|
-
min-height: 48px;
|
|
5
|
-
}
|
|
6
|
-
.select {
|
|
7
|
-
width: 100%;
|
|
8
|
-
min-height: 48px;
|
|
9
|
-
span {
|
|
10
|
-
font-size: 16px !important;
|
|
11
|
-
font-weight: 500 !important;
|
|
12
|
-
line-height: 24px !important;
|
|
13
|
-
text-align: left !important;
|
|
14
|
-
}
|
|
15
|
-
}
|
|
16
|
-
.select_xs > div {
|
|
17
|
-
padding: 5px 16px !important;
|
|
18
|
-
border-radius: 6px !important;
|
|
19
|
-
min-height: 26px;
|
|
20
|
-
}
|
|
21
|
-
.select_xs {
|
|
22
|
-
width: 100%;
|
|
23
|
-
min-height: 26px;
|
|
24
|
-
span {
|
|
25
|
-
font-size: 16px !important;
|
|
26
|
-
font-weight: 500 !important;
|
|
27
|
-
line-height: 24px !important;
|
|
28
|
-
text-align: left !important;
|
|
29
|
-
}
|
|
30
|
-
}
|
|
31
|
-
|
|
32
|
-
.select_sm > div {
|
|
33
|
-
padding: 5px 16px !important;
|
|
34
|
-
border-radius: 6px !important;
|
|
35
|
-
min-height: 34px;
|
|
36
|
-
}
|
|
37
|
-
.select_sm {
|
|
38
|
-
width: 100%;
|
|
39
|
-
min-height: 34px;
|
|
40
|
-
span {
|
|
41
|
-
font-size: 16px !important;
|
|
42
|
-
font-weight: 500 !important;
|
|
43
|
-
line-height: 24px !important;
|
|
44
|
-
text-align: left !important;
|
|
45
|
-
}
|
|
46
|
-
}
|
|
47
|
-
.select_md > div {
|
|
48
|
-
padding: 5px 16px !important;
|
|
49
|
-
border-radius: 6px !important;
|
|
50
|
-
min-height: 42px;
|
|
51
|
-
}
|
|
52
|
-
.select_md {
|
|
53
|
-
width: 100%;
|
|
54
|
-
min-height: 42px;
|
|
55
|
-
span {
|
|
56
|
-
font-size: 16px !important;
|
|
57
|
-
font-weight: 500 !important;
|
|
58
|
-
line-height: 24px !important;
|
|
59
|
-
text-align: left !important;
|
|
60
|
-
}
|
|
61
|
-
}
|
|
62
|
-
.select_add_button {
|
|
63
|
-
display: inline-flex;
|
|
64
|
-
flex-wrap: nowrap;
|
|
65
|
-
padding: 8px;
|
|
66
|
-
justify-content: center;
|
|
67
|
-
|
|
68
|
-
button {
|
|
69
|
-
width: 200px !important;
|
|
70
|
-
padding: 5.5px;
|
|
71
|
-
}
|
|
72
|
-
}
|
|
1
|
+
.select > div {
|
|
2
|
+
padding: 5px 16px !important;
|
|
3
|
+
border-radius: 6px !important;
|
|
4
|
+
min-height: 48px;
|
|
5
|
+
}
|
|
6
|
+
.select {
|
|
7
|
+
width: 100%;
|
|
8
|
+
min-height: 48px;
|
|
9
|
+
span {
|
|
10
|
+
font-size: 16px !important;
|
|
11
|
+
font-weight: 500 !important;
|
|
12
|
+
line-height: 24px !important;
|
|
13
|
+
text-align: left !important;
|
|
14
|
+
}
|
|
15
|
+
}
|
|
16
|
+
.select_xs > div {
|
|
17
|
+
padding: 5px 16px !important;
|
|
18
|
+
border-radius: 6px !important;
|
|
19
|
+
min-height: 26px;
|
|
20
|
+
}
|
|
21
|
+
.select_xs {
|
|
22
|
+
width: 100%;
|
|
23
|
+
min-height: 26px;
|
|
24
|
+
span {
|
|
25
|
+
font-size: 16px !important;
|
|
26
|
+
font-weight: 500 !important;
|
|
27
|
+
line-height: 24px !important;
|
|
28
|
+
text-align: left !important;
|
|
29
|
+
}
|
|
30
|
+
}
|
|
31
|
+
|
|
32
|
+
.select_sm > div {
|
|
33
|
+
padding: 5px 16px !important;
|
|
34
|
+
border-radius: 6px !important;
|
|
35
|
+
min-height: 34px;
|
|
36
|
+
}
|
|
37
|
+
.select_sm {
|
|
38
|
+
width: 100%;
|
|
39
|
+
min-height: 34px;
|
|
40
|
+
span {
|
|
41
|
+
font-size: 16px !important;
|
|
42
|
+
font-weight: 500 !important;
|
|
43
|
+
line-height: 24px !important;
|
|
44
|
+
text-align: left !important;
|
|
45
|
+
}
|
|
46
|
+
}
|
|
47
|
+
.select_md > div {
|
|
48
|
+
padding: 5px 16px !important;
|
|
49
|
+
border-radius: 6px !important;
|
|
50
|
+
min-height: 42px;
|
|
51
|
+
}
|
|
52
|
+
.select_md {
|
|
53
|
+
width: 100%;
|
|
54
|
+
min-height: 42px;
|
|
55
|
+
span {
|
|
56
|
+
font-size: 16px !important;
|
|
57
|
+
font-weight: 500 !important;
|
|
58
|
+
line-height: 24px !important;
|
|
59
|
+
text-align: left !important;
|
|
60
|
+
}
|
|
61
|
+
}
|
|
62
|
+
.select_add_button {
|
|
63
|
+
display: inline-flex;
|
|
64
|
+
flex-wrap: nowrap;
|
|
65
|
+
padding: 8px;
|
|
66
|
+
justify-content: center;
|
|
67
|
+
|
|
68
|
+
button {
|
|
69
|
+
width: 200px !important;
|
|
70
|
+
padding: 5.5px;
|
|
71
|
+
}
|
|
72
|
+
}
|