@pmidc/upyog-css 1.2.25 → 1.2.27

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 (133) hide show
  1. package/dist/index.css +249 -4
  2. package/dist/index.min.css +1 -1
  3. package/package.json +1 -1
  4. package/src/components/CardBasedOptions.scss +535 -535
  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 -195
  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 -99
  22. package/src/components/bannercomponents.scss +137 -137
  23. package/src/components/body.scss +422 -422
  24. package/src/components/buttons.scss +147 -147
  25. package/src/components/card.scss +968 -920
  26. package/src/components/cardHeaderWithOptions.scss +16 -16
  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 +119 -119
  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/documentSection.scss +134 -134
  38. package/src/components/filters.scss +97 -97
  39. package/src/components/grey.scss +3 -3
  40. package/src/components/hoc/InboxComposer.scss +111 -111
  41. package/src/components/howItWorks.scss +71 -71
  42. package/src/components/imageviewer.scss +33 -33
  43. package/src/components/info-banner.scss +35 -35
  44. package/src/components/inputotp.scss +15 -15
  45. package/src/components/keynote.scss +29 -29
  46. package/src/components/languageSelector.scss +24 -24
  47. package/src/components/loader.scss +96 -96
  48. package/src/components/map.scss +36 -36
  49. package/src/components/metricsTable.scss +26 -26
  50. package/src/components/multiLink.scss +117 -87
  51. package/src/components/multiSelectDropdown.scss +88 -88
  52. package/src/components/navbar.scss +377 -377
  53. package/src/components/newFooter.scss +82 -82
  54. package/src/components/plusMinus.scss +15 -15
  55. package/src/components/popup.scss +26 -26
  56. package/src/components/radiobtn.scss +44 -44
  57. package/src/components/ratingstar.scss +33 -33
  58. package/src/components/roundedLabel.scss +10 -10
  59. package/src/components/searchAction.scss +27 -27
  60. package/src/components/sectionalDropdown.scss +43 -43
  61. package/src/components/selectdropdown.scss +302 -302
  62. package/src/components/staticDynamicMessages.scss +110 -110
  63. package/src/components/staticSideBar.scss +27 -27
  64. package/src/components/statushighlight.scss +17 -17
  65. package/src/components/submiterrors.scss +11 -11
  66. package/src/components/summary.scss +28 -28
  67. package/src/components/table.scss +383 -383
  68. package/src/components/tag.scss +27 -27
  69. package/src/components/telephone.scss +17 -17
  70. package/src/components/textfields.scss +140 -140
  71. package/src/components/toast.scss +31 -31
  72. package/src/components/toggleSwitch.scss +40 -40
  73. package/src/components/topbar.scss +217 -217
  74. package/src/components/uploadcomponents.scss +113 -113
  75. package/src/index.scss +1831 -1643
  76. package/src/modules/BPA/index.scss +98 -98
  77. package/src/modules/adv/index.scss +643 -643
  78. package/src/modules/hrms/index.scss +845 -845
  79. package/src/modules/rentAndLease/index.scss +238 -238
  80. package/src/pages/citizen/CitizenEngagementNotificationWrapper.scss +8 -8
  81. package/src/pages/citizen/CitizenLogin.scss +50 -50
  82. package/src/pages/citizen/DocumentList.scss +454 -454
  83. package/src/pages/citizen/Events.scss +46 -46
  84. package/src/pages/citizen/HomePageWrapper.scss +215 -215
  85. package/src/pages/citizen/InboxCard.scss +378 -378
  86. package/src/pages/citizen/SurveyList.scss +24 -24
  87. package/src/pages/citizen/citizenDocument.scss +25 -25
  88. package/src/pages/citizen/citizenNewLogin.scss +352 -352
  89. package/src/pages/citizen/container.scss +32 -32
  90. package/src/pages/citizen/loaderMessage.scss +341 -341
  91. package/src/pages/citizen/payment/payment-type.scss +2 -2
  92. package/src/pages/citizen/updatePropertyNumber.scss +46 -46
  93. package/src/pages/common/form.scss +25 -25
  94. package/src/pages/common/newApplicationTimeline.scss +339 -339
  95. package/src/pages/common/pgrUICssfix.scss +128 -128
  96. package/src/pages/common/requiredField.scss +2 -2
  97. package/src/pages/common/sanctionFeeTable.scss +91 -91
  98. package/src/pages/common/searchIcon.scss +12 -12
  99. package/src/pages/common/sitePhotoGraphs.scss +27 -0
  100. package/src/pages/common/stepForm.scss +40 -40
  101. package/src/pages/employee/EmployeeLogin.scss +6 -6
  102. package/src/pages/employee/cardfix.scss +13 -13
  103. package/src/pages/employee/container.scss +73 -73
  104. package/src/pages/employee/dashboard.scss +204 -204
  105. package/src/pages/employee/disconnection.scss +425 -425
  106. package/src/pages/employee/dss.scss +251 -251
  107. package/src/pages/employee/faq.scss +353 -353
  108. package/src/pages/employee/footer.scss +68 -68
  109. package/src/pages/employee/form-fields.scss +26 -26
  110. package/src/pages/employee/header.scss +262 -262
  111. package/src/pages/employee/iframe.scss +65 -65
  112. package/src/pages/employee/inbox.scss +1110 -1098
  113. package/src/pages/employee/index.scss +693 -693
  114. package/src/pages/employee/landing.scss +1802 -1802
  115. package/src/pages/employee/login.scss +253 -253
  116. package/src/pages/employee/oldMobileInbox.scss +4 -4
  117. package/src/pages/employee/popupmodule.scss +47 -47
  118. package/src/pages/employee/response.scss +2 -2
  119. package/src/pages/employee/scroll-table.scss +113 -113
  120. package/src/pages/employee/surveys.scss +469 -469
  121. package/src/pages/employee/tooltip.scss +35 -35
  122. package/src/pages/employee/updateNumber.scss +12 -12
  123. package/src/pages/swach/index.scss +231 -231
  124. package/src/pages/ws/index.scss +118 -118
  125. package/svg/camera.svg +4 -4
  126. package/svg/check.svg +3 -3
  127. package/svg/close.svg +4 -4
  128. package/svg/error.svg +3 -3
  129. package/svg/error2.svg +5 -5
  130. package/svg/searchicon.svg +3 -3
  131. package/svg/starempty.svg +3 -3
  132. package/svg/starfilled.svg +4 -4
  133. package/svg/success.svg +3 -3
