@pmidc/upyog-css 1.1.10 → 1.1.12

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 (129) hide show
  1. package/dist/index.css +1174 -350
  2. package/dist/index.min.css +1 -1
  3. package/package.json +1 -1
  4. package/src/components/CardBasedOptions.scss +535 -534
  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/NewAccordianCitizen.scss +130 -130
  10. package/src/components/OnGroundEventCard.scss +71 -71
  11. package/src/components/PageBasedInput.scss +30 -30
  12. package/src/components/PopupHeadingLabel.scss +14 -14
  13. package/src/components/PropertySearchForm.scss +58 -58
  14. package/src/components/SearchForm.scss +56 -56
  15. package/src/components/SearchOnRadioButton.scss +9 -9
  16. package/src/components/StandaloneSearchBar.scss +9 -9
  17. package/src/components/SurveyModal.scss +195 -0
  18. package/src/components/TimeLine.scss +96 -96
  19. package/src/components/WhatsNewCard.scss +12 -12
  20. package/src/components/actionLink.scss +3 -3
  21. package/src/components/actionbar.scss +99 -96
  22. package/src/components/bannercomponents.scss +137 -137
  23. package/src/components/body.scss +450 -261
  24. package/src/components/buttons.scss +134 -118
  25. package/src/components/card.scss +627 -595
  26. package/src/components/cardHeaderWithOptions.scss +13 -13
  27. package/src/components/changeLanguage.scss +3 -3
  28. package/src/components/charts.scss +185 -185
  29. package/src/components/checkbox.scss +83 -83
  30. package/src/components/checkpoint.scss +65 -65
  31. package/src/components/citizenInfoLabel.scss +14 -14
  32. package/src/components/custombtn.scss +15 -15
  33. package/src/components/datatable.scss +118 -116
  34. package/src/components/datewrap.scss +21 -21
  35. package/src/components/detailscard.scss +6 -6
  36. package/src/components/detailscontainer.scss +13 -13
  37. package/src/components/filters.scss +97 -97
  38. package/src/components/grey.scss +3 -3
  39. package/src/components/hoc/InboxComposer.scss +115 -115
  40. package/src/components/howItWorks.scss +71 -71
  41. package/src/components/imageviewer.scss +33 -33
  42. package/src/components/info-banner.scss +35 -35
  43. package/src/components/inputotp.scss +15 -15
  44. package/src/components/keynote.scss +29 -29
  45. package/src/components/languageSelector.scss +24 -24
  46. package/src/components/loader.scss +96 -96
  47. package/src/components/map.scss +36 -36
  48. package/src/components/metricsTable.scss +26 -26
  49. package/src/components/multiLink.scss +87 -87
  50. package/src/components/multiSelectDropdown.scss +88 -88
  51. package/src/components/navbar.scss +377 -377
  52. package/src/components/newFooter.scss +75 -75
  53. package/src/components/plusMinus.scss +15 -15
  54. package/src/components/popup.scss +15 -15
  55. package/src/components/radiobtn.scss +44 -44
  56. package/src/components/ratingstar.scss +33 -33
  57. package/src/components/roundedLabel.scss +10 -10
  58. package/src/components/searchAction.scss +27 -27
  59. package/src/components/sectionalDropdown.scss +43 -43
  60. package/src/components/selectdropdown.scss +279 -276
  61. package/src/components/staticDynamicMessages.scss +110 -110
  62. package/src/components/staticSideBar.scss +27 -27
  63. package/src/components/statushighlight.scss +17 -17
  64. package/src/components/submiterrors.scss +11 -11
  65. package/src/components/summary.scss +28 -28
  66. package/src/components/table.scss +383 -362
  67. package/src/components/tag.scss +27 -27
  68. package/src/components/telephone.scss +17 -17
  69. package/src/components/textfields.scss +138 -136
  70. package/src/components/toast.scss +31 -31
  71. package/src/components/toggleSwitch.scss +40 -40
  72. package/src/components/topbar.scss +217 -217
  73. package/src/components/uploadcomponents.scss +113 -113
  74. package/src/index.scss +1377 -1031
  75. package/src/modules/adv/index.scss +552 -552
  76. package/src/modules/rentAndLease/index.scss +227 -227
  77. package/src/pages/citizen/CitizenEngagementNotificationWrapper.scss +8 -8
  78. package/src/pages/citizen/CitizenLogin.scss +50 -50
  79. package/src/pages/citizen/DocumentList.scss +454 -448
  80. package/src/pages/citizen/Events.scss +46 -46
  81. package/src/pages/citizen/HomePageWrapper.scss +215 -214
  82. package/src/pages/citizen/InboxCard.scss +378 -327
  83. package/src/pages/citizen/SurveyList.scss +21 -21
  84. package/src/pages/citizen/citizenDocument.scss +25 -25
  85. package/src/pages/citizen/citizenNewLogin.scss +352 -357
  86. package/src/pages/citizen/container.scss +32 -32
  87. package/src/pages/citizen/loaderMessage.scss +341 -295
  88. package/src/pages/citizen/payment/payment-type.scss +2 -2
  89. package/src/pages/citizen/updatePropertyNumber.scss +46 -46
  90. package/src/pages/common/form.scss +25 -25
  91. package/src/pages/common/newApplicationTimeline.scss +319 -319
  92. package/src/pages/common/pgrUICssfix.scss +105 -105
  93. package/src/pages/common/requiredField.scss +2 -2
  94. package/src/pages/common/sanctionFeeTable.scss +91 -91
  95. package/src/pages/common/searchIcon.scss +12 -12
  96. package/src/pages/common/stepForm.scss +40 -40
  97. package/src/pages/employee/EmployeeLogin.scss +6 -6
  98. package/src/pages/employee/cardfix.scss +13 -13
  99. package/src/pages/employee/container.scss +73 -73
  100. package/src/pages/employee/dashboard.scss +203 -203
  101. package/src/pages/employee/disconnection.scss +425 -425
  102. package/src/pages/employee/dss.scss +251 -251
  103. package/src/pages/employee/faq.scss +353 -353
  104. package/src/pages/employee/footer.scss +68 -68
  105. package/src/pages/employee/form-fields.scss +13 -13
  106. package/src/pages/employee/header.scss +262 -262
  107. package/src/pages/employee/iframe.scss +65 -65
  108. package/src/pages/employee/inbox.scss +744 -744
  109. package/src/pages/employee/index.scss +694 -677
  110. package/src/pages/employee/landing.scss +1782 -1782
  111. package/src/pages/employee/login.scss +253 -252
  112. package/src/pages/employee/oldMobileInbox.scss +4 -4
  113. package/src/pages/employee/popupmodule.scss +47 -47
  114. package/src/pages/employee/response.scss +2 -2
  115. package/src/pages/employee/scroll-table.scss +113 -113
  116. package/src/pages/employee/surveys.scss +469 -469
  117. package/src/pages/employee/tooltip.scss +35 -35
  118. package/src/pages/employee/updateNumber.scss +12 -12
  119. package/src/pages/swach/index.scss +174 -172
  120. package/src/pages/ws/index.scss +104 -104
  121. package/svg/camera.svg +4 -4
  122. package/svg/check.svg +3 -3
  123. package/svg/close.svg +4 -4
  124. package/svg/error.svg +3 -3
  125. package/svg/error2.svg +5 -5
  126. package/svg/searchicon.svg +3 -3
  127. package/svg/starempty.svg +3 -3
  128. package/svg/starfilled.svg +4 -4
  129. package/svg/success.svg +3 -3
