@pmidc/upyog-css 1.1.0 → 1.1.2

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 (125) hide show
  1. package/dist/index.css +6464 -8264
  2. package/dist/index.min.css +1 -1
  3. package/package.json +1 -1
  4. package/src/components/CardBasedOptions.scss +110 -530
  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 +68 -96
  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 -157
  22. package/src/components/buttons.scss +50 -57
  23. package/src/components/card.scss +436 -588
  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 -29
  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 -88
  49. package/src/components/navbar.scss +345 -338
  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 -27
  56. package/src/components/sectionalDropdown.scss +43 -43
  57. package/src/components/selectdropdown.scss +205 -276
  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 -362
  64. package/src/components/tag.scss +27 -27
  65. package/src/components/telephone.scss +17 -17
  66. package/src/components/textfields.scss +111 -119
  67. package/src/components/toast.scss +31 -31
  68. package/src/components/toggleSwitch.scss +40 -40
  69. package/src/components/topbar.scss +147 -217
  70. package/src/components/uploadcomponents.scss +113 -113
  71. package/src/index.scss +969 -975
  72. package/src/pages/citizen/CitizenEngagementNotificationWrapper.scss +8 -8
  73. package/src/pages/citizen/DocumentList.scss +305 -384
  74. package/src/pages/citizen/Events.scss +46 -46
  75. package/src/pages/citizen/HomePageWrapper.scss +165 -214
  76. package/src/pages/citizen/SurveyList.scss +21 -21
  77. package/src/pages/citizen/citizenDocument.scss +21 -25
  78. package/src/pages/citizen/citizenNewLogin.scss +193 -357
  79. package/src/pages/citizen/container.scss +22 -32
  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 -251
  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 -674
  101. package/src/pages/employee/landing.scss +324 -324
  102. package/src/pages/employee/login.scss +595 -253
  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
  121. package/src/components/NewAccordianCitizen.scss +0 -130
  122. package/src/components/newFooter.scss +0 -75
  123. package/src/pages/citizen/CitizenLogin.scss +0 -50
  124. package/src/pages/citizen/InboxCard.scss +0 -327
  125. package/src/pages/employee/header.scss +0 -262
