@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,193 +1,193 @@
1
- .login-container {
2
- width: 100%;
3
- display: flex;
4
- align-items: center;
5
- justify-content: center;
6
- height: 100vh;
7
- }
8
-
9
- .login-page-cover {
10
- background: linear-gradient(0deg, rgba(41, 71, 163, 0.9), rgba(41, 71, 163, 0.9)),
11
- url("https://sdc-uat.lgpunjab.gov.in/filestore/v1/files/viewfile/?name=pb%2Fproperty-upload%2FOctober%2F16%2F1760620815250vZVIeEsyde.jpeg");
12
- background-size: cover;
13
- background-position: center;
14
- height: 100vh;
15
- width: 100%;
16
- }
17
-
18
- .login-wrapper {
19
- display: flex;
20
- flex-direction: column;
21
- justify-content: center;
22
- align-items: flex-start;
23
- background-color: rgba(255, 255, 255, 1);
24
- margin: 8px;
25
- padding: 2rem;
26
- box-shadow: 0 0 5px 0 rgba(34, 34, 34, 0.43922);
27
- border-radius: 4px;
28
- width: 35%;
29
- max-width: 100vw;
30
- height: 750px;
31
- position: relative;
32
- }
33
- .register-login-wrapper {
34
- display: flex;
35
- flex-direction: column;
36
- justify-content: center;
37
- align-items: flex-start;
38
- background-color: rgba(255, 255, 255, 1);
39
- margin: 8px;
40
- padding: 2rem;
41
- box-shadow: 0 0 5px 0 rgba(34, 34, 34, 0.43922);
42
- border-radius: 4px;
43
- width: 35%;
44
- max-width: 100vw;
45
- height: 900px;
46
- position: relative;
47
- }
48
- .login-title {
49
- width: 100%;
50
- max-width: 525px;
51
- font-size: 2.5rem;
52
- color: #0b0c0c;
53
- font-weight: 600;
54
- text-align: center;
55
- padding: 2rem 0rem;
56
- }
57
-
58
- .lag-loc-wrapper {
59
- display: flex;
60
- justify-content: center;
61
- width: 100%;
62
- max-width: 540px;
63
- gap: 30px;
64
- }
65
-
66
- .location-wrapper {
67
- display: flex;
68
- flex-direction: column;
69
- gap: 8px;
70
- width: 100%;
71
- }
72
-
73
- /* The inner select div */
74
- .location-wrapper .select {
75
- display: flex;
76
- align-items: center;
77
- border: 1px solid #b4b4b4 !important;
78
- background-color: rgba(255, 255, 255, var(--bg-opacity));
79
- border-radius: 8px;
80
- }
81
-
82
- .location-wrapper .select-active {
83
- border-radius: 8px !important;
84
- }
85
-
86
- .language-wrapper {
87
- width: 100%;
88
- max-width: 260px;
89
- }
90
-
91
- .label {
92
- font-weight: 500;
93
- font-size: 16px;
94
- line-height: 25px;
95
- color: #686677;
96
-
97
- span {
98
- color: #ff1515;
99
- }
100
- }
101
-
102
- .input-wrapper {
103
- width: 100%;
104
- max-width: 540px;
105
- }
106
-
107
- .input-wrapper .submit-bar,
108
- .input-wrapper .submit-bar-disabled {
109
- width: 100%;
110
- max-width: 540px;
111
- }
112
-
113
- .input-wrapper .card-label {
114
- font-weight: 500 !important;
115
- font-size: 16px !important;
116
- line-height: 25px !important;
117
- color: #686677 !important;
118
- }
119
-
120
- .input-wrapper.hide-submit-buttons+.submit-bar,
121
- .input-wrapper.hide-submit-buttons+.submit-bar-disabled {
122
- display: none !important;
123
- }
124
-
125
- .account-link {
126
- font-size: 16px;
127
- font-weight: 400;
128
- line-height: 25px;
129
- text-align: center;
130
- }
131
-
132
- .link {
133
- color: #1778ff;
134
- text-decoration: underline;
135
- }
136
-
137
- .resendIn {
138
- font-size: 16px;
139
- font-weight: 500;
140
- color: #686677;
141
- text-align: right;
142
-
143
- span {
144
- color: #1778ff;
145
- }
146
- }
147
-
148
- .resend {
149
- text-align: right;
150
- cursor: pointer;
151
- font-weight: 700;
152
- }
153
-
154
- .login-circle {
155
- width: 75px;
156
- height: 75px;
157
- border-radius: 50%;
158
- background-color: #2947a3;
159
- display: flex;
160
- align-items: center;
161
- justify-content: center;
162
- color: white;
163
- font-size: 24px;
164
- box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
165
- cursor: pointer;
166
- position: absolute;
167
- top: -30px;
168
- }
169
-
170
- @media (max-width: 768px) {
171
- .lag-loc-wrapper {
172
- flex-direction: column;
173
- gap: 0px;
174
- }
175
- .login-wrapper{
176
- width: 60%;
177
- }
178
- .register-login-wrapper{
179
- width: 60%;
180
- }
181
- }
182
- @media (min-width: 769px) and (max-width : 1024px) {
183
- .lag-loc-wrapper {
184
- flex-direction: column;
185
- gap: 0px;
186
- }
187
- .login-wrapper{
188
- width: 60%;
189
- }
190
- .register-login-wrapper{
191
- width: 60%;
192
- }
193
- }
1
+ .login-container {
2
+ width: 100%;
3
+ display: flex;
4
+ align-items: center;
5
+ justify-content: center;
6
+ height: 100vh;
7
+ }
8
+
9
+ .login-page-cover {
10
+ background: linear-gradient(0deg, rgba(41, 71, 163, 0.9), rgba(41, 71, 163, 0.9)),
11
+ url("https://sdc-uat.lgpunjab.gov.in/filestore/v1/files/viewfile/?name=pb%2Fproperty-upload%2FOctober%2F16%2F1760620815250vZVIeEsyde.jpeg");
12
+ background-size: cover;
13
+ background-position: center;
14
+ height: 100vh;
15
+ width: 100%;
16
+ }
17
+
18
+ .login-wrapper {
19
+ display: flex;
20
+ flex-direction: column;
21
+ justify-content: center;
22
+ align-items: flex-start;
23
+ background-color: rgba(255, 255, 255, 1);
24
+ margin: 8px;
25
+ padding: 2rem;
26
+ box-shadow: 0 0 5px 0 rgba(34, 34, 34, 0.43922);
27
+ border-radius: 4px;
28
+ width: 35%;
29
+ max-width: 100vw;
30
+ height: 750px;
31
+ position: relative;
32
+ }
33
+ .register-login-wrapper {
34
+ display: flex;
35
+ flex-direction: column;
36
+ justify-content: center;
37
+ align-items: flex-start;
38
+ background-color: rgba(255, 255, 255, 1);
39
+ margin: 8px;
40
+ padding: 2rem;
41
+ box-shadow: 0 0 5px 0 rgba(34, 34, 34, 0.43922);
42
+ border-radius: 4px;
43
+ width: 35%;
44
+ max-width: 100vw;
45
+ height: 900px;
46
+ position: relative;
47
+ }
48
+ .login-title {
49
+ width: 100%;
50
+ max-width: 525px;
51
+ font-size: 2.5rem;
52
+ color: #0b0c0c;
53
+ font-weight: 600;
54
+ text-align: center;
55
+ padding: 2rem 0rem;
56
+ }
57
+
58
+ .lag-loc-wrapper {
59
+ display: flex;
60
+ justify-content: center;
61
+ width: 100%;
62
+ max-width: 540px;
63
+ gap: 30px;
64
+ }
65
+
66
+ .location-wrapper {
67
+ display: flex;
68
+ flex-direction: column;
69
+ gap: 8px;
70
+ width: 100%;
71
+ }
72
+
73
+ /* The inner select div */
74
+ .location-wrapper .select {
75
+ display: flex;
76
+ align-items: center;
77
+ border: 1px solid #b4b4b4 !important;
78
+ background-color: rgba(255, 255, 255, var(--bg-opacity));
79
+ border-radius: 8px;
80
+ }
81
+
82
+ .location-wrapper .select-active {
83
+ border-radius: 8px !important;
84
+ }
85
+
86
+ .language-wrapper {
87
+ width: 100%;
88
+ max-width: 260px;
89
+ }
90
+
91
+ .label {
92
+ font-weight: 500;
93
+ font-size: 16px;
94
+ line-height: 25px;
95
+ color: #686677;
96
+
97
+ span {
98
+ color: #ff1515;
99
+ }
100
+ }
101
+
102
+ .input-wrapper {
103
+ width: 100%;
104
+ max-width: 540px;
105
+ }
106
+
107
+ .input-wrapper .submit-bar,
108
+ .input-wrapper .submit-bar-disabled {
109
+ width: 100%;
110
+ max-width: 540px;
111
+ }
112
+
113
+ .input-wrapper .card-label {
114
+ font-weight: 500 !important;
115
+ font-size: 16px !important;
116
+ line-height: 25px !important;
117
+ color: #686677 !important;
118
+ }
119
+
120
+ .input-wrapper.hide-submit-buttons+.submit-bar,
121
+ .input-wrapper.hide-submit-buttons+.submit-bar-disabled {
122
+ display: none !important;
123
+ }
124
+
125
+ .account-link {
126
+ font-size: 16px;
127
+ font-weight: 400;
128
+ line-height: 25px;
129
+ text-align: center;
130
+ }
131
+
132
+ .link {
133
+ color: #1778ff;
134
+ text-decoration: underline;
135
+ }
136
+
137
+ .resendIn {
138
+ font-size: 16px;
139
+ font-weight: 500;
140
+ color: #686677;
141
+ text-align: right;
142
+
143
+ span {
144
+ color: #1778ff;
145
+ }
146
+ }
147
+
148
+ .resend {
149
+ text-align: right;
150
+ cursor: pointer;
151
+ font-weight: 700;
152
+ }
153
+
154
+ .login-circle {
155
+ width: 75px;
156
+ height: 75px;
157
+ border-radius: 50%;
158
+ background-color: #2947a3;
159
+ display: flex;
160
+ align-items: center;
161
+ justify-content: center;
162
+ color: white;
163
+ font-size: 24px;
164
+ box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
165
+ cursor: pointer;
166
+ position: absolute;
167
+ top: -30px;
168
+ }
169
+
170
+ @media (max-width: 768px) {
171
+ .lag-loc-wrapper {
172
+ flex-direction: column;
173
+ gap: 0px;
174
+ }
175
+ .login-wrapper{
176
+ width: 60%;
177
+ }
178
+ .register-login-wrapper{
179
+ width: 60%;
180
+ }
181
+ }
182
+ @media (min-width: 769px) and (max-width : 1024px) {
183
+ .lag-loc-wrapper {
184
+ flex-direction: column;
185
+ gap: 0px;
186
+ }
187
+ .login-wrapper{
188
+ width: 60%;
189
+ }
190
+ .register-login-wrapper{
191
+ width: 60%;
192
+ }
193
+ }
@@ -1,23 +1,23 @@
1
- .citizen-home-footer {
2
- @apply flex w-full h-10 bg-grey-bg pb-md pt-sm justify-center;
3
- img {
4
- @apply ml-sm;
5
- }
6
- }
7
-
8
- .employee .citizen-home-footer {
9
- @apply fixed bottom-0;
10
- }
11
- .fill-path-primary-main {
12
- path {
13
- fill: #1359C8;
14
- }
15
- }
16
-
17
- .obps-search {
18
- margin: 8px;
19
- }
20
- .font-Weigth-bold {
21
- font-weight: 600 !important;
22
- margin-top: 20px !important;
1
+ .citizen-home-footer {
2
+ @apply flex w-full h-10 bg-grey-bg pb-md pt-sm justify-center;
3
+ img {
4
+ @apply ml-sm;
5
+ }
6
+ }
7
+
8
+ .employee .citizen-home-footer {
9
+ @apply fixed bottom-0;
10
+ }
11
+ .fill-path-primary-main {
12
+ path {
13
+ fill: #1359C8;
14
+ }
15
+ }
16
+
17
+ .obps-search {
18
+ margin: 8px;
19
+ }
20
+ .font-Weigth-bold {
21
+ font-weight: 600 !important;
22
+ margin-top: 20px !important;
23
23
  }