@pmidc/upyog-css 1.1.4 → 1.1.5

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.
Files changed (120) hide show
  1. package/dist/index.css +42 -25
  2. package/dist/index.min.css +1 -1
  3. package/package.json +1 -1
  4. package/src/components/CardBasedOptions.scss +110 -110
  5. package/src/components/CitizenHomeCard.scss +228 -228
  6. package/src/components/EllipsisMenu.scss +16 -16
  7. package/src/components/EventCalendarView.scss +9 -9
  8. package/src/components/FAQ.scss +63 -63
  9. package/src/components/OnGroundEventCard.scss +71 -71
  10. package/src/components/PageBasedInput.scss +30 -30
  11. package/src/components/PopupHeadingLabel.scss +14 -14
  12. package/src/components/PropertySearchForm.scss +58 -58
  13. package/src/components/SearchForm.scss +56 -56
  14. package/src/components/SearchOnRadioButton.scss +9 -9
  15. package/src/components/StandaloneSearchBar.scss +9 -9
  16. package/src/components/TimeLine.scss +67 -67
  17. package/src/components/WhatsNewCard.scss +12 -12
  18. package/src/components/actionLink.scss +3 -3
  19. package/src/components/actionbar.scss +96 -96
  20. package/src/components/bannercomponents.scss +137 -137
  21. package/src/components/body.scss +147 -147
  22. package/src/components/buttons.scss +79 -49
  23. package/src/components/card.scss +436 -436
  24. package/src/components/cardHeaderWithOptions.scss +13 -13
  25. package/src/components/changeLanguage.scss +3 -3
  26. package/src/components/charts.scss +185 -185
  27. package/src/components/checkbox.scss +83 -83
  28. package/src/components/checkpoint.scss +65 -65
  29. package/src/components/citizenInfoLabel.scss +14 -14
  30. package/src/components/custombtn.scss +15 -15
  31. package/src/components/datatable.scss +116 -116
  32. package/src/components/datewrap.scss +21 -21
  33. package/src/components/detailscard.scss +6 -6
  34. package/src/components/detailscontainer.scss +13 -13
  35. package/src/components/filters.scss +97 -97
  36. package/src/components/grey.scss +3 -3
  37. package/src/components/hoc/InboxComposer.scss +115 -115
  38. package/src/components/howItWorks.scss +71 -71
  39. package/src/components/imageviewer.scss +33 -33
  40. package/src/components/info-banner.scss +35 -35
  41. package/src/components/inputotp.scss +15 -15
  42. package/src/components/keynote.scss +27 -27
  43. package/src/components/languageSelector.scss +24 -24
  44. package/src/components/loader.scss +96 -96
  45. package/src/components/map.scss +30 -30
  46. package/src/components/metricsTable.scss +26 -26
  47. package/src/components/multiLink.scss +87 -87
  48. package/src/components/multiSelectDropdown.scss +72 -72
  49. package/src/components/navbar.scss +345 -345
  50. package/src/components/plusMinus.scss +15 -15
  51. package/src/components/popup.scss +15 -15
  52. package/src/components/radiobtn.scss +44 -44
  53. package/src/components/ratingstar.scss +33 -33
  54. package/src/components/roundedLabel.scss +10 -10
  55. package/src/components/searchAction.scss +20 -20
  56. package/src/components/sectionalDropdown.scss +43 -43
  57. package/src/components/selectdropdown.scss +205 -205
  58. package/src/components/staticDynamicMessages.scss +110 -110
  59. package/src/components/staticSideBar.scss +27 -27
  60. package/src/components/statushighlight.scss +17 -17
  61. package/src/components/submiterrors.scss +11 -11
  62. package/src/components/summary.scss +28 -28
  63. package/src/components/table.scss +178 -178
  64. package/src/components/tag.scss +27 -27
  65. package/src/components/telephone.scss +17 -17
  66. package/src/components/textfields.scss +111 -111
  67. package/src/components/toast.scss +31 -31
  68. package/src/components/toggleSwitch.scss +40 -40
  69. package/src/components/topbar.scss +147 -147
  70. package/src/components/uploadcomponents.scss +113 -113
  71. package/src/index.scss +1021 -1020
  72. package/src/pages/citizen/CitizenEngagementNotificationWrapper.scss +8 -8
  73. package/src/pages/citizen/DocumentList.scss +304 -304
  74. package/src/pages/citizen/Events.scss +46 -46
  75. package/src/pages/citizen/HomePageWrapper.scss +164 -164
  76. package/src/pages/citizen/SurveyList.scss +21 -21
  77. package/src/pages/citizen/citizenDocument.scss +21 -21
  78. package/src/pages/citizen/citizenNewLogin.scss +193 -193
  79. package/src/pages/citizen/container.scss +22 -22
  80. package/src/pages/citizen/loaderMessage.scss +295 -295
  81. package/src/pages/citizen/payment/payment-type.scss +2 -2
  82. package/src/pages/citizen/updatePropertyNumber.scss +46 -46
  83. package/src/pages/common/form.scss +25 -25
  84. package/src/pages/common/pgrUICssfix.scss +105 -105
  85. package/src/pages/common/requiredField.scss +2 -2
  86. package/src/pages/common/sanctionFeeTable.scss +91 -91
  87. package/src/pages/common/searchIcon.scss +12 -12
  88. package/src/pages/common/stepForm.scss +40 -40
  89. package/src/pages/employee/EmployeeLogin.scss +6 -6
  90. package/src/pages/employee/cardfix.scss +13 -13
  91. package/src/pages/employee/container.scss +73 -73
  92. package/src/pages/employee/dashboard.scss +203 -203
  93. package/src/pages/employee/disconnection.scss +425 -425
  94. package/src/pages/employee/dss.scss +249 -249
  95. package/src/pages/employee/faq.scss +353 -353
  96. package/src/pages/employee/footer.scss +68 -68
  97. package/src/pages/employee/form-fields.scss +13 -13
  98. package/src/pages/employee/iframe.scss +65 -65
  99. package/src/pages/employee/inbox.scss +744 -744
  100. package/src/pages/employee/index.scss +678 -678
  101. package/src/pages/employee/landing.scss +324 -324
  102. package/src/pages/employee/login.scss +594 -594
  103. package/src/pages/employee/oldMobileInbox.scss +4 -4
  104. package/src/pages/employee/popupmodule.scss +47 -47
  105. package/src/pages/employee/response.scss +2 -2
  106. package/src/pages/employee/scroll-table.scss +113 -113
  107. package/src/pages/employee/surveys.scss +469 -469
  108. package/src/pages/employee/tooltip.scss +35 -35
  109. package/src/pages/employee/updateNumber.scss +12 -12
  110. package/src/pages/swach/index.scss +172 -172
  111. package/src/pages/ws/index.scss +104 -104
  112. package/svg/camera.svg +4 -4
  113. package/svg/check.svg +3 -3
  114. package/svg/close.svg +4 -4
  115. package/svg/error.svg +3 -3
  116. package/svg/error2.svg +5 -5
  117. package/svg/searchicon.svg +3 -3
  118. package/svg/starempty.svg +3 -3
  119. package/svg/starfilled.svg +4 -4
  120. package/svg/success.svg +3 -3
