@entit/digit-ui-css 1.5.6 → 2.0.0
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/dist/index.css +2302 -400
- package/dist/index.min.css +1 -1
- package/package.json +64 -64
- package/src/components/CardBasedOptions.scss +110 -44
- package/src/components/CitizenHomeCard.scss +57 -46
- package/src/components/EllipsisMenu.scss +16 -16
- package/src/components/EventCalendarView.scss +9 -9
- package/src/components/FAQ.scss +64 -0
- package/src/components/OnGroundEventCard.scss +71 -71
- package/src/components/PageBasedInput.scss +31 -23
- package/src/components/PopupHeadingLabel.scss +14 -14
- package/src/components/PropertySearchForm.scss +58 -58
- package/src/components/SearchForm.scss +55 -55
- package/src/components/SearchOnRadioButton.scss +9 -9
- package/src/components/StandaloneSearchBar.scss +9 -9
- package/src/components/TimeLine.scss +67 -67
- package/src/components/WhatsNewCard.scss +12 -12
- package/src/components/actionLink.scss +3 -3
- package/src/components/actionbar.scss +97 -58
- package/src/components/bannercomponents.scss +137 -131
- package/src/components/body.scss +146 -118
- package/src/components/buttons.scss +50 -47
- package/src/components/card.scss +412 -389
- package/src/components/cardHeaderWithOptions.scss +13 -13
- package/src/components/changeLanguage.scss +3 -3
- package/src/components/charts.scss +318 -185
- package/src/components/checkbox.scss +84 -53
- package/src/components/checkpoint.scss +65 -63
- package/src/components/citizenInfoLabel.scss +14 -14
- package/src/components/custombtn.scss +11 -11
- package/src/components/datatable.scss +76 -72
- package/src/components/datewrap.scss +21 -21
- package/src/components/detailscard.scss +6 -6
- package/src/components/detailscontainer.scss +13 -13
- package/src/components/filters.scss +97 -97
- package/src/components/grey.scss +3 -3
- package/src/components/hoc/InboxComposer.scss +115 -22
- package/src/components/howItWorks.scss +71 -0
- package/src/components/imageviewer.scss +33 -33
- package/src/components/info-banner.scss +35 -34
- package/src/components/inputotp.scss +15 -15
- package/src/components/keynote.scss +27 -27
- package/src/components/languageSelector.scss +24 -23
- package/src/components/loader.scss +96 -96
- package/src/components/map.scss +30 -30
- package/src/components/metricsTable.scss +26 -26
- package/src/components/multiLink.scss +87 -72
- package/src/components/multiSelectDropdown.scss +72 -72
- package/src/components/navbar.scss +308 -110
- package/src/components/plusMinus.scss +15 -0
- package/src/components/popup.scss +15 -15
- package/src/components/radiobtn.scss +56 -44
- package/src/components/ratingstar.scss +33 -33
- package/src/components/roundedLabel.scss +10 -10
- package/src/components/searchAction.scss +20 -20
- package/src/components/sectionalDropdown.scss +43 -43
- package/src/components/selectdropdown.scss +199 -173
- package/src/components/staticDynamicMessages.scss +107 -0
- package/src/components/staticSideBar.scss +27 -0
- package/src/components/statushighlight.scss +17 -17
- package/src/components/submiterrors.scss +11 -11
- package/src/components/summary.scss +28 -25
- package/src/components/table.scss +178 -167
- package/src/components/tag.scss +27 -27
- package/src/components/telephone.scss +17 -17
- package/src/components/textfields.scss +108 -90
- package/src/components/toast.scss +31 -31
- package/src/components/toggleSwitch.scss +41 -0
- package/src/components/topbar.scss +148 -134
- package/src/components/uploadcomponents.scss +113 -95
- package/src/index.scss +768 -544
- package/src/pages/citizen/CitizenEngagementNotificationWrapper.scss +8 -5
- package/src/pages/citizen/DocumentList.scss +304 -304
- package/src/pages/citizen/Events.scss +46 -46
- package/src/pages/citizen/HomePageWrapper.scss +163 -99
- package/src/pages/citizen/SurveyList.scss +21 -21
- package/src/pages/citizen/citizenDocument.scss +21 -21
- package/src/pages/citizen/container.scss +19 -19
- package/src/pages/citizen/payment/payment-type.scss +2 -2
- package/src/pages/citizen/updatePropertyNumber.scss +46 -46
- package/src/pages/employee/EmployeeLogin.scss +6 -6
- package/src/pages/employee/cardfix.scss +13 -12
- package/src/pages/employee/container.scss +73 -73
- package/src/pages/employee/dss.scss +249 -116
- package/src/pages/employee/form-fields.scss +13 -13
- package/src/pages/employee/iframe.scss +65 -65
- package/src/pages/employee/inbox.scss +687 -455
- package/src/pages/employee/index.scss +625 -337
- package/src/pages/employee/login.scss +260 -185
- package/src/pages/employee/oldMobileInbox.scss +4 -4
- package/src/pages/employee/popupmodule.scss +47 -34
- package/src/pages/employee/response.scss +2 -2
- package/src/pages/employee/scroll-table.scss +113 -113
- package/src/pages/employee/surveys.scss +272 -273
- package/src/pages/employee/tooltip.scss +35 -35
- package/src/pages/employee/updateNumber.scss +12 -12
- package/svg/camera.svg +4 -4
- package/svg/check.svg +3 -3
- package/svg/close.svg +4 -4
- package/svg/error.svg +3 -3
- package/svg/error2.svg +5 -5
- package/svg/searchicon.svg +3 -3
- package/svg/starempty.svg +3 -3
- package/svg/starfilled.svg +4 -4
- package/svg/success.svg +3 -3
@@ -1,273 +1,272 @@
|
|
1
|
-
.surveydetailsform-wrapper {
|
2
|
-
@apply grid gap-6 py-md;
|
3
|
-
|
4
|
-
label {
|
5
|
-
@apply font-medium;
|
6
|
-
}
|
7
|
-
.surveyformfield {
|
8
|
-
@apply grid gap-4;
|
9
|
-
}
|
10
|
-
|
11
|
-
.employee-select-wrap,
|
12
|
-
.employee-card-input {
|
13
|
-
margin-bottom: 0;
|
14
|
-
}
|
15
|
-
}
|
16
|
-
|
17
|
-
.newSurveyForm_wrapper {
|
18
|
-
@apply grid p-md bg-grey-light border border-border rounded gap-6 ;
|
19
|
-
.newSurveyForm_questions {
|
20
|
-
}
|
21
|
-
.newSurveyForm_answer {
|
22
|
-
}
|
23
|
-
.newSurveyForm_actions {
|
24
|
-
@apply flex justify-end gap-4 py-md;
|
25
|
-
.checkbox-wrap .label {
|
26
|
-
margin-left: 40px;
|
27
|
-
}
|
28
|
-
}
|
29
|
-
.newSurveyForm_seprator {
|
30
|
-
@apply w-px h-6 border border-border;
|
31
|
-
}
|
32
|
-
}
|
33
|
-
|
34
|
-
.surveyformslist_wrapper,
|
35
|
-
.surveydetailsform-wrapper {
|
36
|
-
.heading {
|
37
|
-
@apply text-heading-l font-medium py-md;
|
38
|
-
}
|
39
|
-
}
|
40
|
-
|
41
|
-
.surveyformslist_wrapper {
|
42
|
-
@apply grid gap-6 py-md;
|
43
|
-
}
|
44
|
-
|
45
|
-
.options_checkboxes {
|
46
|
-
@apply flex flex-col gap-4;
|
47
|
-
}
|
48
|
-
|
49
|
-
.optioncheckboxwrapper {
|
50
|
-
@apply flex;
|
51
|
-
}
|
52
|
-
|
53
|
-
.simple_editable-input {
|
54
|
-
outline-width: 0;
|
55
|
-
border: 0;
|
56
|
-
border-bottom: 2px solid black;
|
57
|
-
}
|
58
|
-
|
59
|
-
.simple_readonly-input {
|
60
|
-
outline-width: 0;
|
61
|
-
border: 0;
|
62
|
-
background: transparent;
|
63
|
-
}
|
64
|
-
|
65
|
-
.pointer {
|
66
|
-
cursor: pointer;
|
67
|
-
}
|
68
|
-
|
69
|
-
.disabled-btn {
|
70
|
-
@apply pointer-events-none cursor-not-allowed;
|
71
|
-
}
|
72
|
-
|
73
|
-
.optionradiobtnwrapper {
|
74
|
-
@apply flex gap-2;
|
75
|
-
|
76
|
-
.customradiobutton {
|
77
|
-
@apply w-6 h-6;
|
78
|
-
}
|
79
|
-
}
|
80
|
-
|
81
|
-
.edit-action-btn {
|
82
|
-
@apply flex justify-end;
|
83
|
-
}
|
84
|
-
|
85
|
-
.surveyQuestion-wrapper{
|
86
|
-
@apply grid gap-6;
|
87
|
-
}
|
88
|
-
|
89
|
-
.question-title {
|
90
|
-
font-size: 18px;
|
91
|
-
line-height: 21px;
|
92
|
-
color: #0b0c0c;
|
93
|
-
font-weight: 700;
|
94
|
-
}
|
95
|
-
|
96
|
-
.responses-container {
|
97
|
-
display: flex;
|
98
|
-
flex-direction: column;
|
99
|
-
align-items: flex-start;
|
100
|
-
padding: 8px 4px;
|
101
|
-
background-color: #FAFAFA;
|
102
|
-
border: 1px solid #D6D5D4;
|
103
|
-
box-sizing: border-box;
|
104
|
-
border-radius: 4px;
|
105
|
-
margin-top: 20px;
|
106
|
-
margin-bottom: 20px;
|
107
|
-
position: relative;
|
108
|
-
}
|
109
|
-
|
110
|
-
.responses-container-date {
|
111
|
-
display: flex;
|
112
|
-
flex-direction: column;
|
113
|
-
justify-content: center;
|
114
|
-
align-items: center;
|
115
|
-
padding: 8px 8px 0px 8px;
|
116
|
-
position: static;
|
117
|
-
left: 0px;
|
118
|
-
top: 41px;
|
119
|
-
background: #FAFAFA;
|
120
|
-
border: 1px solid #D6D5D4;
|
121
|
-
box-sizing: border-box;
|
122
|
-
border-radius: 4px;
|
123
|
-
margin-top: 20px;
|
124
|
-
margin-bottom: 20px;
|
125
|
-
}
|
126
|
-
|
127
|
-
.responses-container-line {
|
128
|
-
width: 100%;
|
129
|
-
margin-bottom: -12px;
|
130
|
-
}
|
131
|
-
|
132
|
-
.date-time{
|
133
|
-
margin-top: 10px;
|
134
|
-
margin-bottom: 10px;
|
135
|
-
}
|
136
|
-
|
137
|
-
.response-result {
|
138
|
-
flex: none;
|
139
|
-
order: 1;
|
140
|
-
flex-grow: 0;
|
141
|
-
margin: 0px 0px -20px;
|
142
|
-
display: inline-block;
|
143
|
-
}
|
144
|
-
|
145
|
-
.date-container {
|
146
|
-
display: flex;
|
147
|
-
flex-direction: column;
|
148
|
-
justify-content: center;
|
149
|
-
align-items: center;
|
150
|
-
padding: 16px 8px;
|
151
|
-
background: #FAFAFA;
|
152
|
-
border: 1px solid #D6D5D4;
|
153
|
-
box-sizing: border-box;
|
154
|
-
border-radius: 4px;
|
155
|
-
@apply gap-y-6;
|
156
|
-
}
|
157
|
-
|
158
|
-
.date-response {
|
159
|
-
display: flex;
|
160
|
-
flex-direction: row;
|
161
|
-
font-weight: bold;
|
162
|
-
@apply gap-10 ;
|
163
|
-
}
|
164
|
-
.divide {
|
165
|
-
--tw-divide-x-reverse: 0;
|
166
|
-
border-right-width: calc(2px * var(--tw-divide-x-reverse));
|
167
|
-
border-left-width: calc(2px * calc(1 - var(--tw-divide-x-reverse)));
|
168
|
-
}
|
169
|
-
|
170
|
-
.circle {
|
171
|
-
background-color:red;
|
172
|
-
height:40px;
|
173
|
-
border-radius:50%;
|
174
|
-
-moz-border-radius:50%;
|
175
|
-
-webkit-border-radius:50%;
|
176
|
-
width:40px;
|
177
|
-
}
|
178
|
-
|
179
|
-
.align-columns{
|
180
|
-
@apply grid gap-4;
|
181
|
-
}
|
182
|
-
|
183
|
-
|
184
|
-
@screen dt {
|
185
|
-
.surveydetailsform-wrapper {
|
186
|
-
.surveyformfield {
|
187
|
-
@apply items-center;
|
188
|
-
grid-template-columns: 1fr 2fr 1fr;
|
189
|
-
|
190
|
-
.radio-wrap {
|
191
|
-
@apply flex gap-20;
|
192
|
-
margin-bottom: 0;
|
193
|
-
}
|
194
|
-
.radio-wrap div {
|
195
|
-
@apply flex items-center;
|
196
|
-
}
|
197
|
-
|
198
|
-
.radio-btn {
|
199
|
-
@apply w-6 h-6;
|
200
|
-
}
|
201
|
-
|
202
|
-
.radio-btn-checkmark {
|
203
|
-
height: 1.
|
204
|
-
width: 1.
|
205
|
-
--border-opacity: 1;
|
206
|
-
border: 1px solid #464646;
|
207
|
-
border-color: rgba(70, 70, 70, var(--border-opacity));
|
208
|
-
border-radius: 9999px;
|
209
|
-
display: block;
|
210
|
-
}
|
211
|
-
|
212
|
-
.radio-wrap .radio-btn-wrap input:checked ~ .radio-btn-checkmark:after {
|
213
|
-
display: block;
|
214
|
-
--bg-opacity: 1;
|
215
|
-
background-color: #
|
216
|
-
|
217
|
-
|
218
|
-
|
219
|
-
|
220
|
-
|
221
|
-
|
222
|
-
|
223
|
-
|
224
|
-
|
225
|
-
|
226
|
-
|
227
|
-
|
228
|
-
|
229
|
-
|
230
|
-
|
231
|
-
|
232
|
-
|
233
|
-
|
234
|
-
|
235
|
-
|
236
|
-
|
237
|
-
|
238
|
-
|
239
|
-
|
240
|
-
|
241
|
-
|
242
|
-
|
243
|
-
|
244
|
-
|
245
|
-
|
246
|
-
|
247
|
-
|
248
|
-
|
249
|
-
|
250
|
-
|
251
|
-
|
252
|
-
|
253
|
-
|
254
|
-
|
255
|
-
|
256
|
-
|
257
|
-
|
258
|
-
|
259
|
-
|
260
|
-
|
261
|
-
|
262
|
-
|
263
|
-
|
264
|
-
|
265
|
-
|
266
|
-
|
267
|
-
|
268
|
-
|
269
|
-
|
270
|
-
|
271
|
-
|
272
|
-
|
273
|
-
}
|
1
|
+
.surveydetailsform-wrapper {
|
2
|
+
@apply grid gap-6 py-md;
|
3
|
+
|
4
|
+
label {
|
5
|
+
@apply font-medium;
|
6
|
+
}
|
7
|
+
.surveyformfield {
|
8
|
+
@apply grid gap-4;
|
9
|
+
}
|
10
|
+
|
11
|
+
.employee-select-wrap,
|
12
|
+
.employee-card-input {
|
13
|
+
margin-bottom: 0;
|
14
|
+
}
|
15
|
+
}
|
16
|
+
|
17
|
+
.newSurveyForm_wrapper {
|
18
|
+
@apply grid p-md bg-grey-light border border-border rounded gap-6 ;
|
19
|
+
.newSurveyForm_questions {
|
20
|
+
}
|
21
|
+
.newSurveyForm_answer {
|
22
|
+
}
|
23
|
+
.newSurveyForm_actions {
|
24
|
+
@apply flex justify-end gap-4 py-md;
|
25
|
+
.checkbox-wrap .label {
|
26
|
+
margin-left: 40px;
|
27
|
+
}
|
28
|
+
}
|
29
|
+
.newSurveyForm_seprator {
|
30
|
+
@apply w-px h-6 border border-border;
|
31
|
+
}
|
32
|
+
}
|
33
|
+
|
34
|
+
.surveyformslist_wrapper,
|
35
|
+
.surveydetailsform-wrapper {
|
36
|
+
.heading {
|
37
|
+
@apply text-heading-l font-medium py-md;
|
38
|
+
}
|
39
|
+
}
|
40
|
+
|
41
|
+
.surveyformslist_wrapper {
|
42
|
+
@apply grid gap-6 py-md;
|
43
|
+
}
|
44
|
+
|
45
|
+
.options_checkboxes {
|
46
|
+
@apply flex flex-col gap-4;
|
47
|
+
}
|
48
|
+
|
49
|
+
.optioncheckboxwrapper {
|
50
|
+
@apply flex;
|
51
|
+
}
|
52
|
+
|
53
|
+
.simple_editable-input {
|
54
|
+
outline-width: 0;
|
55
|
+
border: 0;
|
56
|
+
border-bottom: 2px solid black;
|
57
|
+
}
|
58
|
+
|
59
|
+
.simple_readonly-input {
|
60
|
+
outline-width: 0;
|
61
|
+
border: 0;
|
62
|
+
background: transparent;
|
63
|
+
}
|
64
|
+
|
65
|
+
.pointer {
|
66
|
+
cursor: pointer;
|
67
|
+
}
|
68
|
+
|
69
|
+
.disabled-btn {
|
70
|
+
@apply pointer-events-none cursor-not-allowed;
|
71
|
+
}
|
72
|
+
|
73
|
+
.optionradiobtnwrapper {
|
74
|
+
@apply flex gap-2;
|
75
|
+
|
76
|
+
.customradiobutton {
|
77
|
+
@apply w-6 h-6;
|
78
|
+
}
|
79
|
+
}
|
80
|
+
|
81
|
+
.edit-action-btn {
|
82
|
+
@apply flex justify-end;
|
83
|
+
}
|
84
|
+
|
85
|
+
.surveyQuestion-wrapper{
|
86
|
+
@apply grid gap-6;
|
87
|
+
}
|
88
|
+
|
89
|
+
.question-title {
|
90
|
+
font-size: 18px;
|
91
|
+
line-height: 21px;
|
92
|
+
color: #0b0c0c;
|
93
|
+
font-weight: 700;
|
94
|
+
}
|
95
|
+
|
96
|
+
.responses-container {
|
97
|
+
display: flex;
|
98
|
+
flex-direction: column;
|
99
|
+
align-items: flex-start;
|
100
|
+
padding: 8px 4px;
|
101
|
+
background-color: #FAFAFA;
|
102
|
+
border: 1px solid #D6D5D4;
|
103
|
+
box-sizing: border-box;
|
104
|
+
border-radius: 4px;
|
105
|
+
margin-top: 20px;
|
106
|
+
margin-bottom: 20px;
|
107
|
+
position: relative;
|
108
|
+
}
|
109
|
+
|
110
|
+
.responses-container-date {
|
111
|
+
display: flex;
|
112
|
+
flex-direction: column;
|
113
|
+
justify-content: center;
|
114
|
+
align-items: center;
|
115
|
+
padding: 8px 8px 0px 8px;
|
116
|
+
position: static;
|
117
|
+
left: 0px;
|
118
|
+
top: 41px;
|
119
|
+
background: #FAFAFA;
|
120
|
+
border: 1px solid #D6D5D4;
|
121
|
+
box-sizing: border-box;
|
122
|
+
border-radius: 4px;
|
123
|
+
margin-top: 20px;
|
124
|
+
margin-bottom: 20px;
|
125
|
+
}
|
126
|
+
|
127
|
+
.responses-container-line {
|
128
|
+
width: 100%;
|
129
|
+
margin-bottom: -12px;
|
130
|
+
}
|
131
|
+
|
132
|
+
.date-time{
|
133
|
+
margin-top: 10px;
|
134
|
+
margin-bottom: 10px;
|
135
|
+
}
|
136
|
+
|
137
|
+
.response-result {
|
138
|
+
flex: none;
|
139
|
+
order: 1;
|
140
|
+
flex-grow: 0;
|
141
|
+
margin: 0px 0px -20px;
|
142
|
+
display: inline-block;
|
143
|
+
}
|
144
|
+
|
145
|
+
.date-container {
|
146
|
+
display: flex;
|
147
|
+
flex-direction: column;
|
148
|
+
justify-content: center;
|
149
|
+
align-items: center;
|
150
|
+
padding: 16px 8px;
|
151
|
+
background: #FAFAFA;
|
152
|
+
border: 1px solid #D6D5D4;
|
153
|
+
box-sizing: border-box;
|
154
|
+
border-radius: 4px;
|
155
|
+
@apply gap-y-6;
|
156
|
+
}
|
157
|
+
|
158
|
+
.date-response {
|
159
|
+
display: flex;
|
160
|
+
flex-direction: row;
|
161
|
+
font-weight: bold;
|
162
|
+
@apply gap-10 ;
|
163
|
+
}
|
164
|
+
.divide {
|
165
|
+
--tw-divide-x-reverse: 0;
|
166
|
+
border-right-width: calc(2px * var(--tw-divide-x-reverse));
|
167
|
+
border-left-width: calc(2px * calc(1 - var(--tw-divide-x-reverse)));
|
168
|
+
}
|
169
|
+
|
170
|
+
.circle {
|
171
|
+
background-color:red;
|
172
|
+
height:40px;
|
173
|
+
border-radius:50%;
|
174
|
+
-moz-border-radius:50%;
|
175
|
+
-webkit-border-radius:50%;
|
176
|
+
width:40px;
|
177
|
+
}
|
178
|
+
|
179
|
+
.align-columns{
|
180
|
+
@apply grid gap-4;
|
181
|
+
}
|
182
|
+
|
183
|
+
|
184
|
+
@screen dt {
|
185
|
+
.surveydetailsform-wrapper {
|
186
|
+
.surveyformfield {
|
187
|
+
@apply items-center;
|
188
|
+
grid-template-columns: 1fr 2fr 1fr;
|
189
|
+
|
190
|
+
.radio-wrap {
|
191
|
+
@apply flex gap-20;
|
192
|
+
margin-bottom: 0;
|
193
|
+
}
|
194
|
+
.radio-wrap div {
|
195
|
+
@apply flex items-center;
|
196
|
+
}
|
197
|
+
|
198
|
+
.radio-btn {
|
199
|
+
@apply w-6 h-6;
|
200
|
+
}
|
201
|
+
|
202
|
+
.radio-btn-checkmark {
|
203
|
+
height: 1.5rem;
|
204
|
+
width: 1.5rem;
|
205
|
+
--border-opacity: 1;
|
206
|
+
border: 1px solid #464646;
|
207
|
+
border-color: rgba(70, 70, 70, var(--border-opacity));
|
208
|
+
border-radius: 9999px;
|
209
|
+
display: block;
|
210
|
+
}
|
211
|
+
|
212
|
+
.radio-wrap .radio-btn-wrap input:checked ~ .radio-btn-checkmark:after {
|
213
|
+
display: block;
|
214
|
+
--bg-opacity: 1;
|
215
|
+
background-color: #a82227;
|
216
|
+
height: 1rem;
|
217
|
+
width: 1rem;
|
218
|
+
border-radius: 9999px;
|
219
|
+
position: absolute;
|
220
|
+
top: 4px;
|
221
|
+
left: 4px;
|
222
|
+
}
|
223
|
+
}
|
224
|
+
}
|
225
|
+
|
226
|
+
.newSurveyForm_wrapper {
|
227
|
+
@apply grid p-md bg-grey-light border border-border rounded;
|
228
|
+
grid-template-columns: 33% 1fr;
|
229
|
+
|
230
|
+
.newSurveyForm_quesno {
|
231
|
+
@apply text-heading-m font-medium;
|
232
|
+
}
|
233
|
+
|
234
|
+
.newSurveyForm_mainsection {
|
235
|
+
}
|
236
|
+
.newSurveyForm_questions {
|
237
|
+
@apply flex gap-4;
|
238
|
+
|
239
|
+
.text-input {
|
240
|
+
@apply w-3/4;
|
241
|
+
}
|
242
|
+
.employee-select-wrap {
|
243
|
+
@apply flex-1;
|
244
|
+
}
|
245
|
+
}
|
246
|
+
.newSurveyForm_answer {
|
247
|
+
}
|
248
|
+
.newSurveyForm_actions {
|
249
|
+
@apply flex justify-end gap-2;
|
250
|
+
.checkbox-wrap {
|
251
|
+
@apply items-center;
|
252
|
+
margin-bottom: 0;
|
253
|
+
}
|
254
|
+
.checkbox-wrap .label {
|
255
|
+
margin-left: 40px;
|
256
|
+
}
|
257
|
+
}
|
258
|
+
.newSurveyForm_seprator {
|
259
|
+
@apply w-px h-6 border border-border;
|
260
|
+
}
|
261
|
+
}
|
262
|
+
|
263
|
+
.surveyformslist_wrapper {
|
264
|
+
@apply w-3/4 grid gap-6 py-md;
|
265
|
+
}
|
266
|
+
}
|
267
|
+
|
268
|
+
.unstyled-button {
|
269
|
+
border: none;
|
270
|
+
padding: 0;
|
271
|
+
background: none;
|
272
|
+
}
|
@@ -1,36 +1,36 @@
|
|
1
|
-
.tooltip {
|
2
|
-
position: relative;
|
3
|
-
display: inline-block;
|
4
|
-
}
|
5
|
-
|
6
|
-
.tooltip .tooltiptext {
|
7
|
-
visibility: hidden;
|
8
|
-
background-color: #555;
|
9
|
-
color: #fff;
|
10
|
-
text-align: left;
|
11
|
-
border-radius: 6px;
|
12
|
-
padding: 5px;
|
13
|
-
position: absolute;
|
14
|
-
z-index: 1;
|
15
|
-
bottom: 125%;
|
16
|
-
left: 50%;
|
17
|
-
margin-left: -60px;
|
18
|
-
opacity: 0;
|
19
|
-
transition: opacity 0.3s;
|
20
|
-
}
|
21
|
-
|
22
|
-
.tooltip .tooltiptext::after {
|
23
|
-
position: absolute;
|
24
|
-
top: 100%;
|
25
|
-
left: 50%;
|
26
|
-
margin-left: -5px;
|
27
|
-
border-width: 5px;
|
28
|
-
border-style: solid;
|
29
|
-
border-color: #555 transparent transparent transparent;
|
30
|
-
}
|
31
|
-
|
32
|
-
.tooltip:hover .tooltiptext {
|
33
|
-
visibility: visible;
|
34
|
-
opacity: 1;
|
35
|
-
cursor: pointer;
|
1
|
+
.tooltip {
|
2
|
+
position: relative;
|
3
|
+
display: inline-block;
|
4
|
+
}
|
5
|
+
|
6
|
+
.tooltip .tooltiptext {
|
7
|
+
visibility: hidden;
|
8
|
+
background-color: #555;
|
9
|
+
color: #fff;
|
10
|
+
text-align: left;
|
11
|
+
border-radius: 6px;
|
12
|
+
padding: 5px;
|
13
|
+
position: absolute;
|
14
|
+
z-index: 1;
|
15
|
+
bottom: 125%;
|
16
|
+
left: 50%;
|
17
|
+
margin-left: -60px;
|
18
|
+
opacity: 0;
|
19
|
+
transition: opacity 0.3s;
|
20
|
+
}
|
21
|
+
|
22
|
+
.tooltip .tooltiptext::after {
|
23
|
+
position: absolute;
|
24
|
+
top: 100%;
|
25
|
+
left: 50%;
|
26
|
+
margin-left: -5px;
|
27
|
+
border-width: 5px;
|
28
|
+
border-style: solid;
|
29
|
+
border-color: #555 transparent transparent transparent;
|
30
|
+
}
|
31
|
+
|
32
|
+
.tooltip:hover .tooltiptext {
|
33
|
+
visibility: visible;
|
34
|
+
opacity: 1;
|
35
|
+
cursor: pointer;
|
36
36
|
}
|
@@ -1,13 +1,13 @@
|
|
1
|
-
.updateNumberEmployee{
|
2
|
-
width: 100%;
|
3
|
-
.employee-data-table .row h2{
|
4
|
-
font-weight:500;
|
5
|
-
width: 100%;
|
6
|
-
}
|
7
|
-
.submit-bar {
|
8
|
-
position: relative;
|
9
|
-
}
|
10
|
-
.search-form-wrapper {
|
11
|
-
justify-content: initial;
|
12
|
-
}
|
1
|
+
.updateNumberEmployee{
|
2
|
+
width: 100%;
|
3
|
+
.employee-data-table .row h2{
|
4
|
+
font-weight:500;
|
5
|
+
width: 100%;
|
6
|
+
}
|
7
|
+
.submit-bar {
|
8
|
+
position: relative;
|
9
|
+
}
|
10
|
+
.search-form-wrapper {
|
11
|
+
justify-content: initial;
|
12
|
+
}
|
13
13
|
}
|
package/svg/camera.svg
CHANGED
@@ -1,4 +1,4 @@
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" enableBackground="new 0 0 24 24" viewBox="0 0 24 24" fill="black" width="46px" height="42px">
|
2
|
-
<rect fill="none" height="24" width="24"/>
|
3
|
-
<path d="M3,4V1h2v3h3v2H5v3H3V6H0V4H3z M6,10V7h3V4h7l1.83,2H21c1.1,0,2,0.9,2,2v12c0,1.1-0.9,2-2,2H5c-1.1,0-2-0.9-2-2V10H6z M13,19c2.76,0,5-2.24,5-5s-2.24-5-5-5s-5,2.24-5,5S10.24,19,13,19z M9.8,14c0,1.77,1.43,3.2,3.2,3.2s3.2-1.43,3.2-3.2 s-1.43-3.2-3.2-3.2S9.8,12.23,9.8,14z"/>
|
4
|
-
</svg>
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" enableBackground="new 0 0 24 24" viewBox="0 0 24 24" fill="black" width="46px" height="42px">
|
2
|
+
<rect fill="none" height="24" width="24"/>
|
3
|
+
<path d="M3,4V1h2v3h3v2H5v3H3V6H0V4H3z M6,10V7h3V4h7l1.83,2H21c1.1,0,2,0.9,2,2v12c0,1.1-0.9,2-2,2H5c-1.1,0-2-0.9-2-2V10H6z M13,19c2.76,0,5-2.24,5-5s-2.24-5-5-5s-5,2.24-5,5S10.24,19,13,19z M9.8,14c0,1.77,1.43,3.2,3.2,3.2s3.2-1.43,3.2-3.2 s-1.43-3.2-3.2-3.2S9.8,12.23,9.8,14z"/>
|
4
|
+
</svg>
|
package/svg/check.svg
CHANGED
@@ -1,4 +1,4 @@
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="#
|
2
|
-
<path d="M0 0h24v24H0z" fill="none"/>
|
3
|
-
<path d="M9 16.2L4.8 12l-1.4 1.4L9 19 21 7l-1.4-1.4L9 16.2z"/>
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="#a82227" >
|
2
|
+
<path d="M0 0h24v24H0z" fill="none"/>
|
3
|
+
<path d="M9 16.2L4.8 12l-1.4 1.4L9 19 21 7l-1.4-1.4L9 16.2z"/>
|
4
4
|
</svg>
|
package/svg/close.svg
CHANGED
@@ -1,4 +1,4 @@
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="white" width="18px" height="18px">
|
2
|
-
<path d="M0 0h24v24H0V0z" fill="#d4351c"/>
|
3
|
-
<path d="M18.3 5.71c-.39-.39-1.02-.39-1.41 0L12 10.59 7.11 5.7c-.39-.39-1.02-.39-1.41 0-.39.39-.39 1.02 0 1.41L10.59 12 5.7 16.89c-.39.39-.39 1.02 0 1.41.39.39 1.02.39 1.41 0L12 13.41l4.89 4.89c.39.39 1.02.39 1.41 0 .39-.39.39-1.02 0-1.41L13.41 12l4.89-4.89c.38-.38.38-1.02 0-1.4z"/>
|
4
|
-
</svg>
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="white" width="18px" height="18px">
|
2
|
+
<path d="M0 0h24v24H0V0z" fill="#d4351c"/>
|
3
|
+
<path d="M18.3 5.71c-.39-.39-1.02-.39-1.41 0L12 10.59 7.11 5.7c-.39-.39-1.02-.39-1.41 0-.39.39-.39 1.02 0 1.41L10.59 12 5.7 16.89c-.39.39-.39 1.02 0 1.41.39.39 1.02.39 1.41 0L12 13.41l4.89 4.89c.39.39 1.02.39 1.41 0 .39-.39.39-1.02 0-1.41L13.41 12l4.89-4.89c.38-.38.38-1.02 0-1.4z"/>
|
4
|
+
</svg>
|
package/svg/error.svg
CHANGED
@@ -1,4 +1,4 @@
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="white" >
|
2
|
-
<path d="M0 0h24v24H0z" fill="none"/>
|
3
|
-
<path d="M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm1 15h-2v-2h2v2zm0-4h-2V7h2v6z"/>
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="white" >
|
2
|
+
<path d="M0 0h24v24H0z" fill="none"/>
|
3
|
+
<path d="M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm1 15h-2v-2h2v2zm0-4h-2V7h2v6z"/>
|
4
4
|
</svg>
|