@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,73 +1,73 @@
1
- .icon-bg-secondary {
2
- @apply flex bg-secondary w-12 h-12;
3
-
4
- svg {
5
- margin: auto;
6
- @apply w-6 h-6;
7
- }
8
- }
9
-
10
- .heading-m {
11
- @apply font-bold text-text-primary text-heading-m ml-md pt-sm;
12
- }
13
- .BPAheading-m {
14
- margin-left: 22px;
15
- }
16
-
17
- .break-line {
18
- @apply border-border my-lg;
19
- }
20
-
21
- .employee-home-footer {
22
- @apply flex h-10 bg-grey-bg pb-md pt-sm justify-center w-full;
23
- img {
24
- height: 100%;
25
- }
26
- }
27
- .employee-login-home-footer{
28
- @apply flex fixed bottom-0 h-10 bg-grey-bg pb-md pt-sm justify-center w-full;
29
- img{
30
- @apply ml-sm
31
- }
32
- }
33
- .fieldInspectionWrapper{
34
- border: 1px solid #d6d5d4;
35
- padding: 16px;
36
- margin-top: 8px;
37
- background: #fafafa;
38
- }
39
-
40
- .fieldInsepctionInsideWrapper {
41
- border: 1px solid #d6d5d4;
42
- padding: 16px;
43
- margin-top: 8px;
44
- background: #ffffff;
45
- max-width: 70%;
46
- min-width: 280px;
47
- }
48
-
49
- @screen dt {
50
- .ground-container {
51
- margin-bottom: 56px;
52
-
53
- @apply p-md;
54
- }
55
- .heading-m {
56
- @apply text-heading-m-dt;
57
- }
58
- .BPAheading-m {
59
- margin-left: 22px;
60
- }
61
- .break-line {
62
- margin-top: 40px;
63
- margin-bottom: 40px;
64
- }
65
- .employee-home-footer {
66
- }
67
- .moduleCardWrapper {
68
- @apply flex flex-row flex-wrap !important;
69
- }
70
- .gridModuleWrapper {
71
- @apply grid grid-cols-4 gap-4;
72
- }
73
- }
1
+ .icon-bg-secondary {
2
+ @apply flex bg-secondary w-12 h-12;
3
+
4
+ svg {
5
+ margin: auto;
6
+ @apply w-6 h-6;
7
+ }
8
+ }
9
+
10
+ .heading-m {
11
+ @apply font-bold text-text-primary text-heading-m ml-md pt-sm;
12
+ }
13
+ .BPAheading-m {
14
+ margin-left: 22px;
15
+ }
16
+
17
+ .break-line {
18
+ @apply border-border my-lg;
19
+ }
20
+
21
+ .employee-home-footer {
22
+ @apply flex h-10 bg-grey-bg pb-md pt-sm justify-center w-full;
23
+ img {
24
+ height: 100%;
25
+ }
26
+ }
27
+ .employee-login-home-footer{
28
+ @apply flex fixed bottom-0 h-10 bg-grey-bg pb-md pt-sm justify-center w-full;
29
+ img{
30
+ @apply ml-sm
31
+ }
32
+ }
33
+ .fieldInspectionWrapper{
34
+ border: 1px solid #d6d5d4;
35
+ padding: 16px;
36
+ margin-top: 8px;
37
+ background: #fafafa;
38
+ }
39
+
40
+ .fieldInsepctionInsideWrapper {
41
+ border: 1px solid #d6d5d4;
42
+ padding: 16px;
43
+ margin-top: 8px;
44
+ background: #ffffff;
45
+ max-width: 70%;
46
+ min-width: 280px;
47
+ }
48
+
49
+ @screen dt {
50
+ .ground-container {
51
+ margin-bottom: 56px;
52
+
53
+ @apply p-md;
54
+ }
55
+ .heading-m {
56
+ @apply text-heading-m-dt;
57
+ }
58
+ .BPAheading-m {
59
+ margin-left: 22px;
60
+ }
61
+ .break-line {
62
+ margin-top: 40px;
63
+ margin-bottom: 40px;
64
+ }
65
+ .employee-home-footer {
66
+ }
67
+ .moduleCardWrapper {
68
+ @apply flex flex-row flex-wrap !important;
69
+ }
70
+ .gridModuleWrapper {
71
+ @apply grid grid-cols-4 gap-4;
72
+ }
73
+ }
@@ -1,203 +1,203 @@
1
- .employee-dashboard-container {
2
- display: flex;
3
- flex-direction: column;
4
- gap: 20px;
5
- margin: 20px;
6
-
7
- .employee-dashboard-welcome-card {
8
- height: 160px;
9
- border-radius: 12px;
10
- padding: 20px;
11
- margin-top: 20px;
12
- position: relative;
13
-
14
- .employee-dashboard-welcome-card-entire-content {
15
- width: 374px;
16
- height: 108px;
17
- display: flex;
18
- flex-direction: column;
19
- gap: 16px;
20
- top: 32px;
21
- left: 32px;
22
- }
23
-
24
- .employee-dashboard-welcome-card-heading {
25
- font-family: "Noto Sans";
26
- font-weight: 500;
27
- font-size: 28px;
28
- line-height: 32px;
29
- letter-spacing: 0%;
30
- color: #ffffff;
31
- text-transform: uppercase;
32
- }
33
-
34
- .employee-dashboard-welcome-card-content {
35
- color: #ffffff;
36
- font-family: "Noto Sans";
37
- font-weight: 400;
38
- font-size: 14px;
39
- line-height: 20px;
40
- letter-spacing: 0.25px;
41
- }
42
- }
43
-
44
- .employee-dashboard-card-grid {
45
- display: grid;
46
- grid-template-columns: repeat(1, 1fr);
47
- gap: 20px;
48
-
49
- @media (min-width: 600px) {
50
- grid-template-columns: repeat(2, 1fr);
51
- }
52
-
53
- @media (min-width: 1024px) {
54
- grid-template-columns: repeat(4, 1fr);
55
- }
56
- }
57
-
58
- .employee-dashboard-card {
59
- padding: 20px;
60
- border-radius: 12px;
61
- position: relative;
62
-
63
- .employee-dashboard-card-heading-container {
64
- display: flex;
65
- align-items: center;
66
- margin-bottom: 10px;
67
- gap: 5px;
68
- }
69
-
70
- .employee-dashboard-card-heading {
71
- font-size: 22px;
72
- color: #ffffff;
73
- font-family: "Noto Sans";
74
- font-weight: 400;
75
- line-height: 28px;
76
- letter-spacing: 0%;
77
- }
78
-
79
- .employee-dashboard-card-content {
80
- color: #ffffff;
81
- font-family: "Noto Sans";
82
- font-weight: 400;
83
- font-size: 14px;
84
- line-height: 20px;
85
- letter-spacing: 0.25px;
86
- max-height: 300px;
87
- overflow: auto;
88
- }
89
- }
90
-
91
- .employee-dashboard-table-and-services {
92
- display: flex;
93
- flex-direction: column;
94
- gap: 20px;
95
-
96
- @media (min-width: 1024px) {
97
- flex-direction: row;
98
- }
99
-
100
- .employee-dashboard-table-container {
101
- flex: 2;
102
-
103
- .employee-dashboard-table-header {
104
- display: flex;
105
- justify-content: space-between;
106
-
107
- .employee-dashboard-table-title {
108
- color: "white";
109
- font-family: "Manrope";
110
- font-weight: 700;
111
- font-size: 20px;
112
- line-height: 27.32px;
113
- letter-spacing: 0%;
114
- }
115
-
116
- .employee-dashboard-view-all-link {
117
- color: blue;
118
- }
119
- }
120
-
121
- .employee-dashboard-table-content {
122
- overflow: auto;
123
- width: 100%;
124
- }
125
- }
126
-
127
- .employee-dashboard-quick-services-container {
128
- flex: 1;
129
-
130
- .employee-dashboard-quick-services-header {
131
- display: flex;
132
- justify-content: space-between;
133
-
134
- .employee-dashboard-quick-services-title {
135
- color: "#000";
136
- font-family: "Manrope";
137
- font-weight: 700;
138
- font-size: 20px;
139
- line-height: 27.32px;
140
- letter-spacing: 0%;
141
- padding: 2rem 0.5rem;
142
- }
143
-
144
- .employee-dashboard-view-all-link {
145
- color: blue;
146
- }
147
- }
148
-
149
- .employee-dashboard-module-card-wrapper {
150
- display: flex;
151
- flex-wrap: wrap;
152
- gap: 16px;
153
-
154
- .employee-dashboard-quick-service-card {
155
- width: 32%;
156
- height: 102px;
157
- padding: 8px 16px;
158
- border-radius: 8px;
159
- background: #ffffff;
160
- box-shadow: 0px 4px 22px 0px #9f9f9f26;
161
-
162
- .employee-dashboard-quick-service-card-content {
163
- display: flex;
164
- flex-direction: row;
165
- align-items: center;
166
- gap: 16px;
167
-
168
- .employee-dashboard-quick-service-card-module-icon {
169
- display: flex;
170
- justify-content: center;
171
- align-items: center;
172
- height: 100px;
173
- width: 100px;
174
- padding-top: 5px;
175
- border-radius: 8px 0 0 8px;
176
- }
177
-
178
- .employee-dashboard-quick-service-card-module-name {
179
- font-family: Noto Sans;
180
- font-weight: 500;
181
- font-size: 16px;
182
- line-height: 24px;
183
- letter-spacing: 0.15px;
184
- color: #1e293b;
185
- }
186
- }
187
- }
188
-
189
- @media (min-width: 641px) and (max-width: 1024px) {
190
- .employee-dashboard-quick-service-card {
191
- width: 48% !important;
192
- }
193
- }
194
-
195
- @media (max-width: 640px) {
196
- .employee-dashboard-quick-service-card {
197
- width: 96% !important;
198
- }
199
- }
200
- }
201
- }
202
- }
203
- }
1
+ .employee-dashboard-container {
2
+ display: flex;
3
+ flex-direction: column;
4
+ gap: 20px;
5
+ margin: 20px;
6
+
7
+ .employee-dashboard-welcome-card {
8
+ height: 160px;
9
+ border-radius: 12px;
10
+ padding: 20px;
11
+ margin-top: 20px;
12
+ position: relative;
13
+
14
+ .employee-dashboard-welcome-card-entire-content {
15
+ width: 374px;
16
+ height: 108px;
17
+ display: flex;
18
+ flex-direction: column;
19
+ gap: 16px;
20
+ top: 32px;
21
+ left: 32px;
22
+ }
23
+
24
+ .employee-dashboard-welcome-card-heading {
25
+ font-family: "Noto Sans";
26
+ font-weight: 500;
27
+ font-size: 28px;
28
+ line-height: 32px;
29
+ letter-spacing: 0%;
30
+ color: #ffffff;
31
+ text-transform: uppercase;
32
+ }
33
+
34
+ .employee-dashboard-welcome-card-content {
35
+ color: #ffffff;
36
+ font-family: "Noto Sans";
37
+ font-weight: 400;
38
+ font-size: 14px;
39
+ line-height: 20px;
40
+ letter-spacing: 0.25px;
41
+ }
42
+ }
43
+
44
+ .employee-dashboard-card-grid {
45
+ display: grid;
46
+ grid-template-columns: repeat(1, 1fr);
47
+ gap: 20px;
48
+
49
+ @media (min-width: 600px) {
50
+ grid-template-columns: repeat(2, 1fr);
51
+ }
52
+
53
+ @media (min-width: 1024px) {
54
+ grid-template-columns: repeat(4, 1fr);
55
+ }
56
+ }
57
+
58
+ .employee-dashboard-card {
59
+ padding: 20px;
60
+ border-radius: 12px;
61
+ position: relative;
62
+
63
+ .employee-dashboard-card-heading-container {
64
+ display: flex;
65
+ align-items: center;
66
+ margin-bottom: 10px;
67
+ gap: 5px;
68
+ }
69
+
70
+ .employee-dashboard-card-heading {
71
+ font-size: 22px;
72
+ color: #ffffff;
73
+ font-family: "Noto Sans";
74
+ font-weight: 400;
75
+ line-height: 28px;
76
+ letter-spacing: 0%;
77
+ }
78
+
79
+ .employee-dashboard-card-content {
80
+ color: #ffffff;
81
+ font-family: "Noto Sans";
82
+ font-weight: 400;
83
+ font-size: 14px;
84
+ line-height: 20px;
85
+ letter-spacing: 0.25px;
86
+ max-height: 300px;
87
+ overflow: auto;
88
+ }
89
+ }
90
+
91
+ .employee-dashboard-table-and-services {
92
+ display: flex;
93
+ flex-direction: column;
94
+ gap: 20px;
95
+
96
+ @media (min-width: 1024px) {
97
+ flex-direction: row;
98
+ }
99
+
100
+ .employee-dashboard-table-container {
101
+ flex: 2;
102
+
103
+ .employee-dashboard-table-header {
104
+ display: flex;
105
+ justify-content: space-between;
106
+
107
+ .employee-dashboard-table-title {
108
+ color: "white";
109
+ font-family: "Manrope";
110
+ font-weight: 700;
111
+ font-size: 20px;
112
+ line-height: 27.32px;
113
+ letter-spacing: 0%;
114
+ }
115
+
116
+ .employee-dashboard-view-all-link {
117
+ color: blue;
118
+ }
119
+ }
120
+
121
+ .employee-dashboard-table-content {
122
+ overflow: auto;
123
+ width: 100%;
124
+ }
125
+ }
126
+
127
+ .employee-dashboard-quick-services-container {
128
+ flex: 1;
129
+
130
+ .employee-dashboard-quick-services-header {
131
+ display: flex;
132
+ justify-content: space-between;
133
+
134
+ .employee-dashboard-quick-services-title {
135
+ color: "#000";
136
+ font-family: "Manrope";
137
+ font-weight: 700;
138
+ font-size: 20px;
139
+ line-height: 27.32px;
140
+ letter-spacing: 0%;
141
+ padding: 2rem 0.5rem;
142
+ }
143
+
144
+ .employee-dashboard-view-all-link {
145
+ color: blue;
146
+ }
147
+ }
148
+
149
+ .employee-dashboard-module-card-wrapper {
150
+ display: flex;
151
+ flex-wrap: wrap;
152
+ gap: 16px;
153
+
154
+ .employee-dashboard-quick-service-card {
155
+ width: 32%;
156
+ height: 102px;
157
+ padding: 8px 16px;
158
+ border-radius: 8px;
159
+ background: #ffffff;
160
+ box-shadow: 0px 4px 22px 0px #9f9f9f26;
161
+
162
+ .employee-dashboard-quick-service-card-content {
163
+ display: flex;
164
+ flex-direction: row;
165
+ align-items: center;
166
+ gap: 16px;
167
+
168
+ .employee-dashboard-quick-service-card-module-icon {
169
+ display: flex;
170
+ justify-content: center;
171
+ align-items: center;
172
+ height: 100px;
173
+ width: 100px;
174
+ padding-top: 5px;
175
+ border-radius: 8px 0 0 8px;
176
+ }
177
+
178
+ .employee-dashboard-quick-service-card-module-name {
179
+ font-family: Noto Sans;
180
+ font-weight: 500;
181
+ font-size: 16px;
182
+ line-height: 24px;
183
+ letter-spacing: 0.15px;
184
+ color: #1e293b;
185
+ }
186
+ }
187
+ }
188
+
189
+ @media (min-width: 641px) and (max-width: 1024px) {
190
+ .employee-dashboard-quick-service-card {
191
+ width: 48% !important;
192
+ }
193
+ }
194
+
195
+ @media (max-width: 640px) {
196
+ .employee-dashboard-quick-service-card {
197
+ width: 96% !important;
198
+ }
199
+ }
200
+ }
201
+ }
202
+ }
203
+ }