@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,69 +1,69 @@
1
- .footer-bottom{
2
- background-color: #294A97;
3
- width: 100%;
4
- min-height: 200px;
5
- display: flex;
6
- flex-direction: row;
7
- justify-content:space-around;
8
- padding: 50px 50px 20px 50px;
9
- font-family: Poppins;
10
- font-size: 14px;
11
- color:white;
12
-
13
- @media (max-width : 639px) {
14
- display:flex;
15
- flex-direction: column;
16
- align-items: center;
17
- padding:20px 0px;
18
- }
19
-
20
- }
21
-
22
- .footer-bottom-first{
23
-
24
- h2{
25
- margin-bottom: 10px;
26
- text-align: left;
27
- }
28
-
29
- @media (max-width : 639px) {
30
- padding:20px 0px;
31
- }
32
-
33
- }
34
-
35
- .footer-bottom-second, .footer-bottom-third, .footer-bottom-fourth{
36
-
37
- h1{
38
- margin-bottom: 10px;
39
- text-decoration: underline;
40
- text-align: left;
41
- }
42
-
43
- ul {
44
- list-style-type: disc;
45
- padding: 0px 12px;
46
- text-align: left;
47
- }
48
-
49
- li{
50
- margin: 5px 0px;
51
- padding-left: 10px;
52
- }
53
-
54
- a{
55
- text-decoration: none;
56
- }
57
-
58
- @media (max-width : 639px) {
59
- padding:0px 0px 20px 0px;
60
-
61
- h1{
62
- text-align: center;
63
- }
64
-
65
- ul{
66
- text-align: center;
67
- }
68
- }
1
+ .footer-bottom{
2
+ background-color: #294A97;
3
+ width: 100%;
4
+ min-height: 200px;
5
+ display: flex;
6
+ flex-direction: row;
7
+ justify-content:space-around;
8
+ padding: 50px 50px 20px 50px;
9
+ font-family: Poppins;
10
+ font-size: 14px;
11
+ color:white;
12
+
13
+ @media (max-width : 639px) {
14
+ display:flex;
15
+ flex-direction: column;
16
+ align-items: center;
17
+ padding:20px 0px;
18
+ }
19
+
20
+ }
21
+
22
+ .footer-bottom-first{
23
+
24
+ h2{
25
+ margin-bottom: 10px;
26
+ text-align: left;
27
+ }
28
+
29
+ @media (max-width : 639px) {
30
+ padding:20px 0px;
31
+ }
32
+
33
+ }
34
+
35
+ .footer-bottom-second, .footer-bottom-third, .footer-bottom-fourth{
36
+
37
+ h1{
38
+ margin-bottom: 10px;
39
+ text-decoration: underline;
40
+ text-align: left;
41
+ }
42
+
43
+ ul {
44
+ list-style-type: disc;
45
+ padding: 0px 12px;
46
+ text-align: left;
47
+ }
48
+
49
+ li{
50
+ margin: 5px 0px;
51
+ padding-left: 10px;
52
+ }
53
+
54
+ a{
55
+ text-decoration: none;
56
+ }
57
+
58
+ @media (max-width : 639px) {
59
+ padding:0px 0px 20px 0px;
60
+
61
+ h1{
62
+ text-align: center;
63
+ }
64
+
65
+ ul{
66
+ text-align: center;
67
+ }
68
+ }
69
69
  }
@@ -1,13 +1,13 @@
1
- .form-field{
2
- @apply w-full
3
- }
4
-
5
- @screen dt {
6
- .form-field{
7
- @apply w-1/2
8
- }
9
-
10
- .desktop-w-full{
11
- @apply w-full !important
12
- }
13
- }
1
+ .form-field{
2
+ @apply w-full
3
+ }
4
+
5
+ @screen dt {
6
+ .form-field{
7
+ @apply w-1/2
8
+ }
9
+
10
+ .desktop-w-full{
11
+ @apply w-full !important
12
+ }
13
+ }
@@ -1,66 +1,66 @@
1
- body {
2
- margin: 0;
3
- padding: 0;
4
- font-family: "Roboto";
5
- background: #f4f7fb;
6
- }
7
-
8
-
9
- .app-container-iframe {
10
- border-width: 0px;
11
- div[class^="MuiCircularProgress"] {
12
- position: sticky;
13
- top: 90%;
14
- left: 50%;
15
- }
16
- div[role^="progressbar"] {
17
- left: 50%;
18
- position: sticky;
19
- }
20
- }
21
-
22
- @media only screen and (min-width: 953px) {
23
- .app-container-iframe {
24
- border-width: 0px;
25
- position: fixed;
26
- width: 83.5%;
27
- height: calc(100vh - 64px);
28
- }
29
- }
30
-
31
-
32
- @media (max-width: 768px) {
33
- .app-container-iframe {
34
- border-width: 0;
35
- width: 100vw;
36
- height: 100vh;
37
- margin: 32px 0 0 0;
38
- }
39
- }
40
- @media (max-width: 375px) {
41
- .app-container-iframe {
42
- border-width: 0;
43
- width: 100vw;
44
- height: 100vh;
45
- margin: 32px 0 0 0;
46
- }
47
- }
48
-
49
- .app-iframe-wrapper{
50
- left: 64px;
51
- border-width: 0;
52
- position: fixed;
53
- top: 80px;
54
- }
55
- .app-iframe{
56
- width: 97%;
57
- height: calc(100vh - 90px);
58
- border-width: 0;
59
- position: fixed;
60
- }
61
- @media (max-width: 768px) {
62
-
63
- .app-iframe-wrapper{
64
- left: 0px;
65
- }
1
+ body {
2
+ margin: 0;
3
+ padding: 0;
4
+ font-family: "Roboto";
5
+ background: #f4f7fb;
6
+ }
7
+
8
+
9
+ .app-container-iframe {
10
+ border-width: 0px;
11
+ div[class^="MuiCircularProgress"] {
12
+ position: sticky;
13
+ top: 90%;
14
+ left: 50%;
15
+ }
16
+ div[role^="progressbar"] {
17
+ left: 50%;
18
+ position: sticky;
19
+ }
20
+ }
21
+
22
+ @media only screen and (min-width: 953px) {
23
+ .app-container-iframe {
24
+ border-width: 0px;
25
+ position: fixed;
26
+ width: 83.5%;
27
+ height: calc(100vh - 64px);
28
+ }
29
+ }
30
+
31
+
32
+ @media (max-width: 768px) {
33
+ .app-container-iframe {
34
+ border-width: 0;
35
+ width: 100vw;
36
+ height: 100vh;
37
+ margin: 32px 0 0 0;
38
+ }
39
+ }
40
+ @media (max-width: 375px) {
41
+ .app-container-iframe {
42
+ border-width: 0;
43
+ width: 100vw;
44
+ height: 100vh;
45
+ margin: 32px 0 0 0;
46
+ }
47
+ }
48
+
49
+ .app-iframe-wrapper{
50
+ left: 64px;
51
+ border-width: 0;
52
+ position: fixed;
53
+ top: 80px;
54
+ }
55
+ .app-iframe{
56
+ width: 97%;
57
+ height: calc(100vh - 90px);
58
+ border-width: 0;
59
+ position: fixed;
60
+ }
61
+ @media (max-width: 768px) {
62
+
63
+ .app-iframe-wrapper{
64
+ left: 0px;
65
+ }
66
66
  }