@@ -1,249 +1,249 @@
1
- .dss-switch-tabs{/* Card / Primary */
2
-
3
- /* Light Theme / Paper */
4
-
5
- background: #FFFFFF;
6
- /* Card-Shadow */
7
-
8
- box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.16);
9
- border-radius: 4px;
10
- margin-bottom:3%;
11
- margin-right:25px;
12
- }
13
-
14
- .dss-header-label{
15
- font-weight: 600 !important;
16
- font-size: 22px !important;
17
- white-space: pre-line;
18
- }
19
- .dss-switch-tab-wrapper{
20
- cursor:pointer;
21
- display: flex;
22
- flex-direction: row;
23
- height: 50px;
24
- align-items: center;
25
- }
26
-
27
- .dss-switch-tab-selected{
28
- /* Revenue */
29
- border-bottom: 3px solid #a82227;
30
- font-family: Roboto;
31
- font-style: normal;
32
- font-weight: 500;
33
- font-size: 22px;
34
- color: #a82227;
35
- padding: 7px 24px;
36
-
37
- }
38
- .dss-switch-tab-unselected{
39
-
40
- font-family: Roboto;
41
- font-style: normal;
42
- font-weight: 500;
43
- font-size: 22px;
44
- color: #505A5F;
45
- padding: 8px 24px;
46
-
47
- }
48
-
49
- .dss-table-subheader{
50
- position: relative;
51
- top: -7px;
52
- font-size: 13px;
53
- font-weight: 400;
54
- color: rgba(80, 90, 95, 1);
55
- }
56
-
57
- .dss-pie-subheader{
58
- position: relative;
59
- top: -7px;
60
- font-size: 13px;
61
- font-weight: 400;
62
- color: rgba(80, 90, 95, 1);
63
- }
64
-
65
- .recharts-legend-item{
66
- margin-bottom: 20px !important;
67
- white-space: pre;
68
- }
69
-
70
- .dss-white-pre{
71
- white-space: pre;
72
-
73
- }
74
- .dss-white-pre-line{
75
- white-space: pre-line;
76
-
77
- }
78
- .dss-white-pre-temp{
79
- white-space: pre-line;
80
-
81
- }
82
-
83
- .multi-select-dropdown-wrap{
84
- .master{
85
- .label{
86
- p{
87
- white-space:pre;
88
- }
89
- }
90
- }
91
- }
92
-
93
- .divToBeHidden{
94
- display:block;
95
- }
96
-
97
- .divWillGetHidden{
98
- display:none;
99
- }
100
-
101
- .dss-temp-white-pre{
102
- white-space: pre;
103
- }
104
-
105
- .dss-input-active-border{
106
- --border-opacity: 1;
107
- border: 1px solid #a82227 !important;
108
- border-color: rgba(244, 119, 56, var(--border-opacity));
109
- }
110
-
111
- .employeeCustomCard .card-count{
112
- padding-right: 0px;
113
- }
114
- .dss-card {
115
- display: flex;
116
- flex-wrap: wrap;
117
- }
118
-
119
- .dss-card-parent {
120
- display: flex;
121
- flex-direction: column;
122
- width: 31%;
123
- border-radius: 6px;
124
- padding: 25px;
125
- margin: 15px 11.5px;
126
- box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
127
- cursor: pointer;
128
- }
129
-
130
- .dss-card-body {
131
- display: flex;
132
- flex-wrap: wrap;
133
- cursor: pointer;
134
- }
135
-
136
- .dss-card-header {
137
- display: flex;
138
- margin-bottom: 30px;
139
- align-items: center;
140
-
141
- p {
142
- font-size: 24px;
143
- font-family: "Roboto", sans-serif;
144
- font-weight: 500;
145
- color: #000000;
146
- }
147
-
148
- svg {
149
- width: 50px;
150
- height: 50px;
151
- }
152
- }
153
-
154
-
155
- .dss-insight-card {
156
- margin: 10px 0;
157
-
158
- p {
159
- font-family: "Roboto", sans-serif;
160
- }
161
-
162
- .p1 {
163
- font-size: 16px;
164
- color: #585858;
165
- }
166
-
167
- .p3 {
168
- font-size: 16px;
169
- font-weight: 400;
170
- }
171
-
172
- .p2 {
173
- font-size: 24px;
174
- font-weight: 500;
175
- color: #000000;
176
- }
177
-
178
- .color-green {
179
- color: #00703C;
180
- }
181
-
182
- .color-red {
183
- color: #D4351C;
184
- }
185
- }
186
- .w-100 {
187
- width: 100%;
188
- }
189
- .dss-w-100 {
190
- width: 97%;
191
- }
192
-
193
- .h-100{
194
- width: 100%;
195
- height: 100%;
196
- }
197
-
198
- .dss-h-100{
199
- width: 97%;
200
- height: 100%;
201
- }
202
-
203
- .tab-rows{
204
- display: flex;
205
- justify-content:space-between;
206
- height: 30px;
207
- align-items: center;
208
- width: 60%;
209
- margin-left: 13%;
210
- }
211
- .tab-header{
212
- font-weight: 700;
213
- font-size: 16px;
214
- line-height: 19px;
215
- border-bottom: 1px solid #b1b4b6;
216
- color: #2a3340;
217
- }
218
- .map-status{
219
- position: relative;
220
- width: 33%;
221
- left: 50%;
222
- bottom: 130px;
223
- }
224
- .map-row{
225
- display: flex;
226
- align-items: center;
227
- margin-top: 5px;
228
- }
229
- .map-box{
230
- display: inline-block;
231
- height: 10px;
232
- width: 10px;
233
- }
234
- .map-text{
235
- margin-left: 5px;
236
- color: #636363;
237
- font-size: 14px;
238
- }
239
-
240
-
241
- @media screen and (max-width: 768px) {
242
- .dss-switch-tabs{/* Card / Primary */
243
- margin-right:0px;
244
- }
245
-
246
- .dss-card-parent{
247
- width:100%;
248
- }
249
- }
1
+ .dss-switch-tabs{/* Card / Primary */
2
+
3
+ /* Light Theme / Paper */
4
+
5
+ background: #FFFFFF;
6
+ /* Card-Shadow */
7
+
8
+ box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.16);
9
+ border-radius: 4px;
10
+ margin-bottom:3%;
11
+ margin-right:25px;
12
+ }
13
+
14
+ .dss-header-label{
15
+ font-weight: 600 !important;
16
+ font-size: 22px !important;
17
+ white-space: pre-line;
18
+ }
19
+ .dss-switch-tab-wrapper{
20
+ cursor:pointer;
21
+ display: flex;
22
+ flex-direction: row;
23
+ height: 50px;
24
+ align-items: center;
25
+ }
26
+
27
+ .dss-switch-tab-selected{
28
+ /* Revenue */
29
+ border-bottom: 3px solid #a82227;
30
+ font-family: Roboto;
31
+ font-style: normal;
32
+ font-weight: 500;
33
+ font-size: 22px;
34
+ color: #a82227;
35
+ padding: 7px 24px;
36
+
37
+ }
38
+ .dss-switch-tab-unselected{
39
+
40
+ font-family: Roboto;
41
+ font-style: normal;
42
+ font-weight: 500;
43
+ font-size: 22px;
44
+ color: #505A5F;
45
+ padding: 8px 24px;
46
+
47
+ }
48
+
49
+ .dss-table-subheader{
50
+ position: relative;
51
+ top: -7px;
52
+ font-size: 13px;
53
+ font-weight: 400;
54
+ color: rgba(80, 90, 95, 1);
55
+ }
56
+
57
+ .dss-pie-subheader{
58
+ position: relative;
59
+ top: -7px;
60
+ font-size: 13px;
61
+ font-weight: 400;
62
+ color: rgba(80, 90, 95, 1);
63
+ }
64
+
65
+ .recharts-legend-item{
66
+ margin-bottom: 20px !important;
67
+ white-space: pre;
68
+ }
69
+
70
+ .dss-white-pre{
71
+ white-space: pre;
72
+
73
+ }
74
+ .dss-white-pre-line{
75
+ white-space: pre-line;
76
+
77
+ }
78
+ .dss-white-pre-temp{
79
+ white-space: pre-line;
80
+
81
+ }
82
+
83
+ .multi-select-dropdown-wrap{
84
+ .master{
85
+ .label{
86
+ p{
87
+ white-space:pre;
88
+ }
89
+ }
90
+ }
91
+ }
92
+
93
+ .divToBeHidden{
94
+ display:block;
95
+ }
96
+
97
+ .divWillGetHidden{
98
+ display:none;
99
+ }
100
+
101
+ .dss-temp-white-pre{
102
+ white-space: pre;
103
+ }
104
+
105
+ .dss-input-active-border{
106
+ --border-opacity: 1;
107
+ border: 1px solid #a82227 !important;
108
+ border-color: rgba(244, 119, 56, var(--border-opacity));
109
+ }
110
+
111
+ .employeeCustomCard .card-count{
112
+ padding-right: 0px;
113
+ }
114
+ .dss-card {
115
+ display: flex;
116
+ flex-wrap: wrap;
117
+ }
118
+
119
+ .dss-card-parent {
120
+ display: flex;
121
+ flex-direction: column;
122
+ width: 31%;
123
+ border-radius: 6px;
124
+ padding: 25px;
125
+ margin: 15px 11.5px;
126
+ box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
127
+ cursor: pointer;
128
+ }
129
+
130
+ .dss-card-body {
131
+ display: flex;
132
+ flex-wrap: wrap;
133
+ cursor: pointer;
134
+ }
135
+
136
+ .dss-card-header {
137
+ display: flex;
138
+ margin-bottom: 30px;
139
+ align-items: center;
140
+
141
+ p {
142
+ font-size: 24px;
143
+ font-family: "Roboto", sans-serif;
144
+ font-weight: 500;
145
+ color: #000000;
146
+ }
147
+
148
+ svg {
149
+ width: 50px;
150
+ height: 50px;
151
+ }
152
+ }
153
+
154
+
155
+ .dss-insight-card {
156
+ margin: 10px 0;
157
+
158
+ p {
159
+ font-family: "Roboto", sans-serif;
160
+ }
161
+
162
+ .p1 {
163
+ font-size: 16px;
164
+ color: #585858;
165
+ }
166
+
167
+ .p3 {
168
+ font-size: 16px;
169
+ font-weight: 400;
170
+ }
171
+
172
+ .p2 {
173
+ font-size: 24px;
174
+ font-weight: 500;
175
+ color: #000000;
176
+ }
177
+
178
+ .color-green {
179
+ color: #00703C;
180
+ }
181
+
182
+ .color-red {
183
+ color: #D4351C;
184
+ }
185
+ }
186
+ .w-100 {
187
+ width: 100%;
188
+ }
189
+ .dss-w-100 {
190
+ width: 97%;
191
+ }
192
+
193
+ .h-100{
194
+ width: 100%;
195
+ height: 100%;
196
+ }
197
+
198
+ .dss-h-100{
199
+ width: 97%;
200
+ height: 100%;
201
+ }
202
+
203
+ .tab-rows{
204
+ display: flex;
205
+ justify-content:space-between;
206
+ height: 30px;
207
+ align-items: center;
208
+ width: 60%;
209
+ margin-left: 13%;
210
+ }
211
+ .tab-header{
212
+ font-weight: 700;
213
+ font-size: 16px;
214
+ line-height: 19px;
215
+ border-bottom: 1px solid #b1b4b6;
216
+ color: #2a3340;
217
+ }
218
+ .map-status{
219
+ position: relative;
220
+ width: 33%;
221
+ left: 50%;
222
+ bottom: 130px;
223
+ }
224
+ .map-row{
225
+ display: flex;
226
+ align-items: center;
227
+ margin-top: 5px;
228
+ }
229
+ .map-box{
230
+ display: inline-block;
231
+ height: 10px;
232
+ width: 10px;
233
+ }
234
+ .map-text{
235
+ margin-left: 5px;
236
+ color: #636363;
237
+ font-size: 14px;
238
+ }
239
+
240
+
241
+ @media screen and (max-width: 768px) {
242
+ .dss-switch-tabs{/* Card / Primary */
243
+ margin-right:0px;
244
+ }
245
+
246
+ .dss-card-parent{
247
+ width:100%;
248
+ }
249
+ }