@@ -1,97 +1,100 @@
1
- .action-bar-wrap {
2
- box-shadow: rgba(0, 0, 0, 0.16) 0 -2px 8px;
3
- z-index: 100;
4
- height: 75px;
5
-
6
- @apply left-0 bottom-0 w-full bg-white py-lg px-xxl fixed text-right;
7
-
8
- div {
9
- @apply w-full;
10
- }
11
- .menu-wrap {
12
- @apply absolute bg-white text-left mb-xs z-30 cursor-pointer;
13
- bottom: 45px;
14
- box-shadow: rgba(0, 0, 0, 0.14) 0 8px 10px 1px, rgba(0, 0, 0, 0.12) 0 3px 14px 2px, rgba(0, 0, 0, 0.2) 0 5px 5px -3px;
15
- width: calc(100% - 16px);
16
- right: 8px;
17
-
18
- div {
19
- @apply h-12 pl-sm py-md text-body-l text-text-primary;
20
-
21
- &:hover {
22
- @apply bg-grey-mid w-full;
23
- }
24
- }
25
- }
26
- }
27
-
28
- @screen dt {
29
- .action-bar-wrap {
30
- box-shadow: rgba(0, 0, 0, 0.16) 0 -2px 8px;
31
- left: 0;
32
- max-width: none;
33
- z-index: 999;
34
-
35
- @apply fixed bottom-0 bg-white py-lg pr-lg text-right;
36
-
37
- div {
38
- width: calc(100% - 16px);
39
- }
40
-
41
- .menu-wrap {
42
- bottom: 45px;
43
- top: unset;
44
- box-shadow: rgba(0, 0, 0, 0.14) 0 8px 10px 1px, rgba(0, 0, 0, 0.12) 0 3px 14px 2px, rgba(0, 0, 0, 0.2) 0 5px 5px -3px;
45
- @apply absolute h-auto bg-white text-left mb-xs z-30;
46
- width: 240px;
47
- right: 24px;
48
-
49
- div {
50
- @apply h-12 pl-sm py-md text-body-l text-text-primary;
51
-
52
- &:hover {
53
- @apply bg-grey-mid w-full;
54
- }
55
- }
56
- }
57
- }
58
- }
59
-
60
- .action-bar-wrap-registry {
61
-
62
- div {
63
- @apply w-full;
64
- }
65
- .menu-wrap {
66
- @apply absolute bg-white text-left mb-xs z-30 cursor-pointer;
67
- box-shadow: rgba(0, 0, 0, 0.14) 0 8px 10px 1px, rgba(0, 0, 0, 0.12) 0 3px 14px 2px, rgba(0, 0, 0, 0.2) 0 5px 5px -3px;
68
- width: 160px;
69
- right: 60px;
70
-
71
- div {
72
- @apply h-12 pl-sm py-md text-body-l text-text-primary;
73
-
74
- &:hover {
75
- @apply bg-grey-mid w-full;
76
- }
77
- }
78
- }
79
-
80
- .search-add {
81
- padding: 12px 16px;
82
- color: rgb(244, 119, 56);
83
- display: flex;
84
- cursor: pointer;
85
- }
86
-
87
- .search-add-icon {
88
- background: rgb(244, 119, 56);
89
- border-radius: 50%;
90
- height: 24px;
91
- width: 24px;
92
- display: flex;
93
- justify-content: center;
94
- align-items: center;
95
- margin-left: 10px;
96
- }
1
+ .action-bar-wrap {
2
+ box-shadow: rgba(0, 0, 0, 0.16) 0 -2px 8px;
3
+ z-index: 100;
4
+ height: 75px;
5
+
6
+ @apply left-0 bottom-0 w-full bg-white py-lg px-xxl fixed text-right;
7
+
8
+ div {
9
+ @apply w-full;
10
+ }
11
+ .menu-wrap {
12
+ @apply absolute bg-white text-left mb-xs z-30 cursor-pointer;
13
+ bottom: 45px;
14
+ box-shadow: rgba(0, 0, 0, 0.14) 0 8px 10px 1px, rgba(0, 0, 0, 0.12) 0 3px 14px 2px, rgba(0, 0, 0, 0.2) 0 5px 5px -3px;
15
+ width: auto;
16
+ min-width: 200px;
17
+ max-width: calc(100% - 16px);
18
+ padding: 2px;
19
+ right: 8px;
20
+
21
+ div {
22
+ @apply h-12 pl-sm py-md text-body-l text-text-primary;
23
+
24
+ &:hover {
25
+ @apply bg-grey-mid w-full;
26
+ }
27
+ }
28
+ }
29
+ }
30
+
31
+ @screen dt {
32
+ .action-bar-wrap {
33
+ box-shadow: rgba(0, 0, 0, 0.16) 0 -2px 8px;
34
+ left: 0;
35
+ max-width: none;
36
+ z-index: 999;
37
+
38
+ @apply fixed bottom-0 bg-white py-lg pr-lg text-right;
39
+
40
+ div {
41
+ width: calc(100% - 16px);
42
+ }
43
+
44
+ .menu-wrap {
45
+ bottom: 45px;
46
+ top: unset;
47
+ box-shadow: rgba(0, 0, 0, 0.14) 0 8px 10px 1px, rgba(0, 0, 0, 0.12) 0 3px 14px 2px, rgba(0, 0, 0, 0.2) 0 5px 5px -3px;
48
+ @apply absolute h-auto bg-white text-left mb-xs z-30;
49
+ width: 240px;
50
+ right: 24px;
51
+
52
+ div {
53
+ @apply h-12 pl-sm py-md text-body-l text-text-primary;
54
+
55
+ &:hover {
56
+ @apply bg-grey-mid w-full;
57
+ }
58
+ }
59
+ }
60
+ }
61
+ }
62
+
63
+ .action-bar-wrap-registry {
64
+
65
+ div {
66
+ @apply w-full;
67
+ }
68
+ .menu-wrap {
69
+ @apply absolute bg-white text-left mb-xs z-30 cursor-pointer;
70
+ box-shadow: rgba(0, 0, 0, 0.14) 0 8px 10px 1px, rgba(0, 0, 0, 0.12) 0 3px 14px 2px, rgba(0, 0, 0, 0.2) 0 5px 5px -3px;
71
+ width: 160px;
72
+ right: 60px;
73
+
74
+ div {
75
+ @apply h-12 pl-sm py-md text-body-l text-text-primary;
76
+
77
+ &:hover {
78
+ @apply bg-grey-mid w-full;
79
+ }
80
+ }
81
+ }
82
+
83
+ .search-add {
84
+ padding: 12px 16px;
85
+ color: rgb(244, 119, 56);
86
+ display: flex;
87
+ cursor: pointer;
88
+ }
89
+
90
+ .search-add-icon {
91
+ background: rgb(244, 119, 56);
92
+ border-radius: 50%;
93
+ height: 24px;
94
+ width: 24px;
95
+ display: flex;
96
+ justify-content: center;
97
+ align-items: center;
98
+ margin-left: 10px;
99
+ }
97
100
  }
@@ -1,137 +1,137 @@
1
- .success-wrap,
2
- .emp-success-wrap {
3
- @apply block bg-success w-full text-center text-white pt-md pb-sm mb-md;
4
-
5
- header {
6
- @apply block mb-sm font-rc font-bold text-heading-xl;
7
- }
8
-
9
- div {
10
- img {
11
- padding: 13.67px;
12
- margin-left: auto;
13
- margin-right: auto;
14
- @apply border border-solid border-white rounded-full h-16 w-16 bg-white mb-md;
15
- }
16
-
17
- svg {
18
- padding: 13.67px;
19
- margin-left: auto;
20
- margin-right: auto;
21
- @apply border border-solid border-white rounded-full h-16 w-16 bg-white mb-md;
22
- }
23
-
24
- svg.payment-svg {
25
- border: unset;
26
- background-color: unset;
27
- @apply rounded-full;
28
- }
29
-
30
- h2 {
31
- @apply font-bold text-caption-m mb-sm;
32
- }
33
-
34
- p {
35
- @apply font-bold text-caption-l;
36
- }
37
- }
38
- }
39
-
40
- .error-wrap,
41
- .emp-error-wrap {
42
- @apply block bg-error w-full text-center text-white pt-md pb-sm mb-md;
43
-
44
- header {
45
- @apply block mb-sm font-rc font-bold text-heading-xl;
46
- }
47
-
48
- img {
49
- margin-left: auto;
50
- margin-right: auto;
51
- padding: 13.67px;
52
- @apply border border-solid border-white rounded-full bg-white h-16 w-16 mb-md;
53
- }
54
-
55
- svg {
56
- margin-left: auto;
57
- margin-right: auto;
58
- padding: 13.67px;
59
- @apply border border-solid border-white rounded-full bg-white h-16 w-16 mb-md;
60
- }
61
- }
62
-
63
- @screen dt {
64
- .success-wrap {
65
- width: calc(100%);
66
- header {
67
- @apply text-heading-xl-dt;
68
- }
69
- }
70
- .emp-success-wrap {
71
- width: calc(100%);
72
- header {
73
- @apply text-heading-xl-dt;
74
- }
75
- }
76
-
77
- .error-wrap {
78
- width: calc(100%);
79
- header {
80
- @apply text-heading-xl-dt;
81
- }
82
- }
83
-
84
- .emp-error-wrap {
85
- width: calc(100%);
86
- header {
87
- @apply text-heading-xl-dt;
88
- }
89
- }
90
- }
91
-
92
- .photos-wrap {
93
- max-width: 640px;
94
- @apply flex pt-md;
95
-
96
- img {
97
- width: calc(33% - 9.333px);
98
- margin-right: 14px;
99
- }
100
-
101
- svg {
102
- width: calc(33% - 9.333px);
103
- margin-right: 14px;
104
- }
105
-
106
- .last {
107
- width: calc(33% - 9.333px);
108
- }
109
- }
110
-
111
- .banner {
112
- @apply flex justify-center items-center;
113
- height: calc(100vh - 80px);
114
- position: relative;
115
-
116
- .bannerCard {
117
- min-width: 400px;
118
- }
119
- .bannerLogo {
120
- width: 80px;
121
- height: 40px;
122
- object-fit: contain;
123
- padding-right: 10px;
124
- margin-right: 10px;
125
- border-right: 1px solid #0b0c0c;
126
- }
127
- .bannerHeader {
128
- @apply flex justify-center items-center;
129
- margin-bottom: 24px;
130
- }
131
- }
132
-
133
- .banner-container {
134
- flex-direction: column;
135
- justify-content: center;
136
- align-items: center !important;
137
- }
1
+ .success-wrap,
2
+ .emp-success-wrap {
3
+ @apply block bg-success w-full text-center text-white pt-md pb-sm mb-md;
4
+
5
+ header {
6
+ @apply block mb-sm font-rc font-bold text-heading-xl;
7
+ }
8
+
9
+ div {
10
+ img {
11
+ padding: 13.67px;
12
+ margin-left: auto;
13
+ margin-right: auto;
14
+ @apply border border-solid border-white rounded-full h-16 w-16 bg-white mb-md;
15
+ }
16
+
17
+ svg {
18
+ padding: 13.67px;
19
+ margin-left: auto;
20
+ margin-right: auto;
21
+ @apply border border-solid border-white rounded-full h-16 w-16 bg-white mb-md;
22
+ }
23
+
24
+ svg.payment-svg {
25
+ border: unset;
26
+ background-color: unset;
27
+ @apply rounded-full;
28
+ }
29
+
30
+ h2 {
31
+ @apply font-bold text-caption-m mb-sm;
32
+ }
33
+
34
+ p {
35
+ @apply font-bold text-caption-l;
36
+ }
37
+ }
38
+ }
39
+
40
+ .error-wrap,
41
+ .emp-error-wrap {
42
+ @apply block bg-error w-full text-center text-white pt-md pb-sm mb-md;
43
+
44
+ header {
45
+ @apply block mb-sm font-rc font-bold text-heading-xl;
46
+ }
47
+
48
+ img {
49
+ margin-left: auto;
50
+ margin-right: auto;
51
+ padding: 13.67px;
52
+ @apply border border-solid border-white rounded-full bg-white h-16 w-16 mb-md;
53
+ }
54
+
55
+ svg {
56
+ margin-left: auto;
57
+ margin-right: auto;
58
+ padding: 13.67px;
59
+ @apply border border-solid border-white rounded-full bg-white h-16 w-16 mb-md;
60
+ }
61
+ }
62
+
63
+ @screen dt {
64
+ .success-wrap {
65
+ width: calc(100%);
66
+ header {
67
+ @apply text-heading-xl-dt;
68
+ }
69
+ }
70
+ .emp-success-wrap {
71
+ width: calc(100%);
72
+ header {
73
+ @apply text-heading-xl-dt;
74
+ }
75
+ }
76
+
77
+ .error-wrap {
78
+ width: calc(100%);
79
+ header {
80
+ @apply text-heading-xl-dt;
81
+ }
82
+ }
83
+
84
+ .emp-error-wrap {
85
+ width: calc(100%);
86
+ header {
87
+ @apply text-heading-xl-dt;
88
+ }
89
+ }
90
+ }
91
+
92
+ .photos-wrap {
93
+ max-width: 640px;
94
+ @apply flex pt-md;
95
+
96
+ img {
97
+ width: calc(33% - 9.333px);
98
+ margin-right: 14px;
99
+ }
100
+
101
+ svg {
102
+ width: calc(33% - 9.333px);
103
+ margin-right: 14px;
104
+ }
105
+
106
+ .last {
107
+ width: calc(33% - 9.333px);
108
+ }
109
+ }
110
+
111
+ .banner {
112
+ @apply flex justify-center items-center;
113
+ height: calc(100vh - 80px);
114
+ position: relative;
115
+
116
+ .bannerCard {
117
+ min-width: 400px;
118
+ }
119
+ .bannerLogo {
120
+ width: 80px;
121
+ height: 40px;
122
+ object-fit: contain;
123
+ padding-right: 10px;
124
+ margin-right: 10px;
125
+ border-right: 1px solid #0b0c0c;
126
+ }
127
+ .bannerHeader {
128
+ @apply flex justify-center items-center;
129
+ margin-bottom: 24px;
130
+ }
131
+ }
132
+
133
+ .banner-container {
134
+ flex-direction: column;
135
+ justify-content: center;
136
+ align-items: center !important;
137
+ }