@pmidc/upyog-css 1.2.36-dev.1.2 → 1.2.36-dev.1.4

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 (134) hide show
  1. package/dist/index.css +50 -6
  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 +144 -144
  25. package/src/components/card.scss +966 -966
  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 -117
  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 +46 -46
  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 +384 -384
  68. package/src/components/tag.scss +27 -27
  69. package/src/components/telephone.scss +17 -17
  70. package/src/components/textfields.scss +146 -146
  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 +118 -116
  75. package/src/index.scss +2414 -2406
  76. package/src/modules/BPA/index.scss +119 -97
  77. package/src/modules/TL/index.scss +767 -767
  78. package/src/modules/adv/index.scss +643 -643
  79. package/src/modules/hrms/index.scss +1327 -1327
  80. package/src/modules/rentAndLease/index.scss +238 -238
  81. package/src/pages/citizen/CitizenEngagementNotificationWrapper.scss +8 -8
  82. package/src/pages/citizen/CitizenLogin.scss +50 -50
  83. package/src/pages/citizen/DocumentList.scss +454 -454
  84. package/src/pages/citizen/Events.scss +46 -46
  85. package/src/pages/citizen/HomePageWrapper.scss +215 -215
  86. package/src/pages/citizen/InboxCard.scss +378 -378
  87. package/src/pages/citizen/SurveyList.scss +24 -24
  88. package/src/pages/citizen/citizenDocument.scss +25 -25
  89. package/src/pages/citizen/citizenNewLogin.scss +352 -352
  90. package/src/pages/citizen/container.scss +32 -32
  91. package/src/pages/citizen/loaderMessage.scss +341 -341
  92. package/src/pages/citizen/payment/payment-type.scss +2 -2
  93. package/src/pages/citizen/updatePropertyNumber.scss +46 -46
  94. package/src/pages/common/form.scss +25 -25
  95. package/src/pages/common/newApplicationTimeline.scss +341 -341
  96. package/src/pages/common/pgrUICssfix.scss +128 -128
  97. package/src/pages/common/requiredField.scss +2 -2
  98. package/src/pages/common/sanctionFeeTable.scss +91 -91
  99. package/src/pages/common/searchIcon.scss +21 -21
  100. package/src/pages/common/sitePhotoGraphs.scss +26 -26
  101. package/src/pages/common/stepForm.scss +40 -40
  102. package/src/pages/employee/EmployeeLogin.scss +6 -6
  103. package/src/pages/employee/cardfix.scss +13 -13
  104. package/src/pages/employee/container.scss +73 -73
  105. package/src/pages/employee/dashboard.scss +204 -204
  106. package/src/pages/employee/disconnection.scss +425 -425
  107. package/src/pages/employee/dss.scss +251 -251
  108. package/src/pages/employee/faq.scss +353 -353
  109. package/src/pages/employee/footer.scss +68 -68
  110. package/src/pages/employee/form-fields.scss +26 -26
  111. package/src/pages/employee/header.scss +262 -262
  112. package/src/pages/employee/iframe.scss +65 -65
  113. package/src/pages/employee/inbox.scss +1110 -1110
  114. package/src/pages/employee/index.scss +693 -693
  115. package/src/pages/employee/landing.scss +1802 -1802
  116. package/src/pages/employee/login.scss +253 -253
  117. package/src/pages/employee/oldMobileInbox.scss +4 -4
  118. package/src/pages/employee/popupmodule.scss +47 -47
  119. package/src/pages/employee/response.scss +2 -2
  120. package/src/pages/employee/scroll-table.scss +113 -113
  121. package/src/pages/employee/surveys.scss +469 -469
  122. package/src/pages/employee/tooltip.scss +35 -35
  123. package/src/pages/employee/updateNumber.scss +12 -12
  124. package/src/pages/swach/index.scss +231 -231
  125. package/src/pages/ws/index.scss +118 -118
  126. package/svg/camera.svg +4 -4
  127. package/svg/check.svg +3 -3
  128. package/svg/close.svg +4 -4
  129. package/svg/error.svg +3 -3
  130. package/svg/error2.svg +5 -5
  131. package/svg/searchicon.svg +3 -3
  132. package/svg/starempty.svg +3 -3
  133. package/svg/starfilled.svg +4 -4
  134. package/svg/success.svg +3 -3
