@pmidc/upyog-css 1.0.60 → 1.0.62

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 +80 -0
  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 +49 -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 +957 -956
  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 -110
  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,17 +1,17 @@
1
- .status-highlight {
2
- --bg-opacity: 12% !important;
3
- border-radius: 16px;
4
- @apply h-8 w-20 bg-error mb-sm;
5
-
6
- p {
7
- padding-top: 6px;
8
- @apply block text-center text-caption-m text-error cursor-pointer;
9
- }
10
-
11
- &.success {
12
- @apply bg-success;
13
- p {
14
- @apply text-success;
15
- }
16
- }
17
- }
1
+ .status-highlight {
2
+ --bg-opacity: 12% !important;
3
+ border-radius: 16px;
4
+ @apply h-8 w-20 bg-error mb-sm;
5
+
6
+ p {
7
+ padding-top: 6px;
8
+ @apply block text-center text-caption-m text-error cursor-pointer;
9
+ }
10
+
11
+ &.success {
12
+ @apply bg-success;
13
+ p {
14
+ @apply text-success;
15
+ }
16
+ }
17
+ }
@@ -1,11 +1,11 @@
1
- .error-message-wrap {
2
- @apply w-full mb-sm p-md border-4 border-solid border-error;
3
-
4
- h2 {
5
- @apply font-bold text-caption-m block mb-sm;
6
- }
7
-
8
- p {
9
- @apply font-bold text-caption-m text-error block;
10
- }
11
- }
1
+ .error-message-wrap {
2
+ @apply w-full mb-sm p-md border-4 border-solid border-error;
3
+
4
+ h2 {
5
+ @apply font-bold text-caption-m block mb-sm;
6
+ }
7
+
8
+ p {
9
+ @apply font-bold text-caption-m text-error block;
10
+ }
11
+ }
@@ -1,29 +1,29 @@
1
- .summary-wrapper {
2
- @apply flex justify-around;
3
-
4
- .wrapper-child {
5
- @apply flex flex-col justify-center flex-grow;
6
- }
7
-
8
- .blocks {
9
- display: flex;
10
- margin-bottom: 25px;
11
-
12
- p:only-child {
13
- font-weight: bold;
14
- font-size: 24px;
15
- }
16
-
17
- div {
18
- margin-right: 25px;
19
-
20
- p:not(:first-child) {
21
- font-weight: bold;
22
- font-size: 24px;
23
- }
24
- }
25
- }
26
- }
27
- .summary-card-margin{
28
- margin:0 24px 20px 0px !important;
1
+ .summary-wrapper {
2
+ @apply flex justify-around;
3
+
4
+ .wrapper-child {
5
+ @apply flex flex-col justify-center flex-grow;
6
+ }
7
+
8
+ .blocks {
9
+ display: flex;
10
+ margin-bottom: 25px;
11
+
12
+ p:only-child {
13
+ font-weight: bold;
14
+ font-size: 24px;
15
+ }
16
+
17
+ div {
18
+ margin-right: 25px;
19
+
20
+ p:not(:first-child) {
21
+ font-weight: bold;
22
+ font-size: 24px;
23
+ }
24
+ }
25
+ }
26
+ }
27
+ .summary-card-margin{
28
+ margin:0 24px 20px 0px !important;
29
29
  }
@@ -1,178 +1,178 @@
1
- .table {
2
- @apply bg-white w-full;
3
- border-radius: 8px;
4
-
5
- thead {
6
- th {
7
- padding: 20px 18px;
8
- @apply font-bold align-middle text-left;
9
- &:first-child {
10
- min-width: 100px;
11
- }
12
- &:nth-child(2) {
13
- min-width: 150px;
14
- }
15
- }
16
- }
17
-
18
- tbody {
19
- border: none;
20
- padding: 0;
21
- margin: 0;
22
- td {
23
- @apply border-t border-border text-left align-middle;
24
- padding: "20px 18px";
25
- }
26
- }
27
- }
28
-
29
- .pagination {
30
- display: flex;
31
- justify-content: flex-end;
32
- background-color: rgba(255, 255, 255, var(--bg-opacity));
33
- border-top: 1px solid rgb(214, 213, 212);
34
- padding: 20px 40px 20px 0px;
35
- color: rgb(80, 90, 95);
36
-
37
- svg {
38
- fill: #505a5f;
39
- @apply ml-md;
40
- }
41
- }
42
-
43
- .pagination button:nth-child(1) span::after {
44
- content: "\f105";
45
- }
46
-
47
- .fullWidth {
48
- width: 100% !important;
49
- }
50
-
51
- .customTable {
52
- width: 100%;
53
- th {
54
- font-weight: bold;
55
- }
56
-
57
- th,
58
- td {
59
- text-align: left;
60
- border-bottom: 1px solid #b1b4b6;
61
- padding: 15px 10px;
62
- }
63
-
64
- tr:nth-child(odd) {
65
- background-color: #eeeeee;
66
- }
67
- tr:nth-child(even) {
68
- background-color: #fff;
69
- }
70
-
71
- thead {
72
- tr:first-child {
73
- background-color: unset;
74
- }
75
- }
76
- }
77
-
78
- .table-fixed-first-column {
79
- thead {
80
- th:first-child {
81
- position: sticky;
82
- background: #fff;
83
- left: 0;
84
- border-right: 1px solid #b1b4b6;
85
- border-top-left-radius: 4px;
86
- }
87
- }
88
- tbody {
89
- td:first-child {
90
- position: sticky;
91
- background: #fff;
92
- left: 0;
93
- border-right: 1px solid #b1b4b6;
94
- }
95
- }
96
- }
97
- .table-fixed-column-common-pay {
98
- thead {
99
- th:first-child {
100
- position: sticky;
101
- background: rgb(238, 238, 238);
102
- left: 0;
103
- border-top-left-radius: 4px;
104
- }
105
- th:last-child {
106
- position: sticky;
107
- background: rgb(238, 238, 238);
108
- right: 0;
109
- border-top-left-radius: 4px;
110
- }
111
- }
112
- tbody {
113
- td:first-child {
114
- position: sticky;
115
- background: rgb(238, 238, 238);
116
- left: 0;
117
- }
118
- td:last-child {
119
- position: sticky;
120
- background: rgb(238, 238, 238);
121
- right: 0;
122
- }
123
- }
124
- }
125
-
126
- .table-fixed-first-second-column {
127
- thead {
128
- th:nth-child(2) {
129
- position: sticky;
130
- left: 0;
131
- background-color: white;
132
- }
133
- }
134
- tbody {
135
- td:nth-child(2) {
136
- position: sticky;
137
- left: 0;
138
- background-color: inherit;
139
- }
140
- }
141
- }
142
- .table-border-style {
143
- border: 1px solid #b1b4b6;
144
- border-radius: 4px;
145
- border-spacing: 0;
146
- border-collapse: separate;
147
- }
148
- .dss-table-wrapper {
149
- width: 100%;
150
- display: block;
151
- overflow-x: auto;
152
- table {
153
- th {
154
- .tooltip {
155
- min-width: 80px;
156
- }
157
- }
158
- tr {
159
- td {
160
- span {
161
- white-space: pre;
162
- min-width: 80px;
163
- }
164
- }
165
- }
166
- }
167
- }
168
-
169
- .reports-table {
170
- margin-top: 2rem;
171
- thead {
172
- th {
173
- &:first-child {
174
- min-width: unset;
175
- }
176
- }
177
- }
178
- }
1
+ .table {
2
+ @apply bg-white w-full;
3
+ border-radius: 8px;
4
+
5
+ thead {
6
+ th {
7
+ padding: 20px 18px;
8
+ @apply font-bold align-middle text-left;
9
+ &:first-child {
10
+ min-width: 100px;
11
+ }
12
+ &:nth-child(2) {
13
+ min-width: 150px;
14
+ }
15
+ }
16
+ }
17
+
18
+ tbody {
19
+ border: none;
20
+ padding: 0;
21
+ margin: 0;
22
+ td {
23
+ @apply border-t border-border text-left align-middle;
24
+ padding: "20px 18px";
25
+ }
26
+ }
27
+ }
28
+
29
+ .pagination {
30
+ display: flex;
31
+ justify-content: flex-end;
32
+ background-color: rgba(255, 255, 255, var(--bg-opacity));
33
+ border-top: 1px solid rgb(214, 213, 212);
34
+ padding: 20px 40px 20px 0px;
35
+ color: rgb(80, 90, 95);
36
+
37
+ svg {
38
+ fill: #505a5f;
39
+ @apply ml-md;
40
+ }
41
+ }
42
+
43
+ .pagination button:nth-child(1) span::after {
44
+ content: "\f105";
45
+ }
46
+
47
+ .fullWidth {
48
+ width: 100% !important;
49
+ }
50
+
51
+ .customTable {
52
+ width: 100%;
53
+ th {
54
+ font-weight: bold;
55
+ }
56
+
57
+ th,
58
+ td {
59
+ text-align: left;
60
+ border-bottom: 1px solid #b1b4b6;
61
+ padding: 15px 10px;
62
+ }
63
+
64
+ tr:nth-child(odd) {
65
+ background-color: #eeeeee;
66
+ }
67
+ tr:nth-child(even) {
68
+ background-color: #fff;
69
+ }
70
+
71
+ thead {
72
+ tr:first-child {
73
+ background-color: unset;
74
+ }
75
+ }
76
+ }
77
+
78
+ .table-fixed-first-column {
79
+ thead {
80
+ th:first-child {
81
+ position: sticky;
82
+ background: #fff;
83
+ left: 0;
84
+ border-right: 1px solid #b1b4b6;
85
+ border-top-left-radius: 4px;
86
+ }
87
+ }
88
+ tbody {
89
+ td:first-child {
90
+ position: sticky;
91
+ background: #fff;
92
+ left: 0;
93
+ border-right: 1px solid #b1b4b6;
94
+ }
95
+ }
96
+ }
97
+ .table-fixed-column-common-pay {
98
+ thead {
99
+ th:first-child {
100
+ position: sticky;
101
+ background: rgb(238, 238, 238);
102
+ left: 0;
103
+ border-top-left-radius: 4px;
104
+ }
105
+ th:last-child {
106
+ position: sticky;
107
+ background: rgb(238, 238, 238);
108
+ right: 0;
109
+ border-top-left-radius: 4px;
110
+ }
111
+ }
112
+ tbody {
113
+ td:first-child {
114
+ position: sticky;
115
+ background: rgb(238, 238, 238);
116
+ left: 0;
117
+ }
118
+ td:last-child {
119
+ position: sticky;
120
+ background: rgb(238, 238, 238);
121
+ right: 0;
122
+ }
123
+ }
124
+ }
125
+
126
+ .table-fixed-first-second-column {
127
+ thead {
128
+ th:nth-child(2) {
129
+ position: sticky;
130
+ left: 0;
131
+ background-color: white;
132
+ }
133
+ }
134
+ tbody {
135
+ td:nth-child(2) {
136
+ position: sticky;
137
+ left: 0;
138
+ background-color: inherit;
139
+ }
140
+ }
141
+ }
142
+ .table-border-style {
143
+ border: 1px solid #b1b4b6;
144
+ border-radius: 4px;
145
+ border-spacing: 0;
146
+ border-collapse: separate;
147
+ }
148
+ .dss-table-wrapper {
149
+ width: 100%;
150
+ display: block;
151
+ overflow-x: auto;
152
+ table {
153
+ th {
154
+ .tooltip {
155
+ min-width: 80px;
156
+ }
157
+ }
158
+ tr {
159
+ td {
160
+ span {
161
+ white-space: pre;
162
+ min-width: 80px;
163
+ }
164
+ }
165
+ }
166
+ }
167
+ }
168
+
169
+ .reports-table {
170
+ margin-top: 2rem;
171
+ thead {
172
+ th {
173
+ &:first-child {
174
+ min-width: unset;
175
+ }
176
+ }
177
+ }
178
+ }
@@ -1,27 +1,27 @@
1
- .tag-container {
2
- @apply flex flex-wrap mb-md;
3
- .tag {
4
- @apply bg-grey-mid rounded-2xl pt-sm pb-sm flex justify-between items-center;
5
- padding-left: 12px;
6
- padding-right: 12px;
7
- font-size: 14px;
8
- margin-left: 2px;
9
- height: 2rem;
10
- margin-top: 1rem;
11
- .text {
12
- padding-right: 5px;
13
- max-width: calc( 100% - 24px );
14
- height: 22px;
15
- overflow: hidden;
16
- text-overflow: clip;
17
- }
18
-
19
- &:hover {
20
- @apply cursor-pointer;
21
-
22
- .close {
23
- fill: black;
24
- }
25
- }
26
- }
27
- }
1
+ .tag-container {
2
+ @apply flex flex-wrap mb-md;
3
+ .tag {
4
+ @apply bg-grey-mid rounded-2xl pt-sm pb-sm flex justify-between items-center;
5
+ padding-left: 12px;
6
+ padding-right: 12px;
7
+ font-size: 14px;
8
+ margin-left: 2px;
9
+ height: 2rem;
10
+ margin-top: 1rem;
11
+ .text {
12
+ padding-right: 5px;
13
+ max-width: calc( 100% - 24px );
14
+ height: 22px;
15
+ overflow: hidden;
16
+ text-overflow: clip;
17
+ }
18
+
19
+ &:hover {
20
+ @apply cursor-pointer;
21
+
22
+ .close {
23
+ fill: black;
24
+ }
25
+ }
26
+ }
27
+ }
@@ -1,17 +1,17 @@
1
- .telephone {
2
- @apply flex items-baseline;
3
- img,
4
- svg {
5
- height: 22px;
6
- width: 20px;
7
- @apply text-primary-main ml-sm items-center;
8
- }
9
-
10
- p {
11
- @apply text-text-primary text-body-l pl-sm;
12
- }
13
- }
14
-
15
- .call {
16
- @apply flex text-text-secondary text-body-l;
17
- }
1
+ .telephone {
2
+ @apply flex items-baseline;
3
+ img,
4
+ svg {
5
+ height: 22px;
6
+ width: 20px;
7
+ @apply text-primary-main ml-sm items-center;
8
+ }
9
+
10
+ p {
11
+ @apply text-text-primary text-body-l pl-sm;
12
+ }
13
+ }
14
+
15
+ .call {
16
+ @apply flex text-text-secondary text-body-l;
17
+ }