package/dist/index.css CHANGED
@@ -1797,7 +1797,17 @@ body {
1797
1797
  -webkit-transition: all .2s ease;
1798
1798
  transition: all .2s ease;
1799
1799
  -webkit-box-shadow: 0 8px 20px rgba(37, 99, 235, 0.24);
1800
- box-shadow: 0 8px 20px rgba(37, 99, 235, 0.24); }
1800
+ box-shadow: 0 8px 20px rgba(37, 99, 235, 0.24);
1801
+ padding: 0 12px;
1802
+ display: -webkit-box;
1803
+ display: -ms-flexbox;
1804
+ display: flex;
1805
+ -webkit-box-align: center;
1806
+ -ms-flex-align: center;
1807
+ align-items: center;
1808
+ -webkit-box-pack: center;
1809
+ -ms-flex-pack: center;
1810
+ justify-content: center; }
1801
1811
  .card-link:hover {
1802
1812
  -webkit-transform: translateY(-2px);
1803
1813
  transform: translateY(-2px);
@@ -1815,6 +1825,38 @@ body {
1815
1825
  color: #fff;
1816
1826
  line-height: 40px; }
1817
1827
 
1828
+ @media only screen and (max-width: 1024px) {
1829
+ .card-link {
1830
+ height: 36px;
1831
+ width: 160px;
1832
+ font-size: 12px;
1833
+ padding: 0 10px; }
1834
+ .card-link header {
1835
+ line-height: 36px;
1836
+ font-size: 11px; } }
1837
+
1838
+ @media only screen and (max-width: 768px) {
1839
+ .card-link {
1840
+ height: 34px;
1841
+ width: 145px;
1842
+ font-size: 11px;
1843
+ padding: 0 8px; }
1844
+ .card-link header {
1845
+ line-height: 34px;
1846
+ font-size: 10px; } }
1847
+
1848
+ @media only screen and (max-width: 480px) {
1849
+ .card-link {
1850
+ height: 32px;
1851
+ width: 120px;
1852
+ font-size: 10px;
1853
+ padding: 0 6px;
1854
+ -webkit-box-shadow: 0 4px 12px rgba(37, 99, 235, 0.2);
1855
+ box-shadow: 0 4px 12px rgba(37, 99, 235, 0.2); }
1856
+ .card-link header {
1857
+ line-height: 32px;
1858
+ font-size: 9px; } }
1859
+
1818
1860
  .document-card-link {
1819
1861
  min-width: 160px;
1820
1862
  margin: 12px;
@@ -5433,8 +5475,29 @@ video::-webkit-media-controls-panel {
5433
5475
 
5434
5476
  .multilink-link-button {
5435
5477
  margin: 0;
5436
- font-size: 16px;
5437
- line-height: 24px; }
5478
+ font-size: 14px;
5479
+ font-weight: 600;
5480
+ -webkit-transition: all .2s ease;
5481
+ transition: all .2s ease; }
5482
+
5483
+ @media only screen and (max-width: 1024px) {
5484
+ .multilink-link-button {
5485
+ font-size: 13px;
5486
+ padding: 0 8px; } }
5487
+
5488
+ @media only screen and (max-width: 768px) {
5489
+ .multilink-link-button {
5490
+ font-size: 11px;
5491
+ padding: 0 6px;
5492
+ line-height: 1.3; } }
5493
+
5494
+ @media only screen and (max-width: 480px) {
5495
+ .multilink-link-button {
5496
+ font-size: 9px;
5497
+ padding: 0 4px;
5498
+ line-height: 1.2;
5499
+ max-width: 100px;
5500
+ word-break: break-word; } }
5438
5501
 
5439
5502
  .multilink-optionWrap {
5440
5503
  right: 0;
@@ -9534,7 +9597,8 @@ video::-webkit-media-controls-panel {
9534
9597
  width: 100%;
9535
9598
  height: 120px;
9536
9599
  min-height: 120px;
9537
- max-height: 120px; } }
9600
+ max-height: 120px;
9601
+ min-width: 324px; } }
9538
9602
  .employee-quick-service-card.hovered {
9539
9603
  -webkit-box-shadow: 0 12px 40px rgba(0, 0, 0, 0.15);
9540
9604
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.15);
@@ -9542,6 +9606,12 @@ video::-webkit-media-controls-panel {
9542
9606
  transform: translateY(-4px) scale(1.02);
9543
9607
  border: 2px solid rgba(79, 101, 216, 0.3); }
