@egovernments/digit-ui-components-css 0.0.1-pucar.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +55 -0
- package/README.md +81 -0
- package/dist/index.css +17004 -0
- package/dist/index.min.css +6 -0
- package/img/browser-icon.png +0 -0
- package/img/m_seva_white_logo.png +0 -0
- package/img/mseva-demo.png +0 -0
- package/package.json +67 -0
- package/src/components/CardBasedOptions.scss +46 -0
- package/src/components/CitizenHomeCard.scss +56 -0
- package/src/components/EllipsisMenu.scss +17 -0
- package/src/components/EventCalendarView.scss +10 -0
- package/src/components/FAQ.scss +64 -0
- package/src/components/OnGroundEventCard.scss +72 -0
- package/src/components/PageBasedInput.scss +29 -0
- package/src/components/PopupHeadingLabel.scss +15 -0
- package/src/components/PropertySearchForm.scss +58 -0
- package/src/components/SearchForm.scss +56 -0
- package/src/components/SearchOnRadioButton.scss +10 -0
- package/src/components/StandaloneSearchBar.scss +10 -0
- package/src/components/TimeLine.scss +68 -0
- package/src/components/WhatsNewCard.scss +13 -0
- package/src/components/actionLink.scss +3 -0
- package/src/components/actionbar.scss +97 -0
- package/src/components/bannercomponents.scss +136 -0
- package/src/components/body.scss +144 -0
- package/src/components/buttons.scss +101 -0
- package/src/components/card.scss +391 -0
- package/src/components/cardHeaderWithOptions.scss +14 -0
- package/src/components/changeLanguage.scss +3 -0
- package/src/components/charts.scss +186 -0
- package/src/components/checkbox.scss +53 -0
- package/src/components/checkpoint.scss +63 -0
- package/src/components/citizenInfoLabel.scss +14 -0
- package/src/components/custombtn.scss +11 -0
- package/src/components/datatable.scss +134 -0
- package/src/components/datewrap.scss +21 -0
- package/src/components/detailscard.scss +6 -0
- package/src/components/detailscontainer.scss +13 -0
- package/src/components/filters.scss +98 -0
- package/src/components/grey.scss +3 -0
- package/src/components/hoc/InboxComposer.scss +115 -0
- package/src/components/hoc/index.scss +1 -0
- package/src/components/howItWorks.scss +71 -0
- package/src/components/imageviewer.scss +33 -0
- package/src/components/inboxv2/InboxLinks.scss +59 -0
- package/src/components/inboxv2/horizontalNav.scss +224 -0
- package/src/components/inboxv2/inboxSearch.scss +116 -0
- package/src/components/inboxv2/inboxSearchComposer.scss +134 -0
- package/src/components/inboxv2/index.scss +5 -0
- package/src/components/inboxv2/searchComponentTable.scss +44 -0
- package/src/components/info-banner.scss +35 -0
- package/src/components/inputotp.scss +15 -0
- package/src/components/keynote.scss +27 -0
- package/src/components/languageSelector.scss +24 -0
- package/src/components/loader.scss +96 -0
- package/src/components/map.scss +30 -0
- package/src/components/menu.scss +0 -0
- package/src/components/metricsTable.scss +28 -0
- package/src/components/multiLink.scss +88 -0
- package/src/components/multiSelectDropdown.scss +77 -0
- package/src/components/navbar.scss +312 -0
- package/src/components/plusMinus.scss +15 -0
- package/src/components/popup.scss +16 -0
- package/src/components/radiobtn.scss +45 -0
- package/src/components/ratingstar.scss +33 -0
- package/src/components/roundedLabel.scss +10 -0
- package/src/components/searchAction.scss +20 -0
- package/src/components/sectionalDropdown.scss +43 -0
- package/src/components/selectdropdown.scss +174 -0
- package/src/components/sidebar.scss +141 -0
- package/src/components/staticDynamicMessages.scss +107 -0
- package/src/components/staticSideBar.scss +27 -0
- package/src/components/statushighlight.scss +17 -0
- package/src/components/submiterrors.scss +11 -0
- package/src/components/summary.scss +29 -0
- package/src/components/table.scss +201 -0
- package/src/components/tag.scss +27 -0
- package/src/components/telephone.scss +17 -0
- package/src/components/textfields.scss +96 -0
- package/src/components/toast.scss +31 -0
- package/src/components/toggleSwitch.scss +41 -0
- package/src/components/topbar.scss +153 -0
- package/src/components/uploadcomponents.scss +100 -0
- package/src/digitv2/components/CitizenHomeCardV2.scss +56 -0
- package/src/digitv2/components/ErrorMessage.scss +19 -0
- package/src/digitv2/components/FormComposerV2.scss +118 -0
- package/src/digitv2/components/PageBasedInputV2.scss +33 -0
- package/src/digitv2/components/WhatsNewCardV2.scss +13 -0
- package/src/digitv2/components/actionLinkV2.scss +9 -0
- package/src/digitv2/components/actionbarV2.scss +110 -0
- package/src/digitv2/components/appContainerV2.scss +49 -0
- package/src/digitv2/components/backButtonV2.scss +26 -0
- package/src/digitv2/components/bannerV2.scss +120 -0
- package/src/digitv2/components/bodyContainerV2.scss +39 -0
- package/src/digitv2/components/breadCrumbV2.scss +34 -0
- package/src/digitv2/components/breakLineV2.scss +6 -0
- package/src/digitv2/components/buttonsV2.scss +407 -0
- package/src/digitv2/components/cardBasedOptionsV2.scss +46 -0
- package/src/digitv2/components/cardLabelV2.scss +8 -0
- package/src/digitv2/components/cardV2.scss +383 -0
- package/src/digitv2/components/checkboxV2.scss +80 -0
- package/src/digitv2/components/checkpointV2.scss +71 -0
- package/src/digitv2/components/collapseAndExpandGroups.scss +60 -0
- package/src/digitv2/components/dateWrapV2.scss +17 -0
- package/src/digitv2/components/detailsCardV2.scss +17 -0
- package/src/digitv2/components/displayPhotosV2.scss +33 -0
- package/src/digitv2/components/fieldV1.scss +97 -0
- package/src/digitv2/components/footerV2.scss +55 -0
- package/src/digitv2/components/headerBarV2.scss +34 -0
- package/src/digitv2/components/headerV2.scss +12 -0
- package/src/digitv2/components/infoCardV2.scss +143 -0
- package/src/digitv2/components/infobuttons.scss +76 -0
- package/src/digitv2/components/keynoteV2.scss +35 -0
- package/src/digitv2/components/labelFieldPairV2.scss +58 -0
- package/src/digitv2/components/loaderV2.scss +85 -0
- package/src/digitv2/components/mobileNumberV2.scss +65 -0
- package/src/digitv2/components/modalV2.scss +46 -0
- package/src/digitv2/components/multiSelectDropdownV2.scss +316 -0
- package/src/digitv2/components/multiUploadWrapperV2.scss +6 -0
- package/src/digitv2/components/navbarV2.scss +9 -0
- package/src/digitv2/components/noresultsfoundV2.scss +11 -0
- package/src/digitv2/components/numeric.scss +47 -0
- package/src/digitv2/components/otpInputV2.scss +15 -0
- package/src/digitv2/components/panelcard.scss +161 -0
- package/src/digitv2/components/panels.scss +115 -0
- package/src/digitv2/components/paragraphV2.scss +5 -0
- package/src/digitv2/components/popUpV2.scss +309 -0
- package/src/digitv2/components/radiobtnV2.scss +114 -0
- package/src/digitv2/components/ratingV2.scss +33 -0
- package/src/digitv2/components/searchActionV2.scss +11 -0
- package/src/digitv2/components/searchFormV2.scss +76 -0
- package/src/digitv2/components/searchcomponent.scss +7 -0
- package/src/digitv2/components/selectdropdownV2.scss +361 -0
- package/src/digitv2/components/sidebarV2.scss +11 -0
- package/src/digitv2/components/stepper.scss +127 -0
- package/src/digitv2/components/tagV2.scss +121 -0
- package/src/digitv2/components/telephoneV2.scss +18 -0
- package/src/digitv2/components/textInputV2.scss +463 -0
- package/src/digitv2/components/textareaV2.scss +100 -0
- package/src/digitv2/components/textblock.scss +47 -0
- package/src/digitv2/components/timeline.scss +127 -0
- package/src/digitv2/components/toastV2.scss +81 -0
- package/src/digitv2/components/toggle.scss +73 -0
- package/src/digitv2/components/toggleswitchV2.scss +42 -0
- package/src/digitv2/components/topbarV2.scss +187 -0
- package/src/digitv2/components/treeSelectV2.scss +133 -0
- package/src/digitv2/components/uploadFileV2.scss +146 -0
- package/src/digitv2/components/uploader.scss +469 -0
- package/src/digitv2/index.scss +198 -0
- package/src/digitv2/pages/employee/index.scss +1 -0
- package/src/digitv2/pages/employee/workbench.scss +615 -0
- package/src/digitv2/typography.scss +658 -0
- package/src/index.scss +774 -0
- package/src/pages/citizen/CitizenEngagementNotificationWrapper.scss +8 -0
- package/src/pages/citizen/DocumentList.scss +305 -0
- package/src/pages/citizen/Events.scss +47 -0
- package/src/pages/citizen/HomePageWrapper.scss +158 -0
- package/src/pages/citizen/SurveyList.scss +22 -0
- package/src/pages/citizen/citizenDocument.scss +22 -0
- package/src/pages/citizen/container.scss +19 -0
- package/src/pages/citizen/payment/payment-type.scss +3 -0
- package/src/pages/citizen/updatePropertyNumber.scss +46 -0
- package/src/pages/employee/EmployeeLogin.scss +7 -0
- package/src/pages/employee/cardfix.scss +13 -0
- package/src/pages/employee/container.scss +72 -0
- package/src/pages/employee/dss.scss +266 -0
- package/src/pages/employee/form-fields.scss +13 -0
- package/src/pages/employee/iframe.scss +66 -0
- package/src/pages/employee/inbox.scss +585 -0
- package/src/pages/employee/index.scss +626 -0
- package/src/pages/employee/login.scss +221 -0
- package/src/pages/employee/oldMobileInbox.scss +5 -0
- package/src/pages/employee/popupmodule.scss +34 -0
- package/src/pages/employee/response.scss +3 -0
- package/src/pages/employee/scroll-table.scss +119 -0
- package/src/pages/employee/surveys.scss +273 -0
- package/src/pages/employee/tooltip.scss +36 -0
- package/src/pages/employee/updateNumber.scss +13 -0
- package/svg/arrowdown.svg +1 -0
- package/svg/arrowleft.svg +1 -0
- package/svg/calendar.svg +1 -0
- package/svg/camera.svg +4 -0
- package/svg/check.svg +4 -0
- package/svg/close.svg +4 -0
- package/svg/error.svg +4 -0
- package/svg/error2.svg +5 -0
- package/svg/searchicon.svg +4 -0
- package/svg/starempty.svg +4 -0
- package/svg/starfilled.svg +5 -0
- package/svg/success.svg +4 -0
|
@@ -0,0 +1,585 @@
|
|
|
1
|
+
.complaint-links-container {
|
|
2
|
+
@apply bg-white;
|
|
3
|
+
border-radius: 4px;
|
|
4
|
+
.header {
|
|
5
|
+
@apply flex items-center border-b border-border justify-between;
|
|
6
|
+
|
|
7
|
+
.logo {
|
|
8
|
+
width: 56px;
|
|
9
|
+
height: 56px;
|
|
10
|
+
@apply bg-focus;
|
|
11
|
+
padding: 12px;
|
|
12
|
+
border-radius: 4px;
|
|
13
|
+
svg {
|
|
14
|
+
@apply w-8 h-8;
|
|
15
|
+
}
|
|
16
|
+
}
|
|
17
|
+
|
|
18
|
+
.text {
|
|
19
|
+
@apply pl-md text-heading-m font-bold;
|
|
20
|
+
}
|
|
21
|
+
}
|
|
22
|
+
|
|
23
|
+
.body {
|
|
24
|
+
padding: 10px;
|
|
25
|
+
@apply flex items-start flex-col;
|
|
26
|
+
margin-left: 46px;
|
|
27
|
+
|
|
28
|
+
.link {
|
|
29
|
+
@apply p-sm text-primary-main items-center;
|
|
30
|
+
display: flex !important;
|
|
31
|
+
a{
|
|
32
|
+
color: inherit;
|
|
33
|
+
text-decoration: inherit
|
|
34
|
+
}
|
|
35
|
+
}
|
|
36
|
+
|
|
37
|
+
.inbox-total {
|
|
38
|
+
padding: 4px;
|
|
39
|
+
display: table;
|
|
40
|
+
@apply whitespace-normal text-center text-white w-8 h-8 bg-primary-main rounded-full ml-xs;
|
|
41
|
+
}
|
|
42
|
+
}
|
|
43
|
+
|
|
44
|
+
.links-wrapper {
|
|
45
|
+
@apply pl-md py-sm text-text-btn;
|
|
46
|
+
.link {
|
|
47
|
+
padding: 0 !important;
|
|
48
|
+
padding-bottom: 4px !important;
|
|
49
|
+
svg {
|
|
50
|
+
@apply ml-sm;
|
|
51
|
+
}
|
|
52
|
+
}
|
|
53
|
+
}
|
|
54
|
+
}
|
|
55
|
+
|
|
56
|
+
.MobilePopupHeadingWrapper {
|
|
57
|
+
@apply flex place-content-between mb-md;
|
|
58
|
+
h2 {
|
|
59
|
+
@apply text-heading-l font-bold;
|
|
60
|
+
}
|
|
61
|
+
}
|
|
62
|
+
|
|
63
|
+
.filter-button {
|
|
64
|
+
@apply text-primary-main;
|
|
65
|
+
&:hover {
|
|
66
|
+
@apply text-primary-dark cursor-pointer;
|
|
67
|
+
}
|
|
68
|
+
}
|
|
69
|
+
|
|
70
|
+
.employeeCard-info-box {
|
|
71
|
+
@apply flex justify-end ml-md;
|
|
72
|
+
background-color: theme(colors.grey.light);
|
|
73
|
+
div {
|
|
74
|
+
margin-right: 32px;
|
|
75
|
+
span:nth-child(2) {
|
|
76
|
+
@apply font-bold;
|
|
77
|
+
color: #4f5a5f;
|
|
78
|
+
}
|
|
79
|
+
}
|
|
80
|
+
.employeeCard-info-data {
|
|
81
|
+
display: flex;
|
|
82
|
+
flex-direction: column;
|
|
83
|
+
}
|
|
84
|
+
}
|
|
85
|
+
|
|
86
|
+
.filter-form {
|
|
87
|
+
.filter-card {
|
|
88
|
+
@apply bg-white min-h-full;
|
|
89
|
+
padding: 10px;
|
|
90
|
+
|
|
91
|
+
.heading {
|
|
92
|
+
justify-content: unset;
|
|
93
|
+
@apply flex;
|
|
94
|
+
|
|
95
|
+
.clearAll {
|
|
96
|
+
display: none;
|
|
97
|
+
}
|
|
98
|
+
}
|
|
99
|
+
|
|
100
|
+
.filter-label {
|
|
101
|
+
@apply font-bold text-heading-l flex gap-3;
|
|
102
|
+
padding-bottom: 6px;
|
|
103
|
+
svg {
|
|
104
|
+
fill: theme(colors.text.primary);
|
|
105
|
+
}
|
|
106
|
+
}
|
|
107
|
+
.sub-filter-label {
|
|
108
|
+
font-weight: 400;
|
|
109
|
+
font-size: 16px;
|
|
110
|
+
}
|
|
111
|
+
}
|
|
112
|
+
.filter-form-field {
|
|
113
|
+
p {
|
|
114
|
+
@apply text-form-field text-text-primary block mb-md;
|
|
115
|
+
}
|
|
116
|
+
}
|
|
117
|
+
}
|
|
118
|
+
|
|
119
|
+
.inbox-container {
|
|
120
|
+
.filters-container {
|
|
121
|
+
.filter {
|
|
122
|
+
.filter-card {
|
|
123
|
+
@apply bg-white;
|
|
124
|
+
padding: 10px;
|
|
125
|
+
.filter-card-close-button {
|
|
126
|
+
@apply flex flex-row-reverse;
|
|
127
|
+
}
|
|
128
|
+
.heading {
|
|
129
|
+
@apply flex justify-between;
|
|
130
|
+
|
|
131
|
+
.clearAll {
|
|
132
|
+
display: none;
|
|
133
|
+
}
|
|
134
|
+
}
|
|
135
|
+
|
|
136
|
+
.filter-label {
|
|
137
|
+
@apply text-heading-m block flex gap-3 items-center;
|
|
138
|
+
padding-bottom: 6px;
|
|
139
|
+
svg {
|
|
140
|
+
fill: theme(colors.text.primary);
|
|
141
|
+
}
|
|
142
|
+
}
|
|
143
|
+
|
|
144
|
+
.sub-filter-label {
|
|
145
|
+
font-weight: 400;
|
|
146
|
+
font-size: 16px;
|
|
147
|
+
}
|
|
148
|
+
}
|
|
149
|
+
}
|
|
150
|
+
|
|
151
|
+
.search-complaint-container {
|
|
152
|
+
@apply items-center bg-white p-md;
|
|
153
|
+
|
|
154
|
+
.complaint-input-container {
|
|
155
|
+
@apply w-full;
|
|
156
|
+
.complaint-input {
|
|
157
|
+
@apply flex flex-col;
|
|
158
|
+
|
|
159
|
+
.clear-search {
|
|
160
|
+
@apply text-focus;
|
|
161
|
+
display: none;
|
|
162
|
+
&:hover {
|
|
163
|
+
color: theme(colors.link.hover);
|
|
164
|
+
cursor: pointer;
|
|
165
|
+
}
|
|
166
|
+
}
|
|
167
|
+
}
|
|
168
|
+
|
|
169
|
+
.mobile-input {
|
|
170
|
+
}
|
|
171
|
+
}
|
|
172
|
+
}
|
|
173
|
+
}
|
|
174
|
+
|
|
175
|
+
.status-container {
|
|
176
|
+
margin-bottom: 50px;
|
|
177
|
+
}
|
|
178
|
+
}
|
|
179
|
+
|
|
180
|
+
.clear-search,
|
|
181
|
+
.clear-search .link-label {
|
|
182
|
+
@apply text-focus;
|
|
183
|
+
@apply block;
|
|
184
|
+
cursor: pointer;
|
|
185
|
+
&:hover {
|
|
186
|
+
color: #000;
|
|
187
|
+
}
|
|
188
|
+
}
|
|
189
|
+
.button-clear {
|
|
190
|
+
@apply text-focus text-body-s-dt;
|
|
191
|
+
}
|
|
192
|
+
|
|
193
|
+
.inbox-count {
|
|
194
|
+
@apply inline ml-sm p-sm bg-primary-main rounded-full text-white text-heading-s align-middle text-center font-regular;
|
|
195
|
+
}
|
|
196
|
+
|
|
197
|
+
@screen dt {
|
|
198
|
+
.complaint-links-container {
|
|
199
|
+
@apply bg-white;
|
|
200
|
+
|
|
201
|
+
.header {
|
|
202
|
+
@apply flex items-center border-b border-border;
|
|
203
|
+
|
|
204
|
+
.logo {
|
|
205
|
+
@apply bg-focus;
|
|
206
|
+
padding: 12px;
|
|
207
|
+
border-radius: 4px;
|
|
208
|
+
}
|
|
209
|
+
|
|
210
|
+
.text {
|
|
211
|
+
@apply pl-md text-heading-m-dt font-bold;
|
|
212
|
+
}
|
|
213
|
+
}
|
|
214
|
+
|
|
215
|
+
.body {
|
|
216
|
+
padding: 10px;
|
|
217
|
+
@apply flex items-start flex-col;
|
|
218
|
+
margin-left: 46px;
|
|
219
|
+
|
|
220
|
+
.link {
|
|
221
|
+
@apply p-sm text-primary-main;
|
|
222
|
+
}
|
|
223
|
+
}
|
|
224
|
+
}
|
|
225
|
+
|
|
226
|
+
.inboxLinks {
|
|
227
|
+
margin: 0 !important;
|
|
228
|
+
padding: 0 !important;
|
|
229
|
+
.header {
|
|
230
|
+
border: none;
|
|
231
|
+
@apply justify-start;
|
|
232
|
+
.logo {
|
|
233
|
+
@apply bg-white;
|
|
234
|
+
svg {
|
|
235
|
+
path {
|
|
236
|
+
fill: theme(colors.primary.main);
|
|
237
|
+
}
|
|
238
|
+
}
|
|
239
|
+
}
|
|
240
|
+
}
|
|
241
|
+
.body {
|
|
242
|
+
margin-left: 0;
|
|
243
|
+
}
|
|
244
|
+
}
|
|
245
|
+
|
|
246
|
+
.filter-form {
|
|
247
|
+
.filter-card {
|
|
248
|
+
@apply p-md bg-white;
|
|
249
|
+
|
|
250
|
+
.heading {
|
|
251
|
+
@apply flex justify-between;
|
|
252
|
+
}
|
|
253
|
+
|
|
254
|
+
.label {
|
|
255
|
+
@apply text-heading-s;
|
|
256
|
+
}
|
|
257
|
+
}
|
|
258
|
+
}
|
|
259
|
+
|
|
260
|
+
.inbox-container {
|
|
261
|
+
@apply flex;
|
|
262
|
+
|
|
263
|
+
.filters-container {
|
|
264
|
+
width: 270px;
|
|
265
|
+
|
|
266
|
+
.filter {
|
|
267
|
+
@apply mt-md;
|
|
268
|
+
|
|
269
|
+
.filter-card {
|
|
270
|
+
@apply p-md bg-white;
|
|
271
|
+
|
|
272
|
+
.heading {
|
|
273
|
+
@apply flex justify-between;
|
|
274
|
+
}
|
|
275
|
+
|
|
276
|
+
.label {
|
|
277
|
+
@apply text-heading-s;
|
|
278
|
+
}
|
|
279
|
+
}
|
|
280
|
+
}
|
|
281
|
+
.citizen-filter {
|
|
282
|
+
margin-top: unset;
|
|
283
|
+
}
|
|
284
|
+
}
|
|
285
|
+
|
|
286
|
+
.search-container {
|
|
287
|
+
width: 874px;
|
|
288
|
+
|
|
289
|
+
.search-complaint-container {
|
|
290
|
+
margin: auto;
|
|
291
|
+
@apply flex flex-col items-start mb-md bg-white p-md;
|
|
292
|
+
|
|
293
|
+
.complaint-header {
|
|
294
|
+
display: flex;
|
|
295
|
+
@apply flex justify-between w-full;
|
|
296
|
+
margin-bottom: 20px;
|
|
297
|
+
}
|
|
298
|
+
|
|
299
|
+
.complaint-input-container {
|
|
300
|
+
/* display: inline-block !important; */
|
|
301
|
+
display: grid;
|
|
302
|
+
grid-template-columns: 33.33% 33.33% 33.33%;
|
|
303
|
+
|
|
304
|
+
&.for-pt {
|
|
305
|
+
&.for-search {
|
|
306
|
+
grid-template-columns: 25% 25% 25% 25%;
|
|
307
|
+
|
|
308
|
+
.input-fields:nth-child(3n) {
|
|
309
|
+
@apply mr-md !important;
|
|
310
|
+
}
|
|
311
|
+
|
|
312
|
+
.input-fields:nth-child(4n) {
|
|
313
|
+
margin-right: 0 !important;
|
|
314
|
+
}
|
|
315
|
+
|
|
316
|
+
.search-submit-wrapper {
|
|
317
|
+
grid-column: 4/5;
|
|
318
|
+
/* margin-top: 56px;*/
|
|
319
|
+
max-width: unset;
|
|
320
|
+
margin-left: unset;
|
|
321
|
+
}
|
|
322
|
+
}
|
|
323
|
+
}
|
|
324
|
+
|
|
325
|
+
.search-submit-wrapper {
|
|
326
|
+
grid-column: 3/4;
|
|
327
|
+
margin-left: 50%;
|
|
328
|
+
max-width: 50%;
|
|
329
|
+
grid-column: 3/4;
|
|
330
|
+
@apply flex flex-col justify-center text-center;
|
|
331
|
+
|
|
332
|
+
.submit-bar-search {
|
|
333
|
+
margin-top: unset;
|
|
334
|
+
width: 100%;
|
|
335
|
+
margin-bottom: 20px;
|
|
336
|
+
margin-left: unset;
|
|
337
|
+
max-width: 100%;
|
|
338
|
+
width: 100%;
|
|
339
|
+
}
|
|
340
|
+
}
|
|
341
|
+
|
|
342
|
+
.input-fields {
|
|
343
|
+
/*width: calc(50% - 16px);*/
|
|
344
|
+
|
|
345
|
+
@apply inline-block mr-md !important;
|
|
346
|
+
|
|
347
|
+
.inbox-search-form-error {
|
|
348
|
+
padding-top: 0;
|
|
349
|
+
margin-top: 0;
|
|
350
|
+
@apply absolute;
|
|
351
|
+
}
|
|
352
|
+
}
|
|
353
|
+
|
|
354
|
+
.input-fields:nth-child(3n) {
|
|
355
|
+
margin-right: 0 !important;
|
|
356
|
+
}
|
|
357
|
+
|
|
358
|
+
.complaint-input {
|
|
359
|
+
@apply flex flex-col;
|
|
360
|
+
|
|
361
|
+
.clear-search {
|
|
362
|
+
@apply text-focus;
|
|
363
|
+
@apply block;
|
|
364
|
+
cursor: pointer;
|
|
365
|
+
&:hover {
|
|
366
|
+
color: theme(colors.link.hover);
|
|
367
|
+
cursor: pointer;
|
|
368
|
+
}
|
|
369
|
+
}
|
|
370
|
+
}
|
|
371
|
+
|
|
372
|
+
.mobile-input {
|
|
373
|
+
@apply ml-sm;
|
|
374
|
+
}
|
|
375
|
+
}
|
|
376
|
+
|
|
377
|
+
.search-action-wrapper {
|
|
378
|
+
width: 33%;
|
|
379
|
+
margin-top: 28px;
|
|
380
|
+
@apply inline-block align-middle text-center;
|
|
381
|
+
button {
|
|
382
|
+
margin: 0;
|
|
383
|
+
width: 100%;
|
|
384
|
+
max-width: 300px !important;
|
|
385
|
+
}
|
|
386
|
+
}
|
|
387
|
+
}
|
|
388
|
+
|
|
389
|
+
.search-complaint-container-for-search {
|
|
390
|
+
}
|
|
391
|
+
}
|
|
392
|
+
}
|
|
393
|
+
}
|
|
394
|
+
|
|
395
|
+
.document-clear-all {
|
|
396
|
+
grid-area: 2/2;
|
|
397
|
+
display: flex;
|
|
398
|
+
justify-content: flex-end;
|
|
399
|
+
padding-right: 16px;
|
|
400
|
+
align-items: center;
|
|
401
|
+
}
|
|
402
|
+
|
|
403
|
+
.cell-text {
|
|
404
|
+
color: theme(colors.text.secondary);
|
|
405
|
+
}
|
|
406
|
+
|
|
407
|
+
.sla-cell-error {
|
|
408
|
+
color: theme(colors.error);
|
|
409
|
+
background-color: rgba(212, 53, 28, 0.12);
|
|
410
|
+
padding: 0 24px;
|
|
411
|
+
border-radius: 11px;
|
|
412
|
+
}
|
|
413
|
+
|
|
414
|
+
.sla-cell-success {
|
|
415
|
+
color: theme(colors.success);
|
|
416
|
+
background-color: rgba(0, 112, 60, 0.12);
|
|
417
|
+
padding: 0 24px;
|
|
418
|
+
border-radius: 11px;
|
|
419
|
+
}
|
|
420
|
+
|
|
421
|
+
.complain-no-cell-text {
|
|
422
|
+
margin-top: "4px";
|
|
423
|
+
color: "theme(colors.text.secondary)";
|
|
424
|
+
}
|
|
425
|
+
|
|
426
|
+
.search-error-label {
|
|
427
|
+
@apply font-bold text-legend text-error mb-sm !important;
|
|
428
|
+
}
|
|
429
|
+
|
|
430
|
+
.inbox-action-container {
|
|
431
|
+
display: flex;
|
|
432
|
+
justify-content: flex-end;
|
|
433
|
+
align-items: flex-start;
|
|
434
|
+
}
|
|
435
|
+
.complaint-links-container .header .removeHeight {
|
|
436
|
+
line-height: 28px;
|
|
437
|
+
}
|
|
438
|
+
|
|
439
|
+
@screen dt {
|
|
440
|
+
.complaint-links-container .header .removeBorderRadiusLogo {
|
|
441
|
+
border-radius: 2px !important;
|
|
442
|
+
}
|
|
443
|
+
}
|
|
444
|
+
@screen dt {
|
|
445
|
+
.customEmployeeCard {
|
|
446
|
+
width: 263px !important;
|
|
447
|
+
height: 263px !important;
|
|
448
|
+
}
|
|
449
|
+
}
|
|
450
|
+
.employeeTotalLink {
|
|
451
|
+
color: theme(colors.text.secondary);
|
|
452
|
+
font-size: 16px;
|
|
453
|
+
text-decoration: none;
|
|
454
|
+
}
|
|
455
|
+
|
|
456
|
+
@screen dt {
|
|
457
|
+
.groupBill-custom {
|
|
458
|
+
.custom-group-merge-container {
|
|
459
|
+
display: flex !important;
|
|
460
|
+
justify-content: space-between !important;
|
|
461
|
+
.header {
|
|
462
|
+
display: flex;
|
|
463
|
+
align-items: baseline;
|
|
464
|
+
.logo {
|
|
465
|
+
margin-right: 1rem;
|
|
466
|
+
svg {
|
|
467
|
+
path {
|
|
468
|
+
fill: theme(colors.primary.main);
|
|
469
|
+
}
|
|
470
|
+
}
|
|
471
|
+
}
|
|
472
|
+
.h1 {
|
|
473
|
+
font-size: 24px;
|
|
474
|
+
line-height: 28px;
|
|
475
|
+
font-weight: 400;
|
|
476
|
+
color: theme(colors.primary.main);
|
|
477
|
+
}
|
|
478
|
+
}
|
|
479
|
+
}
|
|
480
|
+
.inbox-container {
|
|
481
|
+
.search-container {
|
|
482
|
+
.search-complaint-container {
|
|
483
|
+
display: flex;
|
|
484
|
+
flex-direction: row;
|
|
485
|
+
}
|
|
486
|
+
.group-complaint-input-container {
|
|
487
|
+
width: 33% !important;
|
|
488
|
+
display: flex;
|
|
489
|
+
flex-direction: column;
|
|
490
|
+
}
|
|
491
|
+
}
|
|
492
|
+
}
|
|
493
|
+
.inbox-action-container {
|
|
494
|
+
display: flex;
|
|
495
|
+
flex-direction: row-reverse;
|
|
496
|
+
.clear-search {
|
|
497
|
+
margin-top: 65px;
|
|
498
|
+
margin-left: 16px;
|
|
499
|
+
padding-top: unset !important;
|
|
500
|
+
}
|
|
501
|
+
.submit-bar-search {
|
|
502
|
+
margin-top: 55px !important;
|
|
503
|
+
}
|
|
504
|
+
}
|
|
505
|
+
}
|
|
506
|
+
}
|
|
507
|
+
|
|
508
|
+
.plumber-details-new-value-wrapper {
|
|
509
|
+
flex: 2 1 auto;
|
|
510
|
+
}
|
|
511
|
+
|
|
512
|
+
.connection-details-new-value-wrapper {
|
|
513
|
+
flex: 1 1 auto;
|
|
514
|
+
}
|
|
515
|
+
|
|
516
|
+
.connection-details-old-value-wrapper,
|
|
517
|
+
.plumber-details-old-value-wrapper {
|
|
518
|
+
flex: 1 1 auto;
|
|
519
|
+
|
|
520
|
+
.old-value-null-wrapper {
|
|
521
|
+
visibility: hidden;
|
|
522
|
+
padding-bottom: 8px;
|
|
523
|
+
margin-bottom: 8px;
|
|
524
|
+
}
|
|
525
|
+
.row {
|
|
526
|
+
color: #b1b4b6;
|
|
527
|
+
font-weight: 700;
|
|
528
|
+
font-size: 16px;
|
|
529
|
+
}
|
|
530
|
+
}
|
|
531
|
+
|
|
532
|
+
.search-tabs-container {
|
|
533
|
+
border-bottom: 1px solid rgba(0, 0, 0, 0.2);
|
|
534
|
+
margin-bottom: 35px;
|
|
535
|
+
display: flex;
|
|
536
|
+
justify-content: space-between;
|
|
537
|
+
|
|
538
|
+
.search-tab-head {
|
|
539
|
+
padding: 10px 35px;
|
|
540
|
+
}
|
|
541
|
+
|
|
542
|
+
.search-tab-head-selected {
|
|
543
|
+
padding: 10px 35px;
|
|
544
|
+
color: rgb(244, 119, 56);
|
|
545
|
+
border-bottom: 4px solid rgb(244, 119, 56);
|
|
546
|
+
font-weight: bold;
|
|
547
|
+
}
|
|
548
|
+
|
|
549
|
+
.search-tab-head-selected:focus {
|
|
550
|
+
outline: 0;
|
|
551
|
+
}
|
|
552
|
+
}
|
|
553
|
+
|
|
554
|
+
.card-with-background {
|
|
555
|
+
background: rgb(250, 250, 250);
|
|
556
|
+
border: 1px solid rgb(214, 213, 212);
|
|
557
|
+
|
|
558
|
+
.card-head {
|
|
559
|
+
display: flex;
|
|
560
|
+
justify-content: space-between;
|
|
561
|
+
margin-bottom: 30px;
|
|
562
|
+
}
|
|
563
|
+
|
|
564
|
+
h2 {
|
|
565
|
+
font-size: 16px;
|
|
566
|
+
font-weight: 700;
|
|
567
|
+
}
|
|
568
|
+
}
|
|
569
|
+
|
|
570
|
+
.registryTable {
|
|
571
|
+
tHead {
|
|
572
|
+
tr {
|
|
573
|
+
th {
|
|
574
|
+
text-align: center;
|
|
575
|
+
}
|
|
576
|
+
}
|
|
577
|
+
}
|
|
578
|
+
tBody {
|
|
579
|
+
tr {
|
|
580
|
+
td {
|
|
581
|
+
text-align: center;
|
|
582
|
+
}
|
|
583
|
+
}
|
|
584
|
+
}
|
|
585
|
+
}
|