@@ -1,129 +1,129 @@
1
- .pgr-desktop-inbox-container {
2
-
3
- .pgr-desktop-card-empty-state,
4
- .pgr-desktop-card-error-state {
5
- margin-top: 20px !important;
6
-
7
- }
8
-
9
- .pgr-desktop-card-text-align{
10
- text-align: center !important;
11
- }
12
-
13
- .pgr-desktop-inbox-content-wrapper {
14
- flex: 1;
15
-
16
- .pgr-desktop-inbox-result-container {
17
- margin-top: 24px;
18
- margin-left: 24px;
19
- flex: 1;
20
- background-color: #fff;
21
- }
22
- }
23
- }
24
-
25
- .pgr-desktop-complaint-table {
26
- width: -webkit-fill-available;
27
- .pgr-timeline-cell {
28
- padding: 20px 18px !important;
29
- font-size: 16px !important;
30
- }
31
-
32
- .pgr-timeline-large-cell {
33
- min-width: 240px !important;
34
- }
35
- }
36
-
37
- .pgr-complaintDetails-headerTimeline-spaceclass{
38
- display:flex;
39
- justify-content:space-between;
40
- align-items:baseline
41
- }
42
- .pgr-complaintDetails-viewTimeline-link{
43
- margin-left:auto;
44
- color:#A52A2A;
45
- color: black
46
- }
47
- .pgr-complaintdetils-overflowX{
48
- overflowX:scroll
49
- }
50
-
51
- .pgr-citizen-wrapper-width-fixed{
52
- width:-webkit-fill-available !important;
53
- padding-left: 16px;
54
- padding-right: 16px;
55
- margin-top: 1rem;
56
- }
57
- .pgr-citizen-complaint-details-page{
58
- width:-webkit-fill-available !important;
59
- }
60
-
61
- .Pgr-complaintList-error{
62
- text-align: center !important;
63
- }
64
-
65
- .Pgr-complaintList-noComplaints{
66
- text-align: center !important;
67
- }
68
- .PGR-Citizen-response-marginBottom{
69
- margin-bottom:10px !important;
70
- }
71
-
72
- .pgr-inbox-ComplaintCard-MarginTop{
73
- margin-Top: 20 !important;
74
- }
75
-
76
- .pgr-inbox-ComplaintCard-TextAlign{
77
- text-align: center !important;
78
- }
79
-
80
- .pgr-mandoatoryfields{
81
- color: red !important;
82
- }
83
- .pgr-moblieInbox-padding{
84
- padding: 0 !important;
85
- }
86
-
87
- .pgr-employeeInbox-search-app-form {
88
- margin-left: 24px !important;
89
- }
90
-
91
- .pgr-employeeInbox-search-app-container {
92
- width: auto !important;
93
- }
94
-
95
- .pgr-employeeInbox-search-app-input-container {
96
- display: grid !important;
97
- }
98
-
99
- .pgr-employeeInbox-search-app-complaint-textinput {
100
- margin-bottom: 8px !important;
101
- }
102
-
103
- .pgr-employeeInbox-search-app-submitbar {
104
- margin-top: 32px;
105
- margin-left: 16px;
106
- width: calc(100% - 16px);
107
- }
108
-
109
- .pgr-create-complaint-wrapper {
110
- input[name="mobileNumber"] {
111
- width: 100% !important;
112
- max-width: none !important;
113
- }
114
-
115
- .form-field .text-input {
116
- max-width: none !important;
117
- width: 100% !important;
118
- }
119
-
120
- .mobile-number-input-with-prefix {
121
- width: 100% !important;
122
- max-width: none !important;
123
- }
124
-
125
- .label-field-pair .form-field .text-input.desktop-w-full {
126
- max-width: none !important;
127
- width: 100% !important;
128
- }
1
+ .pgr-desktop-inbox-container {
2
+
3
+ .pgr-desktop-card-empty-state,
4
+ .pgr-desktop-card-error-state {
5
+ margin-top: 20px !important;
6
+
7
+ }
8
+
9
+ .pgr-desktop-card-text-align{
10
+ text-align: center !important;
11
+ }
12
+
13
+ .pgr-desktop-inbox-content-wrapper {
14
+ flex: 1;
15
+
16
+ .pgr-desktop-inbox-result-container {
17
+ margin-top: 24px;
18
+ margin-left: 24px;
19
+ flex: 1;
20
+ background-color: #fff;
21
+ }
22
+ }
23
+ }
24
+
25
+ .pgr-desktop-complaint-table {
26
+ width: -webkit-fill-available;
27
+ .pgr-timeline-cell {
28
+ padding: 20px 18px !important;
29
+ font-size: 16px !important;
30
+ }
31
+
32
+ .pgr-timeline-large-cell {
33
+ min-width: 240px !important;
34
+ }
35
+ }
36
+
37
+ .pgr-complaintDetails-headerTimeline-spaceclass{
38
+ display:flex;
39
+ justify-content:space-between;
40
+ align-items:baseline
41
+ }
42
+ .pgr-complaintDetails-viewTimeline-link{
43
+ margin-left:auto;
44
+ color:#A52A2A;
45
+ color: black
46
+ }
47
+ .pgr-complaintdetils-overflowX{
48
+ overflowX:scroll
49
+ }
50
+
51
+ .pgr-citizen-wrapper-width-fixed{
52
+ width:-webkit-fill-available !important;
53
+ padding-left: 16px;
54
+ padding-right: 16px;
55
+ margin-top: 1rem;
56
+ }
57
+ .pgr-citizen-complaint-details-page{
58
+ width:-webkit-fill-available !important;
59
+ }
60
+
61
+ .Pgr-complaintList-error{
62
+ text-align: center !important;
63
+ }
64
+
65
+ .Pgr-complaintList-noComplaints{
66
+ text-align: center !important;
67
+ }
68
+ .PGR-Citizen-response-marginBottom{
69
+ margin-bottom:10px !important;
70
+ }
71
+
72
+ .pgr-inbox-ComplaintCard-MarginTop{
73
+ margin-Top: 20 !important;
74
+ }
75
+
76
+ .pgr-inbox-ComplaintCard-TextAlign{
77
+ text-align: center !important;
78
+ }
79
+
80
+ .pgr-mandoatoryfields{
81
+ color: red !important;
82
+ }
83
+ .pgr-moblieInbox-padding{
84
+ padding: 0 !important;
85
+ }
86
+
87
+ .pgr-employeeInbox-search-app-form {
88
+ margin-left: 24px !important;
89
+ }
90
+
91
+ .pgr-employeeInbox-search-app-container {
92
+ width: auto !important;
93
+ }
94
+
95
+ .pgr-employeeInbox-search-app-input-container {
96
+ display: grid !important;
97
+ }
98
+
99
+ .pgr-employeeInbox-search-app-complaint-textinput {
100
+ margin-bottom: 8px !important;
101
+ }
102
+
103
+ .pgr-employeeInbox-search-app-submitbar {
104
+ margin-top: 32px;
105
+ margin-left: 16px;
106
+ width: calc(100% - 16px);
107
+ }
108
+
109
+ .pgr-create-complaint-wrapper {
110
+ input[name="mobileNumber"] {
111
+ width: 100% !important;
112
+ max-width: none !important;
113
+ }
114
+
115
+ .form-field .text-input {
116
+ max-width: none !important;
117
+ width: 100% !important;
118
+ }
119
+
120
+ .mobile-number-input-with-prefix {
121
+ width: 100% !important;
122
+ max-width: none !important;
123
+ }
124
+
125
+ .label-field-pair .form-field .text-input.desktop-w-full {
126
+ max-width: none !important;
127
+ width: 100% !important;
128
+ }
129
129
  }
@@ -1,3 +1,3 @@
1
- .requiredField{
2
- color: red !important;
1
+ .requiredField{
2
+ color: red !important;
3
3
  }
@@ -1,92 +1,92 @@
1
-
2
- .sanction-fee-wrapper {
3
- width: 100%;
4
- overflow-x: auto;
5
- -webkit-overflow-scrolling: touch;
6
- }
7
-
8
- .sanction-fee-table {
9
- width: 100%;
10
- border-collapse: collapse;
11
- }
12
-
13
- .sanction-fee-table th,
14
- .sanction-fee-table td {
15
- padding: 8px 12px;
16
- border: 1px solid #ddd;
17
- color: rgba(13, 67, 167, 1);
18
- text-align: left;
19
- white-space: nowrap;
20
- }
21
-
22
- .sanction-fee-table th {
23
- background-color: #ffffff;
24
- font-weight: 600;
25
- }
26
-
27
- .sanction-fee-table tr:nth-child(odd) {
28
- background-color: rgb(244, 244, 244);
29
- }
30
-
31
- .sanction-fee-table tr:nth-child(even) {
32
- background-color: #ffffff;
33
- }
34
-
35
- /* ✅ Mobile View (No overflow) */
36
- @media (max-width: 768px) {
37
- .sanction-fee-wrapper {
38
- overflow-x: hidden;
39
- padding: 0 8px;
40
- }
41
-
42
- .sanction-fee-table,
43
- .sanction-fee-table thead,
44
- .sanction-fee-table tbody,
45
- .sanction-fee-table th,
46
- .sanction-fee-table td,
47
- .sanction-fee-table tr {
48
- display: block;
49
- width: 100%;
50
- }
51
-
52
- .sanction-fee-table thead {
53
- display: none;
54
- }
55
-
56
- .sanction-fee-table tr {
57
- margin-bottom: 12px;
58
- border: 1px solid #ddd;
59
- border-radius: 8px;
60
- background: #fff;
61
- padding: 8px 12px;
62
- box-sizing: border-box;
63
- width: 100%;
64
- }
65
-
66
- .sanction-fee-table td {
67
- border: none;
68
- display: flex;
69
- justify-content: space-between;
70
- align-items: center;
71
- text-align: left;
72
- white-space: normal;
73
- width: 100%;
74
- padding: 6px 0;
75
- box-sizing: border-box;
76
- }
77
-
78
- .sanction-fee-table td::before {
79
- content: attr(data-label);
80
- font-weight: 600;
81
- color: #3f4351;
82
- flex-basis: 50%;
83
- text-align: left;
84
- padding-right: 8px;
85
- }
86
-
87
- .sanction-fee-table td > * {
88
- flex-basis: 50%;
89
- word-break: break-word;
90
- text-align: right;
91
- }
1
+
2
+ .sanction-fee-wrapper {
3
+ width: 100%;
4
+ overflow-x: auto;
5
+ -webkit-overflow-scrolling: touch;
6
+ }
7
+
8
+ .sanction-fee-table {
9
+ width: 100%;
10
+ border-collapse: collapse;
11
+ }
12
+
13
+ .sanction-fee-table th,
14
+ .sanction-fee-table td {
15
+ padding: 8px 12px;
16
+ border: 1px solid #ddd;
17
+ color: rgba(13, 67, 167, 1);
18
+ text-align: left;
19
+ white-space: nowrap;
20
+ }
21
+
22
+ .sanction-fee-table th {
23
+ background-color: #ffffff;
24
+ font-weight: 600;
25
+ }
26
+
27
+ .sanction-fee-table tr:nth-child(odd) {
28
+ background-color: rgb(244, 244, 244);
29
+ }
30
+
31
+ .sanction-fee-table tr:nth-child(even) {
32
+ background-color: #ffffff;
33
+ }
34
+
35
+ /* ✅ Mobile View (No overflow) */
36
+ @media (max-width: 768px) {
37
+ .sanction-fee-wrapper {
38
+ overflow-x: hidden;
39
+ padding: 0 8px;
40
+ }
41
+
42
+ .sanction-fee-table,
43
+ .sanction-fee-table thead,
44
+ .sanction-fee-table tbody,
45
+ .sanction-fee-table th,
46
+ .sanction-fee-table td,
47
+ .sanction-fee-table tr {
48
+ display: block;
49
+ width: 100%;
50
+ }
51
+
52
+ .sanction-fee-table thead {
53
+ display: none;
54
+ }
55
+
56
+ .sanction-fee-table tr {
57
+ margin-bottom: 12px;
58
+ border: 1px solid #ddd;
59
+ border-radius: 8px;
60
+ background: #fff;
61
+ padding: 8px 12px;
62
+ box-sizing: border-box;
63
+ width: 100%;
64
+ }
65
+
66
+ .sanction-fee-table td {
67
+ border: none;
68
+ display: flex;
69
+ justify-content: space-between;
70
+ align-items: center;
71
+ text-align: left;
72
+ white-space: normal;
73
+ width: 100%;
74
+ padding: 6px 0;
75
+ box-sizing: border-box;
76
+ }
77
+
78
+ .sanction-fee-table td::before {
79
+ content: attr(data-label);
80
+ font-weight: 600;
81
+ color: #3f4351;
82
+ flex-basis: 50%;
83
+ text-align: left;
84
+ padding-right: 8px;
85
+ }
86
+
87
+ .sanction-fee-table td > * {
88
+ flex-basis: 50%;
89
+ word-break: break-word;
90
+ text-align: right;
91
+ }
92
92
  }
@@ -1,22 +1,22 @@
1
- .search-icon{
2
- position: relative;
3
- z-index: 100;
4
- right: 8px;
5
- top: 50%;
6
- transform: translateY(-50%);
7
- cursor: pointer;
8
- display: flex;
9
- align-items: center;
10
- justify-content: center;
11
- padding: 8px;
12
- margin-left: -30px;
13
- margin-top: 23px;
14
-
15
- @media (min-width:780px) {
16
- right: 12px;
17
- top: 50%;
18
- transform: translateY(-50%);
19
- left: auto;
20
- margin-top: 23px;
21
- }
1
+ .search-icon{
2
+ position: relative;
3
+ z-index: 100;
4
+ right: 8px;
5
+ top: 50%;
6
+ transform: translateY(-50%);
7
+ cursor: pointer;
8
+ display: flex;
9
+ align-items: center;
10
+ justify-content: center;
11
+ padding: 8px;
12
+ margin-left: -30px;
13
+ margin-top: 23px;
14
+
15
+ @media (min-width:780px) {
16
+ right: 12px;
17
+ top: 50%;
18
+ transform: translateY(-50%);
19
+ left: auto;
20
+ margin-top: 23px;
21
+ }
22
22
  }
@@ -1,27 +1,27 @@
1
- .bpa-site-photograph-container {
2
- padding: 50px 0;
3
- display: flex;
4
- justify-content: space-evenly;
5
- flex-wrap: wrap;
6
- }
7
-
8
- .bpa-site-photograph-item {
9
- display: flex;
10
- flex-direction: column;
11
- width: 200px;
12
- height: 200px;
13
- align-items: center;
14
- margin-bottom: 20px;
15
- }
16
-
17
- .bpa-site-photograph-photo-wrapper {
18
- margin: 5px;
19
- }
20
-
21
- .bpa-site-photograph-photo {
22
- width: 120px;
23
- height: 120px;
24
- object-fit: fill;
25
- border-radius: 10%;
26
- cursor: pointer;
1
+ .bpa-site-photograph-container {
2
+ padding: 50px 0;
3
+ display: flex;
4
+ justify-content: space-evenly;
5
+ flex-wrap: wrap;
6
+ }
7
+
8
+ .bpa-site-photograph-item {
9
+ display: flex;
10
+ flex-direction: column;
11
+ width: 200px;
12
+ height: 200px;
13
+ align-items: center;
14
+ margin-bottom: 20px;
15
+ }
16
+
17
+ .bpa-site-photograph-photo-wrapper {
18
+ margin: 5px;
19
+ }
20
+
21
+ .bpa-site-photograph-photo {
22
+ width: 120px;
23
+ height: 120px;
24
+ object-fit: fill;
25
+ border-radius: 10%;
26
+ cursor: pointer;
27
27
  }
@@ -1,41 +1,41 @@
1
- .step-form-wrapper {
2
- width: 100%;
3
- display: flex;
4
- flex-direction: row;
5
- align-items: flex-start;
6
- justify-content: flex-start;
7
- }
8
-
9
- .stepper-navigation-bar {
10
- display: flex;
11
- flex-direction: column;
12
- justify-content: space-between;
13
- height: 50%;
14
- margin-bottom: 20px;
15
- }
16
-
17
- .step-form-step-label {
18
- font-size: 20px;
19
- color: #1E1E1E;
20
- font-weight: 500;
21
- font-family: Noto Sans, sans-serif;
22
- margin-right: 6px;
23
- }
24
-
25
- .step-form-step-number {
26
- font-size: 18px;
27
- color: #263238;
28
- font-weight: 400;
29
- font-family: "Noto Sans", sans-serif;
30
- margin: 0px 6px 0px 0px;
31
- }
32
-
33
- .line-bw-step-circles {
34
- position: absolute;
35
- width: 2px;
36
- height: 50px;
37
- background-color: grey;
38
- left: 50%;
39
- top: 100%;
40
- transform: translateX(-50%);
1
+ .step-form-wrapper {
2
+ width: 100%;
3
+ display: flex;
4
+ flex-direction: row;
5
+ align-items: flex-start;
6
+ justify-content: flex-start;
7
+ }
8
+
9
+ .stepper-navigation-bar {
10
+ display: flex;
11
+ flex-direction: column;
12
+ justify-content: space-between;
13
+ height: 50%;
14
+ margin-bottom: 20px;
15
+ }
16
+
17
+ .step-form-step-label {
18
+ font-size: 20px;
19
+ color: #1E1E1E;
20
+ font-weight: 500;
21
+ font-family: Noto Sans, sans-serif;
22
+ margin-right: 6px;
23
+ }
24
+
25
+ .step-form-step-number {
26
+ font-size: 18px;
27
+ color: #263238;
28
+ font-weight: 400;
29
+ font-family: "Noto Sans", sans-serif;
30
+ margin: 0px 6px 0px 0px;
31
+ }
32
+
33
+ .line-bw-step-circles {
34
+ position: absolute;
35
+ width: 2px;
36
+ height: 50px;
37
+ background-color: grey;
38
+ left: 50%;
39
+ top: 100%;
40
+ transform: translateX(-50%);
41
41
  }
@@ -1,7 +1,7 @@
1
- .EmployeeLoginFooter{
2
- margin: auto;
3
- @apply absolute bottom-10;
4
- img{
5
- @apply h-4 object-contain;
6
- }
1
+ .EmployeeLoginFooter{
2
+ margin: auto;
3
+ @apply absolute bottom-10;
4
+ img{
5
+ @apply h-4 object-contain;
6
+ }
7
7
  }
@@ -1,14 +1,14 @@
1
- .flex-fit{
2
- @apply flex w-full border-b border-solid border-border;
3
- border-bottom: 0px !important;
4
- padding-top: 5px
5
- }
6
- .card-count{
7
- @apply pr-xl;
8
- div{
9
- @apply text-link;
10
- span{
11
- @apply text-link font-bold;
12
- }
13
- }
1
+ .flex-fit{
2
+ @apply flex w-full border-b border-solid border-border;
3
+ border-bottom: 0px !important;
4
+ padding-top: 5px
5
+ }
6
+ .card-count{
7
+ @apply pr-xl;
8
+ div{
9
+ @apply text-link;
10
+ span{
11
+ @apply text-link font-bold;
12
+ }
13
+ }
14
14
  }