9544
9608
 
9609
+ @media (max-width: 768px) {
9610
+ .employee-main-application-details .employeeCard {
9611
+ padding: 10px; }
9612
+ .cp {
9613
+ width: 60px !important; } }
9614
+
9545
9615
  .card-icon-container {
9546
9616
  display: -webkit-box;
9547
9617
  display: -ms-flexbox;
@@ -19069,6 +19139,43 @@ body {
19069
19139
  .upload-tag-container {
19070
19140
  width: 80%; } }
19071
19141
 
19142
+ .bpa-site-photograph-container {
19143
+ padding: 50px 0;
19144
+ display: -webkit-box;
19145
+ display: -ms-flexbox;
19146
+ display: flex;
19147
+ -webkit-box-pack: space-evenly;
19148
+ -ms-flex-pack: space-evenly;
19149
+ justify-content: space-evenly;
19150
+ -ms-flex-wrap: wrap;
19151
+ flex-wrap: wrap; }
19152
+
19153
+ .bpa-site-photograph-item {
19154
+ display: -webkit-box;
19155
+ display: -ms-flexbox;
19156
+ display: flex;
19157
+ -webkit-box-orient: vertical;
19158
+ -webkit-box-direction: normal;
19159
+ -ms-flex-direction: column;
19160
+ flex-direction: column;
19161
+ width: 200px;
19162
+ height: 200px;
19163
+ -webkit-box-align: center;
19164
+ -ms-flex-align: center;
19165
+ align-items: center;
19166
+ margin-bottom: 20px; }
19167
+
19168
+ .bpa-site-photograph-photo-wrapper {
19169
+ margin: 5px; }
19170
+
19171
+ .bpa-site-photograph-photo {
19172
+ width: 120px;
19173
+ height: 120px;
19174
+ -o-object-fit: fill;
19175
+ object-fit: fill;
19176
+ border-radius: 10%;
19177
+ cursor: pointer; }
19178
+
19072
19179
  .display-none {
19073
19180
  display: none; }
19074
19181
 
@@ -20530,3 +20637,141 @@ input[type=date], .checkbox-wrap .input-emp[type=date] {
20530
20637
  align-items: baseline;
20531
20638
  grid-gap: 20px;
20532
20639
  gap: 20px; }
20640
+
20641
+ .gcButton {
20642
+ margin-top: 15px; }
20643
+
20644
+ .tableClass {
20645
+ margin-top: 60px; }
20646
+
20647
+ .custom-fee-table-wrapper {
20648
+ overflow-x: auto;
20649
+ -webkit-overflow-scrolling: touch;
20650
+ width: 100%;
20651
+ margin-bottom: 16px;
20652
+ display: block; }
20653
+
20654
+ .custom-fee-table {
20655
+ width: 100%;
20656
+ table-layout: auto;
20657
+ min-width: 600px;
20658
+ border-collapse: collapse; }
20659
+
20660
+ .custom-fee-table-header {
20661
+ padding: 14px 12px;
20662
+ font-size: 12px;
20663
+ white-space: nowrap; }
20664
+
20665
+ .custom-fee-table-cell {
20666
+ padding: 14px 12px;
20667
+ font-size: 13px; }
20668
+
20669
+ .custom-fee-table-cell-taxhead {
20670
+ min-width: 150px; }
20671
+
20672
+ .custom-fee-table-cell-amount, .custom-fee-table-cell-remark {
20673
+ padding: 14px 12px; }
20674
+
20675
+ .custom-fee-history-section {
20676
+ margin-top: 16px; }
20677
+
20678
+ .custom-fee-history-toggle {
20679
+ cursor: pointer; }
20680
+
20681
+ .custom-fee-history-table-wrapper {
20682
+ overflow-x: auto;
20683
+ -webkit-overflow-scrolling: touch;
20684
+ margin-top: 8px;
20685
+ display: block;
20686
+ width: 100%; }
20687
+
20688
+ .custom-fee-history-table {
20689
+ width: 100%;
20690
+ table-layout: auto;
20691
+ min-width: 500px;
20692
+ border-collapse: collapse; }
20693
+
20694
+ .custom-fee-history-header {
20695
+ padding: 12px 8px;
20696
+ font-size: 12px;
20697
+ white-space: nowrap;
20698
+ min-width: 120px; }
20699
+
20700
+ .custom-fee-history-cell {
20701
+ padding: 12px 8px;
20702
+ min-width: 120px;
20703
+ vertical-align: top; }
20704
+
20705
+ .custom-fee-history-content {
20706
+ font-size: 12px; }
20707
+
20708
+ .custom-fee-history-label, .custom-fee-history-row {
20709
+ margin-bottom: 8px; }
20710
+
20711
+ .custom-fee-history-label-value {
20712
+ word-break: break-word; }
20713
+
20714
+ .custom-fee-table-input {
20715
+ width: 100%;
20716
+ padding: 8px;
20717
+ border: 1px solid #ccc;
20718
+ border-radius: 4px;
20719
+ font-size: 13px;
20720
+ -webkit-box-sizing: border-box;
20721
+ box-sizing: border-box; }
20722
+
20723
+ .checklist-document-table-wrapper {
20724
+ overflow-x: auto;
20725
+ -webkit-overflow-scrolling: touch;
20726
+ width: 100%;
20727
+ display: block; }
20728
+
20729
+ .checklist-document-table {
20730
+ width: 100%;
20731
+ table-layout: auto;
20732
+ min-width: 500px;
20733
+ border-collapse: collapse; }
20734
+
20735
+ .checklist-table-header {
20736
+ padding: 14px 12px;
20737
+ font-size: 12px;
20738
+ white-space: nowrap; }
20739
+
20740
+ .checklist-table-header-srno {
20741
+ width: 60px;
20742
+ text-align: center; }
20743
+
20744
+ .checklist-table-header-doc-name {
20745
+ min-width: 150px; }
20746
+
20747
+ .checklist-table-header-doc-file {
20748
+ min-width: 100px; }
20749
+
20750
+ .checklist-table-header-remark {
20751
+ min-width: 150px; }
20752
+
20753
+ .checklist-table-cell {
20754
+ padding: 14px 12px; }
20755
+
20756
+ .checklist-table-cell-srno {
20757
+ width: 60px;
20758
+ text-align: center; }
20759
+
20760
+ .checklist-table-cell-doc-name {
20761
+ font-size: 13px;
20762
+ min-width: 150px; }
20763
+
20764
+ .checklist-table-cell-file {
20765
+ min-width: 100px; }
20766
+
20767
+ .checklist-table-cell-remark {
20768
+ min-width: 150px; }
20769
+
20770
+ .checklist-table-input {
20771
+ width: 100%;
20772
+ padding: 8px;
20773
+ border: 1px solid #ccc;
20774
+ border-radius: 4px;
20775
+ font-size: 13px;
20776
+ -webkit-box-sizing: border-box;
20777
+ box-sizing: border-box; }