@@ -1,218 +1,148 @@
1
-
2
- .topbar {
3
- top: 0;
4
- left: 0;
5
- right: 0;
6
- width: 100%;
7
- padding: 12px 24px;
8
- background: linear-gradient(90deg, rgba(255, 255, 255, 0.98), rgba(250, 251, 255, 0.98));
9
- box-shadow: 0 8px 26px rgba(15, 23, 42, 0.06), 0 2px 8px rgba(15, 23, 42, 0.04);
10
- border-bottom: 1px solid rgba(15, 23, 42, 0.06);
11
- backdrop-filter: blur(6px);
12
- z-index: 9999999;
13
- display: flex;
14
- align-items: center;
15
- justify-content: space-between;
16
- transition: box-shadow 0.25s ease;
17
- }
18
-
19
- .topbar img {
20
- display: inline;
21
- }
22
-
23
- .topbar img.city {
24
- margin-right: 12px;
25
- height: 48px;
26
- width: 48px;
27
- border-radius: 8px;
28
- transition: transform 0.2s ease;
29
- }
30
-
31
- .topbar img.city:hover {
32
- transform: scale(1.05);
33
- }
34
-
35
- .topbar img.state {
36
- min-height: 50px;
37
- width: 80px;
38
- display: none;
39
- }
40
-
41
- .topbar .ulb {
42
- font-weight: 600;
43
- display: inline-block;
44
- color: #1f2937;
45
- font-size: 15px;
46
- letter-spacing: -0.3px;
47
- }
48
-
49
- .topbar .right {
50
- float: unset;
51
- display: flex;
52
- align-items: center;
53
- gap: 16px;
54
- margin-top: 0;
55
- position: relative;
56
- }
57
-
58
- .topbar .right svg {
59
- display: inline;
60
- color: #6b7280;
61
- fill: #6b7280;
62
- transition: color 0.2s ease;
63
- }
64
-
65
- .topbar .right svg:hover {
66
- color: #2563eb;
67
- fill: #2563eb;
68
- }
69
-
70
- .topbar .right .user-img-txt {
71
- background: linear-gradient(135deg, #2563eb, #7c3aed);
72
- padding: 10px 15px;
73
- border-radius: 50%;
74
- color: white;
75
- font-weight: 700;
76
- font-size: 14px;
77
- cursor: pointer;
78
- transition: all 0.25s ease;
79
- box-shadow: 0 4px 12px rgba(37, 99, 235, 0.3);
80
- }
81
-
82
- .topbar .right .user-img-txt:hover {
83
- transform: scale(1.08);
84
- box-shadow: 0 6px 16px rgba(37, 99, 235, 0.4);
85
- }
86
-
87
- .topbar .left {
88
- float: unset;
89
- display: flex;
90
- align-items: center;
91
- gap: 12px;
92
- }
93
-
94
- .topbar .w-80 {
95
- width: auto;
96
- display: flex;
97
- align-items: center;
98
- gap: 16px;
99
- }
100
-
101
- .topbar .width-20 {
102
- width: auto;
103
- }
104
-
105
- .topbar .margin-top-6 {
106
- margin-top: 0;
107
- }
108
-
109
- .topbar .margin-right-30 {
110
- margin-right: 16px;
111
- }
112
-
113
- .topbar .margin-top-10 {
114
- margin-top: 0;
115
- }
116
-
117
- .topbar .icon {
118
- display: block;
119
- color: #6b7280;
120
- fill: #6b7280;
121
- height: 21px;
122
- width: 21px;
123
- transition: all 0.2s ease;
124
- cursor: pointer;
125
- }
126
-
127
- .topbar .icon:hover {
128
- color: #2563eb;
129
- fill: #2563eb;
130
- }
131
-
132
- .topbar .column-gap-15 {
133
- column-gap: 16px;
134
- }
135
-
136
- .topbar .column-gap-5 {
137
- column-gap: 8px;
138
- }
139
-
140
- .topbar .select-wrap,
141
- .topbar .employee-select-wrap {
142
- margin-bottom: 0px;
143
- }
144
-
145
- .topbar .select-wrap .profile-dropdown--item span,
146
- .topbar .employee-select-wrap .profile-dropdown--item span {
147
- white-space: pre;
148
- }
149
-
150
- @media (max-width: 768px) {
151
- .topbar {
152
- padding: 10px 16px;
153
- }
154
- .topbar .right {
155
- gap: 12px;
156
- }
157
- .topbar .left {
158
- gap: 8px;
159
- }
160
- .topbar img.city {
161
- height: 40px;
162
- width: 40px;
163
- }
164
- }
165
-
166
- .cp {
167
- cursor: pointer;
168
- }
169
-
170
- .cp .hamburger {
171
- display: none;
172
- }
173
-
174
- @media (max-width: 780px) {
175
- .cp .hamburger {
176
- display: none;
177
- }
178
- }
179
-
180
- .citizen .right {
181
- margin-top: 5px;
182
- margin-bottom: 5px;
183
- }
184
-
185
- .citizen .topbar-select-wrap {
186
- margin-bottom: 0;
187
- }
188
-
189
- .citizen .flex-between {
190
- display: flex;
191
- align-items: center;
192
- justify-content: space-between;
193
- }
194
-
195
- .profile-dropdown--item {
196
- display: flex;
197
- flex-direction: row;
198
- padding: 10px;
199
- column-gap: 10px;
200
- color: #505a5f;
201
- }
202
-
203
- .profile-dropdown--item:hover {
204
- background: #eeeeee;
205
- }
206
-
207
- .flex-right {
208
- display: flex;
209
- align-items: center;
210
- justify-content: flex-end;
211
- min-width: 85px;
212
- }
213
-
214
- video::-webkit-media-controls-panel {
215
- top: 55%;
216
- position: absolute;
217
- width: 100%;
1
+ .topbar {
2
+ position: fixed;
3
+ top: 0;
4
+ width: 100%;
5
+ padding: 10px 24px;
6
+ background: white;
7
+ box-shadow: rgba(0, 0, 0, 0.24) 0 1px 4px;
8
+ z-index: 9999999;
9
+ @apply flex items-center;
10
+
11
+ img {
12
+ display: inline;
13
+
14
+ &.city {
15
+ margin-right: 8px;
16
+ height: 48px;
17
+ width: 48px;
18
+ }
19
+
20
+ &.state {
21
+ min-height: 50px;
22
+ width: 80px;
23
+ }
24
+ }
25
+
26
+ .ulb {
27
+ font-weight: bold;
28
+ display: inline-block;
29
+ }
30
+
31
+ .right {
32
+ float: right;
33
+ margin-top: 12px;
34
+ position: relative;
35
+
36
+ svg {
37
+ display: inline;
38
+ }
39
+
40
+ .user-img-txt {
41
+ background: #a82227;
42
+ padding: 10px 15px;
43
+ border-radius: 50%;
44
+ color: white;
45
+ font-weight: 700;
46
+ }
47
+ }
48
+
49
+ .left {
50
+ float: left;
51
+ }
52
+
53
+ .w-80 {
54
+ width: 70%;
55
+ }
56
+
57
+ .width-20 {
58
+ width: 30%;
59
+ }
60
+
61
+ .margin-top-6 {
62
+ margin-top: 6px;
63
+ }
64
+
65
+ .margin-right-30 {
66
+ margin-right: 30px;
67
+ }
68
+
69
+ .margin-top-10 {
70
+ margin-top: 10px;
71
+ }
72
+
73
+ .icon {
74
+ display: block;
75
+ color: rgb(117, 117, 117);
76
+ fill: rgb(117, 117, 117);
77
+ height: 21px;
78
+ width: 21px;
79
+ }
80
+
81
+ .column-gap-15 {
82
+ column-gap: 15px;
83
+ }
84
+
85
+ .column-gap-5 {
86
+ column-gap: 5px;
87
+ }
88
+
89
+ .select-wrap,
90
+ .employee-select-wrap {
91
+ margin-bottom: 0px;
92
+ .profile-dropdown--item {
93
+ span {
94
+ white-space: pre;
95
+ }
96
+ }
97
+ }
98
+ }
99
+
100
+ .cp {
101
+ cursor: pointer;
102
+ .hamburger {
103
+ display: none;
104
+ }
105
+
106
+ @media (max-width: 780px) {
107
+ .hamburger {
108
+ display: none;
109
+ }
110
+ }
111
+ }
112
+
113
+ .citizen {
114
+ .right {
115
+ margin-top: 5px;
116
+ margin-bottom: 5px;
117
+ }
118
+
119
+ .topbar-select-wrap {
120
+ margin-bottom: 0;
121
+ }
122
+
123
+ .flex-between {
124
+ @apply flex items-center justify-between;
125
+ }
126
+ }
127
+
128
+ .profile-dropdown--item {
129
+ display: flex;
130
+ flex-direction: row;
131
+ padding: 10px;
132
+ column-gap: 10px;
133
+ color: #505a5f;
134
+
135
+ &:hover {
136
+ background: #eeeeee;
137
+ }
138
+ }
139
+
140
+ .flex-right {
141
+ @apply flex items-center justify-end;
142
+ min-width: 85px;
143
+ }
144
+ video::-webkit-media-controls-panel {
145
+ top: 55%;
146
+ position: absolute;
147
+ width: 100%;
218
148
  }
@@ -1,113 +1,113 @@
1
- .upload-wrap {
2
- @apply flex w-full h-40 bg-grey-light relative mb-lg px-sm border border-border border-dashed;
3
- max-width: 540px;
4
-
5
- img {
6
- display: block;
7
- margin-top: 58px;
8
- margin-left: calc(50% - 23px);
9
- height: 42px;
10
- width: 46px;
11
- }
12
-
13
- svg {
14
- display: block;
15
- margin-top: 58px;
16
- margin-left: calc(50% - 23px);
17
- height: 42px;
18
- width: 46px;
19
- }
20
-
21
- input {
22
- @apply absolute w-full h-full opacity-0 top-0;
23
- }
24
- }
25
-
26
- .multi-upload-wrap {
27
- @apply flex mb-lg;
28
-
29
- div {
30
- display: block;
31
- position: relative;
32
- background-color: #fafafa;
33
- width: calc((100% - 16px) / 3);
34
- margin-right: 8px;
35
-
36
- .delete {
37
- position: absolute;
38
- height: 24px;
39
- width: 24px;
40
- border-radius: 100%;
41
- top: 2px;
42
- right: 2px;
43
- }
44
- }
45
-
46
- .upload-img-container {
47
- border: 1px dashed #d6d5d4;
48
- margin: 0 !important;
49
-
50
- img {
51
- margin-left: auto;
52
- margin-right: auto;
53
- padding-top: calc(33% - 21px);
54
- }
55
-
56
- svg {
57
- @apply flex;
58
- margin: auto;
59
- }
60
-
61
- svg {
62
- margin-left: auto;
63
- margin-right: auto;
64
- top: calc(50% - 21px);
65
- position: relative;
66
- }
67
-
68
- input {
69
- @apply absolute w-full h-full opacity-0 top-0;
70
- }
71
- }
72
- }
73
-
74
- .upload-file-max-width {
75
- max-width: 540px;
76
- }
77
- .digilocker-btn{
78
- touch-action: manipulation;
79
- cursor: pointer;
80
- background-image: none;
81
- border: 1px solid transparent;
82
- padding: 6px 12px;
83
- font-size: 14px;
84
- line-height: 1.42857143;
85
- border-radius: 4px;
86
- user-select: none;
87
- background: #f0f0f0c9;
88
- display: flex;
89
- font-weight: bold;
90
- }
91
- .upload-file {
92
- min-height: 56px;
93
- @apply relative border border-input-border w-full;
94
-
95
- div {
96
- @apply flex flex-row h-full items-center pl-md mt-sm flex-wrap;
97
-
98
- .file-upload-status {
99
- @apply text-body-s-dt ml-sm;
100
- }
101
- }
102
- input {
103
- width: 160px;
104
- @apply absolute top-0 left-0 opacity-0 h-full;
105
- }
106
- }
107
-
108
- @screen dt {
109
- .multi-upload-wrap img {
110
- width: 100%;
111
- height: 158px;
112
- }
113
- }
1
+ .upload-wrap {
2
+ @apply flex w-full h-40 bg-grey-light relative mb-lg px-sm border border-border border-dashed;
3
+ max-width: 540px;
4
+
5
+ img {
6
+ display: block;
7
+ margin-top: 58px;
8
+ margin-left: calc(50% - 23px);
9
+ height: 42px;
10
+ width: 46px;
11
+ }
12
+
13
+ svg {
14
+ display: block;
15
+ margin-top: 58px;
16
+ margin-left: calc(50% - 23px);
17
+ height: 42px;
18
+ width: 46px;
19
+ }
20
+
21
+ input {
22
+ @apply absolute w-full h-full opacity-0 top-0;
23
+ }
24
+ }
25
+
26
+ .multi-upload-wrap {
27
+ @apply flex mb-lg;
28
+
29
+ div {
30
+ display: block;
31
+ position: relative;
32
+ background-color: #fafafa;
33
+ width: calc((100% - 16px) / 3);
34
+ margin-right: 8px;
35
+
36
+ .delete {
37
+ position: absolute;
38
+ height: 24px;
39
+ width: 24px;
40
+ border-radius: 100%;
41
+ top: 2px;
42
+ right: 2px;
43
+ }
44
+ }
45
+
46
+ .upload-img-container {
47
+ border: 1px dashed #d6d5d4;
48
+ margin: 0 !important;
49
+
50
+ img {
51
+ margin-left: auto;
52
+ margin-right: auto;
53
+ padding-top: calc(33% - 21px);
54
+ }
55
+
56
+ svg {
57
+ @apply flex;
58
+ margin: auto;
59
+ }
60
+
61
+ svg {
62
+ margin-left: auto;
63
+ margin-right: auto;
64
+ top: calc(50% - 21px);
65
+ position: relative;
66
+ }
67
+
68
+ input {
69
+ @apply absolute w-full h-full opacity-0 top-0;
70
+ }
71
+ }
72
+ }
73
+
74
+ .upload-file-max-width {
75
+ max-width: 540px;
76
+ }
77
+ .digilocker-btn{
78
+ touch-action: manipulation;
79
+ cursor: pointer;
80
+ background-image: none;
81
+ border: 1px solid transparent;
82
+ padding: 6px 12px;
83
+ font-size: 14px;
84
+ line-height: 1.42857143;
85
+ border-radius: 4px;
86
+ user-select: none;
87
+ background: #f0f0f0c9;
88
+ display: flex;
89
+ font-weight: bold;
90
+ }
91
+ .upload-file {
92
+ min-height: 56px;
93
+ @apply relative border border-input-border w-full;
94
+
95
+ div {
96
+ @apply flex flex-row h-full items-center pl-md mt-sm flex-wrap;
97
+
98
+ .file-upload-status {
99
+ @apply text-body-s-dt ml-sm;
100
+ }
101
+ }
102
+ input {
103
+ width: 160px;
104
+ @apply absolute top-0 left-0 opacity-0 h-full;
105
+ }
106
+ }
107
+
108
+ @screen dt {
109
+ .multi-upload-wrap img {
110
+ width: 100%;
111
+ height: 158px;
112
+ }
113
+ }