@pmidc/upyog-css 1.0.39 → 1.0.40
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.
- package/dist/index.css +117 -3
- package/dist/index.min.css +1 -1
- package/package.json +1 -1
- package/src/components/CardBasedOptions.scss +110 -110
- package/src/components/CitizenHomeCard.scss +228 -228
- package/src/components/EllipsisMenu.scss +16 -16
- package/src/components/EventCalendarView.scss +9 -9
- package/src/components/FAQ.scss +63 -63
- package/src/components/OnGroundEventCard.scss +71 -71
- package/src/components/PageBasedInput.scss +30 -30
- package/src/components/PopupHeadingLabel.scss +14 -14
- package/src/components/PropertySearchForm.scss +58 -58
- package/src/components/SearchForm.scss +56 -56
- package/src/components/SearchOnRadioButton.scss +9 -9
- package/src/components/StandaloneSearchBar.scss +9 -9
- package/src/components/TimeLine.scss +67 -67
- package/src/components/WhatsNewCard.scss +12 -12
- package/src/components/actionLink.scss +3 -3
- package/src/components/actionbar.scss +96 -96
- package/src/components/bannercomponents.scss +137 -137
- package/src/components/body.scss +147 -147
- package/src/components/buttons.scss +49 -49
- package/src/components/card.scss +436 -436
- package/src/components/cardHeaderWithOptions.scss +13 -13
- package/src/components/changeLanguage.scss +3 -3
- package/src/components/charts.scss +185 -185
- package/src/components/checkbox.scss +83 -83
- package/src/components/checkpoint.scss +65 -65
- package/src/components/citizenInfoLabel.scss +14 -14
- package/src/components/custombtn.scss +15 -15
- package/src/components/datatable.scss +76 -76
- package/src/components/datewrap.scss +21 -21
- package/src/components/detailscard.scss +6 -6
- package/src/components/detailscontainer.scss +13 -13
- package/src/components/filters.scss +97 -97
- package/src/components/grey.scss +3 -3
- package/src/components/hoc/InboxComposer.scss +115 -115
- package/src/components/howItWorks.scss +71 -71
- package/src/components/imageviewer.scss +33 -33
- package/src/components/info-banner.scss +35 -35
- package/src/components/inputotp.scss +15 -15
- package/src/components/keynote.scss +27 -27
- package/src/components/languageSelector.scss +24 -24
- package/src/components/loader.scss +96 -96
- package/src/components/map.scss +30 -30
- package/src/components/metricsTable.scss +26 -26
- package/src/components/multiLink.scss +87 -87
- package/src/components/multiSelectDropdown.scss +72 -72
- package/src/components/navbar.scss +313 -313
- package/src/components/plusMinus.scss +15 -15
- package/src/components/popup.scss +15 -15
- package/src/components/radiobtn.scss +44 -44
- package/src/components/ratingstar.scss +33 -33
- package/src/components/roundedLabel.scss +10 -10
- package/src/components/searchAction.scss +20 -20
- package/src/components/sectionalDropdown.scss +43 -43
- package/src/components/selectdropdown.scss +201 -201
- package/src/components/staticDynamicMessages.scss +110 -110
- package/src/components/staticSideBar.scss +27 -27
- package/src/components/statushighlight.scss +17 -17
- package/src/components/submiterrors.scss +11 -11
- package/src/components/summary.scss +28 -28
- package/src/components/table.scss +178 -178
- package/src/components/tag.scss +27 -27
- package/src/components/telephone.scss +17 -17
- package/src/components/textfields.scss +111 -111
- package/src/components/toast.scss +31 -31
- package/src/components/toggleSwitch.scss +40 -40
- package/src/components/topbar.scss +147 -147
- package/src/components/uploadcomponents.scss +113 -113
- package/src/index.scss +864 -867
- package/src/pages/citizen/CitizenEngagementNotificationWrapper.scss +8 -8
- package/src/pages/citizen/DocumentList.scss +304 -304
- package/src/pages/citizen/Events.scss +46 -46
- package/src/pages/citizen/HomePageWrapper.scss +164 -164
- package/src/pages/citizen/SurveyList.scss +21 -21
- package/src/pages/citizen/citizenDocument.scss +21 -21
- package/src/pages/citizen/citizenNewLogin.scss +139 -139
- package/src/pages/citizen/container.scss +22 -22
- package/src/pages/citizen/payment/payment-type.scss +2 -2
- package/src/pages/citizen/updatePropertyNumber.scss +46 -46
- package/src/pages/common/form.scss +25 -25
- package/src/pages/common/requiredField.scss +2 -2
- package/src/pages/common/searchIcon.scss +11 -11
- package/src/pages/common/stepForm.scss +40 -40
- package/src/pages/employee/EmployeeLogin.scss +6 -6
- package/src/pages/employee/cardfix.scss +13 -13
- package/src/pages/employee/container.scss +73 -73
- package/src/pages/employee/dashboard.scss +203 -203
- package/src/pages/employee/dss.scss +249 -249
- package/src/pages/employee/faq.scss +353 -353
- package/src/pages/employee/footer.scss +68 -68
- package/src/pages/employee/form-fields.scss +13 -13
- package/src/pages/employee/iframe.scss +65 -65
- package/src/pages/employee/inbox.scss +744 -744
- package/src/pages/employee/index.scss +678 -678
- package/src/pages/employee/landing.scss +324 -324
- package/src/pages/employee/login.scss +594 -594
- package/src/pages/employee/oldMobileInbox.scss +4 -4
- package/src/pages/employee/popupmodule.scss +47 -47
- package/src/pages/employee/response.scss +2 -2
- package/src/pages/employee/scroll-table.scss +113 -113
- package/src/pages/employee/surveys.scss +469 -469
- package/src/pages/employee/tooltip.scss +35 -35
- package/src/pages/employee/updateNumber.scss +12 -12
- package/src/pages/swach/index.scss +173 -136
- package/src/pages/ws/index.scss +105 -0
- package/svg/camera.svg +4 -4
- package/svg/check.svg +3 -3
- package/svg/close.svg +4 -4
- package/svg/error.svg +3 -3
- package/svg/error2.svg +5 -5
- package/svg/searchicon.svg +3 -3
- package/svg/starempty.svg +3 -3
- package/svg/starfilled.svg +4 -4
- package/svg/success.svg +3 -3
package/dist/index.css
CHANGED
|
@@ -10908,6 +10908,123 @@ body {
|
|
|
10908
10908
|
color: red;
|
|
10909
10909
|
font-weight: 700; }
|
|
10910
10910
|
|
|
10911
|
+
.ViewAttendence .tablechart {
|
|
10912
|
+
display: -webkit-box;
|
|
10913
|
+
display: -ms-flexbox;
|
|
10914
|
+
display: flex;
|
|
10915
|
+
-webkit-box-orient: horizontal;
|
|
10916
|
+
-webkit-box-direction: normal;
|
|
10917
|
+
-ms-flex-direction: row;
|
|
10918
|
+
flex-direction: row;
|
|
10919
|
+
-ms-flex-wrap: wrap;
|
|
10920
|
+
flex-wrap: wrap;
|
|
10921
|
+
grid-gap: 16px;
|
|
10922
|
+
gap: 16px; }
|
|
10923
|
+
|
|
10924
|
+
.ViewAttendence .attendanceimage, .ViewAttendence .tablechartinner {
|
|
10925
|
+
-webkit-box-flex: 1;
|
|
10926
|
+
-ms-flex: 1 1 300px;
|
|
10927
|
+
flex: 1 1 300px;
|
|
10928
|
+
min-width: 300px; }
|
|
10929
|
+
|
|
10930
|
+
.ViewAttendence .attendanceimage {
|
|
10931
|
+
display: -webkit-box;
|
|
10932
|
+
display: -ms-flexbox;
|
|
10933
|
+
display: flex;
|
|
10934
|
+
-webkit-box-align: center;
|
|
10935
|
+
-ms-flex-align: center;
|
|
10936
|
+
align-items: center;
|
|
10937
|
+
-webkit-box-pack: center;
|
|
10938
|
+
-ms-flex-pack: center;
|
|
10939
|
+
justify-content: center;
|
|
10940
|
+
padding: 16px; }
|
|
10941
|
+
|
|
10942
|
+
.ViewAttendence .attendanceimg {
|
|
10943
|
+
max-width: 100%;
|
|
10944
|
+
max-height: 300px;
|
|
10945
|
+
-o-object-fit: contain;
|
|
10946
|
+
object-fit: contain; }
|
|
10947
|
+
|
|
10948
|
+
.ViewAttendence .attendancecard {
|
|
10949
|
+
margin-bottom: 16px; }
|
|
10950
|
+
|
|
10951
|
+
.swachempfilter {
|
|
10952
|
+
background-color: red;
|
|
10953
|
+
padding-bottom: 90px !important; }
|
|
10954
|
+
|
|
10955
|
+
.alignmentSettle .form-field {
|
|
10956
|
+
width: calc(25% - 15px) !important;
|
|
10957
|
+
margin-right: 15px !important;
|
|
10958
|
+
margin-bottom: 16px !important;
|
|
10959
|
+
min-width: calc(25% - 15px) !important;
|
|
10960
|
+
max-width: calc(25% - 15px) !important; }
|
|
10961
|
+
|
|
10962
|
+
.alignmentSettle .form-field:nth-child(4n), .alignmentSettle .submit {
|
|
10963
|
+
margin-right: 0 !important; }
|
|
10964
|
+
|
|
10965
|
+
.alignmentSettle .submit {
|
|
10966
|
+
width: calc(25% - 15px) !important;
|
|
10967
|
+
min-width: calc(25% - 15px) !important;
|
|
10968
|
+
max-width: calc(25% - 15px) !important;
|
|
10969
|
+
margin-top: 0 !important;
|
|
10970
|
+
display: -webkit-box !important;
|
|
10971
|
+
display: -ms-flexbox !important;
|
|
10972
|
+
display: flex !important;
|
|
10973
|
+
-webkit-box-orient: vertical !important;
|
|
10974
|
+
-webkit-box-direction: normal !important;
|
|
10975
|
+
-ms-flex-direction: column !important;
|
|
10976
|
+
flex-direction: column !important;
|
|
10977
|
+
-webkit-box-pack: end !important;
|
|
10978
|
+
-ms-flex-pack: end !important;
|
|
10979
|
+
justify-content: flex-end !important; }
|
|
10980
|
+
.alignmentSettle .submit button {
|
|
10981
|
+
width: 100% !important;
|
|
10982
|
+
height: 40px !important;
|
|
10983
|
+
margin-bottom: 4px !important;
|
|
10984
|
+
font-size: 14px !important; }
|
|
10985
|
+
.alignmentSettle .submit p {
|
|
10986
|
+
width: 100% !important;
|
|
10987
|
+
margin: 0 !important;
|
|
10988
|
+
text-align: center !important;
|
|
10989
|
+
font-size: 12px !important; }
|
|
10990
|
+
|
|
10991
|
+
@media (max-width: 1024px) {
|
|
10992
|
+
.alignmentSettle .form-field {
|
|
10993
|
+
width: calc(50% - 10px) !important;
|
|
10994
|
+
min-width: calc(50% - 10px) !important;
|
|
10995
|
+
max-width: calc(50% - 10px) !important; }
|
|
10996
|
+
.alignmentSettle .form-field, .alignmentSettle .form-field:nth-child(4n) {
|
|
10997
|
+
margin-right: 10px !important; }
|
|
10998
|
+
.alignmentSettle .form-field:nth-child(2n) {
|
|
10999
|
+
margin-right: 0 !important; }
|
|
11000
|
+
.alignmentSettle .submit {
|
|
11001
|
+
width: calc(50% - 10px) !important;
|
|
11002
|
+
min-width: calc(50% - 10px) !important;
|
|
11003
|
+
max-width: calc(50% - 10px) !important; } }
|
|
11004
|
+
|
|
11005
|
+
@media (max-width: 640px) {
|
|
11006
|
+
.alignmentSettle .form-field {
|
|
11007
|
+
width: 100% !important;
|
|
11008
|
+
min-width: 100% !important;
|
|
11009
|
+
max-width: 100% !important;
|
|
11010
|
+
margin-bottom: 12px !important; }
|
|
11011
|
+
.alignmentSettle .form-field, .alignmentSettle .form-field:nth-child(2n) {
|
|
11012
|
+
margin-right: 0 !important; }
|
|
11013
|
+
.alignmentSettle .submit {
|
|
11014
|
+
width: 100% !important;
|
|
11015
|
+
min-width: 100% !important;
|
|
11016
|
+
max-width: 100% !important;
|
|
11017
|
+
margin-top: 8px !important; }
|
|
11018
|
+
.alignmentSettle .submit button {
|
|
11019
|
+
height: 44px !important;
|
|
11020
|
+
font-size: 16px !important; } }
|
|
11021
|
+
|
|
11022
|
+
@media (max-width: 480px) {
|
|
11023
|
+
.alignmentSettle .form-field {
|
|
11024
|
+
margin-bottom: 10px !important; }
|
|
11025
|
+
.alignmentSettle .submit button {
|
|
11026
|
+
height: 48px !important; } }
|
|
11027
|
+
|
|
10911
11028
|
.requiredField {
|
|
10912
11029
|
color: red !important; }
|
|
10913
11030
|
|
|
@@ -11748,9 +11865,6 @@ input[type=number], .checkbox-wrap .input-emp[type=number] {
|
|
|
11748
11865
|
.modal-action .employeeCard {
|
|
11749
11866
|
margin-left: 0 !important; }
|
|
11750
11867
|
|
|
11751
|
-
.moduleLinkHomePage h1 {
|
|
11752
|
-
padding-left: 20px; }
|
|
11753
|
-
|
|
11754
11868
|
@media screen and (max-width: 768px) {
|
|
11755
11869
|
.citizen .inboxButton {
|
|
11756
11870
|
font-size: 1rem; } }
|