@pmidc/upyog-css 0.0.1

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 (122) hide show
  1. package/example/employee.html +16 -0
  2. package/example/garbage.webp +0 -0
  3. package/example/index.css +10476 -0
  4. package/example/index.html +374 -0
  5. package/example/map.js +72 -0
  6. package/example/package.json +24 -0
  7. package/gulpfile.js +55 -0
  8. package/img/browser-icon.png +0 -0
  9. package/img/m_seva_white_logo.png +0 -0
  10. package/img/mseva-demo.png +0 -0
  11. package/package.json +53 -0
  12. package/postcss.config.js +55 -0
  13. package/src/components/CardBasedOptions.scss +110 -0
  14. package/src/components/CitizenHomeCard.scss +58 -0
  15. package/src/components/EllipsisMenu.scss +17 -0
  16. package/src/components/EventCalendarView.scss +10 -0
  17. package/src/components/FAQ.scss +64 -0
  18. package/src/components/OnGroundEventCard.scss +72 -0
  19. package/src/components/PageBasedInput.scss +31 -0
  20. package/src/components/PopupHeadingLabel.scss +15 -0
  21. package/src/components/PropertySearchForm.scss +58 -0
  22. package/src/components/SearchForm.scss +56 -0
  23. package/src/components/SearchOnRadioButton.scss +10 -0
  24. package/src/components/StandaloneSearchBar.scss +10 -0
  25. package/src/components/TimeLine.scss +68 -0
  26. package/src/components/WhatsNewCard.scss +13 -0
  27. package/src/components/actionLink.scss +3 -0
  28. package/src/components/actionbar.scss +97 -0
  29. package/src/components/bannercomponents.scss +137 -0
  30. package/src/components/body.scss +147 -0
  31. package/src/components/buttons.scss +50 -0
  32. package/src/components/card.scss +411 -0
  33. package/src/components/cardHeaderWithOptions.scss +14 -0
  34. package/src/components/changeLanguage.scss +3 -0
  35. package/src/components/charts.scss +186 -0
  36. package/src/components/checkbox.scss +83 -0
  37. package/src/components/checkpoint.scss +65 -0
  38. package/src/components/citizenInfoLabel.scss +14 -0
  39. package/src/components/custombtn.scss +16 -0
  40. package/src/components/datatable.scss +76 -0
  41. package/src/components/datewrap.scss +21 -0
  42. package/src/components/detailscard.scss +6 -0
  43. package/src/components/detailscontainer.scss +13 -0
  44. package/src/components/filters.scss +98 -0
  45. package/src/components/grey.scss +3 -0
  46. package/src/components/hoc/InboxComposer.scss +115 -0
  47. package/src/components/hoc/index.scss +1 -0
  48. package/src/components/howItWorks.scss +71 -0
  49. package/src/components/imageviewer.scss +33 -0
  50. package/src/components/info-banner.scss +35 -0
  51. package/src/components/inputotp.scss +15 -0
  52. package/src/components/keynote.scss +27 -0
  53. package/src/components/languageSelector.scss +24 -0
  54. package/src/components/loader.scss +96 -0
  55. package/src/components/map.scss +30 -0
  56. package/src/components/menu.scss +0 -0
  57. package/src/components/metricsTable.scss +27 -0
  58. package/src/components/multiLink.scss +88 -0
  59. package/src/components/multiSelectDropdown.scss +73 -0
  60. package/src/components/navbar.scss +308 -0
  61. package/src/components/plusMinus.scss +15 -0
  62. package/src/components/popup.scss +16 -0
  63. package/src/components/radiobtn.scss +45 -0
  64. package/src/components/ratingstar.scss +33 -0
  65. package/src/components/roundedLabel.scss +10 -0
  66. package/src/components/searchAction.scss +20 -0
  67. package/src/components/sectionalDropdown.scss +43 -0
  68. package/src/components/selectdropdown.scss +201 -0
  69. package/src/components/staticDynamicMessages.scss +107 -0
  70. package/src/components/staticSideBar.scss +27 -0
  71. package/src/components/statushighlight.scss +17 -0
  72. package/src/components/submiterrors.scss +11 -0
  73. package/src/components/summary.scss +29 -0
  74. package/src/components/table.scss +178 -0
  75. package/src/components/tag.scss +27 -0
  76. package/src/components/telephone.scss +17 -0
  77. package/src/components/textfields.scss +111 -0
  78. package/src/components/toast.scss +31 -0
  79. package/src/components/toggleSwitch.scss +41 -0
  80. package/src/components/topbar.scss +148 -0
  81. package/src/components/uploadcomponents.scss +113 -0
  82. package/src/index.scss +780 -0
  83. package/src/pages/citizen/CitizenEngagementNotificationWrapper.scss +8 -0
  84. package/src/pages/citizen/DocumentList.scss +305 -0
  85. package/src/pages/citizen/Events.scss +47 -0
  86. package/src/pages/citizen/HomePageWrapper.scss +163 -0
  87. package/src/pages/citizen/SurveyList.scss +22 -0
  88. package/src/pages/citizen/citizenDocument.scss +22 -0
  89. package/src/pages/citizen/container.scss +19 -0
  90. package/src/pages/citizen/payment/payment-type.scss +3 -0
  91. package/src/pages/citizen/updatePropertyNumber.scss +46 -0
  92. package/src/pages/employee/EmployeeLogin.scss +7 -0
  93. package/src/pages/employee/cardfix.scss +14 -0
  94. package/src/pages/employee/container.scss +73 -0
  95. package/src/pages/employee/dss.scss +249 -0
  96. package/src/pages/employee/faq.scss +353 -0
  97. package/src/pages/employee/form-fields.scss +13 -0
  98. package/src/pages/employee/iframe.scss +66 -0
  99. package/src/pages/employee/inbox.scss +707 -0
  100. package/src/pages/employee/index.scss +632 -0
  101. package/src/pages/employee/landing.scss +177 -0
  102. package/src/pages/employee/login.scss +570 -0
  103. package/src/pages/employee/oldMobileInbox.scss +5 -0
  104. package/src/pages/employee/popupmodule.scss +47 -0
  105. package/src/pages/employee/response.scss +3 -0
  106. package/src/pages/employee/scroll-table.scss +114 -0
  107. package/src/pages/employee/surveys.scss +272 -0
  108. package/src/pages/employee/tooltip.scss +36 -0
  109. package/src/pages/employee/updateNumber.scss +13 -0
  110. package/svg/arrowdown.svg +1 -0
  111. package/svg/arrowleft.svg +1 -0
  112. package/svg/calendar.svg +1 -0
  113. package/svg/camera.svg +4 -0
  114. package/svg/check.svg +4 -0
  115. package/svg/close.svg +4 -0
  116. package/svg/error.svg +4 -0
  117. package/svg/error2.svg +5 -0
  118. package/svg/searchicon.svg +4 -0
  119. package/svg/starempty.svg +4 -0
  120. package/svg/starfilled.svg +5 -0
  121. package/svg/success.svg +4 -0
  122. package/tailwind.config.js +105 -0
@@ -0,0 +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
+ }
@@ -0,0 +1,147 @@
1
+ body {
2
+ @apply bg-grey-bg;
3
+ }
4
+
5
+ .body-container {
6
+ @apply bg-grey-bg h-full min-h-screen overflow-x-hidden;
7
+ position: relative !important;
8
+
9
+
10
+ }
11
+
12
+ .navbar {
13
+ @apply text-white bg-secondary p-md w-full mb-md;
14
+ background: linear-gradient(to right, #feeee7, #a82227,#feeee7) !important;
15
+ img {
16
+ height: 24px;
17
+ }
18
+ }
19
+ /* .navbar-header{
20
+ @apply text-navbarheader float-left px-sm
21
+ }
22
+
23
+ .navbar-subheader{
24
+ @apply font-light px-sm border-solid border-l border-white border-opacity-100
25
+ }*/
26
+
27
+ .h1 {
28
+ @apply text-heading-l text-text-primary font-bold mb-md ml-md;
29
+ }
30
+
31
+ .link-label {
32
+ @apply block text-link text-primary-main mb-md ml-md cursor-pointer;
33
+
34
+ &:hover {
35
+ @apply text-primary-main;
36
+ }
37
+ }
38
+
39
+ .back-btn {
40
+ width: fit-content;
41
+ @apply block border-solid border-b border-text-primary font-rc text-text-primary text-text-btn ml-sm mt-md;
42
+
43
+ label {
44
+ @apply inline mr-sm align-middle;
45
+ }
46
+
47
+ p {
48
+ @apply inline float-right;
49
+ }
50
+ }
51
+
52
+ .bread-crumb {
53
+ font-size: 14px;
54
+ color: #505a5f;
55
+ display: flex;
56
+ margin-bottom: 10px;
57
+ flex-wrap: wrap
58
+ }
59
+ .bread-crumb--item {
60
+ margin-left: 5px;
61
+
62
+ &:not(:last-child):after {
63
+ content: " /";
64
+ }
65
+
66
+ button {
67
+ outline: none;
68
+ }
69
+
70
+ .last {
71
+ color: #0b0c0c;
72
+ }
73
+ }
74
+
75
+ .back-btn2 {
76
+ cursor: pointer;
77
+ width: fit-content;
78
+ @apply flex border-solid border-b border-text-primary font-rc text-text-primary text-text-btn ml-sm mb-md;
79
+
80
+ img {
81
+ @apply flex;
82
+ }
83
+
84
+ svg {
85
+ @apply flex;
86
+ }
87
+
88
+ p {
89
+ @apply flex;
90
+ }
91
+ }
92
+
93
+ @screen dt {
94
+ .employee-app-container {
95
+ @apply w-full;
96
+ }
97
+
98
+ .app-container {
99
+ width: 100%;
100
+ form {
101
+ .card {
102
+ max-width: 960px;
103
+ h2 {
104
+ text-align: left;
105
+ }
106
+ .field-container {
107
+ max-width: 540px;
108
+ }
109
+ button {
110
+ max-width: 240px;
111
+ }
112
+ .input-otp-wrap,
113
+ .card-text-button {
114
+ text-align: left;
115
+ }
116
+ }
117
+ }
118
+ }
119
+
120
+ .h1 {
121
+ margin-left: 0;
122
+ @apply text-heading-l-dt;
123
+ }
124
+
125
+ .link-label {
126
+ margin-left: 0;
127
+ }
128
+
129
+ .back-btn {
130
+ margin-left: 0;
131
+ }
132
+
133
+ .back-btn2 {
134
+ margin-left: 0;
135
+ }
136
+ }
137
+
138
+ .body-container::-webkit-scrollbar {
139
+ display: none;
140
+ }
141
+ .audit-card {
142
+ width: 80%;
143
+ margin-left: -21%;
144
+ margin-right: -27%;
145
+ max-height: 120px;
146
+ margin-top: 90px;
147
+ }
@@ -0,0 +1,50 @@
1
+ .selector-button-primary {
2
+ @apply h-8 bg-primary-main text-center border-b-2 border-input-border border-solid outline-none px-lg;
3
+
4
+ &:focus {
5
+ @apply outline-none;
6
+ }
7
+
8
+ h2 {
9
+ @apply font-rc font-medium text-legend text-white;
10
+ }
11
+ }
12
+
13
+ .selector-button-border {
14
+ @apply h-8 bg-border text-center border-b-2 border-input-border border-solid outline-none px-lg;
15
+
16
+ &:focus {
17
+ @apply outline-none;
18
+ }
19
+
20
+ h2 {
21
+ @apply font-rc font-medium text-legend text-text-primary;
22
+ }
23
+ }
24
+
25
+ .input-mirror-selector-button{
26
+ @apply h-16 bg-border text-center border-b-2 border-input-border border-solid outline-none px-lg !important;
27
+
28
+ &:focus {
29
+ @apply outline-none;
30
+ }
31
+
32
+ h2 {
33
+ @apply font-rc font-medium text-legend text-text-primary;
34
+ }
35
+ }
36
+
37
+ .selector-button-primary-disabled {
38
+ @apply h-8 bg-primary-main text-center border-b-2 border-input-border border-solid outline-none px-lg opacity-50;
39
+
40
+ &:focus {
41
+ @apply outline-none;
42
+ }
43
+
44
+ h2 {
45
+ @apply font-rc font-medium text-legend text-white;
46
+ }
47
+ }
48
+ .submit-bar:focus {
49
+ @apply outline-none !important;
50
+ }
@@ -0,0 +1,411 @@
1
+ .card {
2
+ @apply bg-white m-sm px-md pt-md pb-lg shadow-card;
3
+ border-radius: 4px;
4
+ max-width: 960px;
5
+
6
+ .card-header {
7
+ @apply text-text-primary text-heading-xl font-bold font-rc align-middle text-left mb-md;
8
+ }
9
+
10
+ .card-sub-header {
11
+ @apply text-text-primary text-caption-xl font-bold align-middle text-left mb-sm;
12
+ }
13
+
14
+ .card-caption {
15
+ @apply text-text-secondary text-caption-xl mb-sm;
16
+ }
17
+
18
+ .card-text {
19
+ @apply text-text-secondary text-body-l align-middle text-left mb-lg;
20
+
21
+ span {
22
+ @apply text-text-primary;
23
+ }
24
+ }
25
+
26
+ .card-text-primary {
27
+ @apply text-text-primary text-body-l;
28
+ }
29
+
30
+ .card-text-button {
31
+ @apply text-primary-main text-text-btn;
32
+ }
33
+
34
+ .card-label {
35
+ @apply text-legend text-text-primary mb-sm;
36
+ }
37
+
38
+ .card-label-error {
39
+ @apply block text-body-s text-error mb-md;
40
+ }
41
+
42
+ .card-label-desc {
43
+ @apply font-bold text-text-secondary text-heading-s mb-md;
44
+ }
45
+
46
+ .card-link {
47
+ @apply block text-center text-link text-primary-main mt-md cursor-pointer;
48
+ }
49
+ }
50
+
51
+ .validation-error {
52
+ @apply block text-body-s text-error;
53
+ }
54
+
55
+ .docsDescription {
56
+ color: #0b0c0c !important;
57
+ }
58
+
59
+ .field-container {
60
+ @apply flex items-center;
61
+ /*@apply flex justify-center items-center;*/
62
+ }
63
+
64
+ .employeeCard {
65
+ @apply bg-white shadow-card p-md mb-xl;
66
+ border-radius: 4px;
67
+
68
+ .card-header {
69
+ @apply text-text-primary text-heading-xl font-bold font-rc align-middle text-left mb-md;
70
+ }
71
+
72
+ .card-sub-header,
73
+ .employee-card-sub-header {
74
+ @apply text-text-primary text-caption-xl font-bold align-middle text-left;
75
+ }
76
+
77
+ .card-section-header {
78
+ @apply text-text-primary text-heading-m font-bold;
79
+ }
80
+
81
+ .card-section-sub-text{
82
+ @apply text-text-primary text-body-s;
83
+ }
84
+
85
+ .card-caption {
86
+ @apply text-text-secondary text-caption-xl mb-sm;
87
+ }
88
+
89
+ .card-text {
90
+ @apply text-text-secondary text-body-l align-middle text-left mb-lg;
91
+
92
+ span {
93
+ @apply text-text-primary;
94
+ }
95
+ }
96
+
97
+ .card-text-primary {
98
+ @apply text-text-primary text-body-l;
99
+ }
100
+
101
+ .card-text-button {
102
+ @apply text-primary-main text-text-btn;
103
+ }
104
+
105
+ .card-label {
106
+ @apply text-legend text-text-primary mb-md;
107
+ }
108
+
109
+ .card-label-error {
110
+ @apply block text-body-s text-error mb-md;
111
+ }
112
+
113
+ .card-label-desc {
114
+ @apply font-bold text-text-secondary text-heading-s mb-md;
115
+ }
116
+
117
+ .card-link {
118
+ @apply block text-center text-link text-link-normal mt-md;
119
+ }
120
+
121
+ .card-search-heading {
122
+ margin-right: 0px !important;
123
+ margin-left: 0px !important;
124
+ margin-bottom: 0px !important;
125
+ padding-bottom: 0px;
126
+ padding-left: 25px;
127
+ }
128
+ }
129
+ .employeeCard.fsm {
130
+ margin-bottom: 64px !important;
131
+ margin-left: 0px !important;
132
+ margin-right: 16px !important; }
133
+ .header-wrap {
134
+ @apply flex mb-md;
135
+
136
+ .header-start {
137
+ margin-right: auto;
138
+ }
139
+
140
+ .header-content {
141
+ }
142
+
143
+ .header-end {
144
+ margin-left: auto;
145
+ }
146
+ }
147
+
148
+ .card-emp {
149
+ @extend .card;
150
+ padding-right: 0;
151
+ padding-top: 0;
152
+ padding-left: 0;
153
+ @apply bg-white m-sm;
154
+ }
155
+
156
+ .submit-bar {
157
+ @apply h-10 bg-primary-main text-center w-full outline-none;
158
+
159
+
160
+ &:focus {
161
+ @apply outline-none;
162
+ }
163
+
164
+ header {
165
+ @apply font-rc font-medium text-legend text-white leading-10;
166
+ }
167
+ }
168
+
169
+ .submit-bar-disabled {
170
+ @apply h-10 bg-primary-main text-center w-full outline-none opacity-50;
171
+
172
+ &:focus {
173
+ @apply outline-none;
174
+ }
175
+
176
+ header {
177
+ @apply font-rc font-medium text-legend text-white leading-10;
178
+ line-height: 2rem !important;
179
+ }
180
+ }
181
+
182
+ @screen dt {
183
+ .submit-bar,
184
+ .submit-bar-disabled {
185
+ width: 240px;
186
+
187
+ height: 2rem !important
188
+ }
189
+
190
+ .card {
191
+ display: flex;
192
+ flex-direction: column;
193
+
194
+ .card-header {
195
+ @apply text-heading-xl-dt;
196
+ }
197
+
198
+ .card-sub-header {
199
+ @apply text-heading-l-dt;
200
+ }
201
+
202
+ .card-caption {
203
+ @apply text-caption-xl-dt;
204
+ }
205
+
206
+ .card-text,
207
+ .card-text-primary {
208
+ @apply text-body-l-dt;
209
+ }
210
+
211
+ .card-link {
212
+ @apply text-left;
213
+ }
214
+ }
215
+
216
+ .employeeCard {
217
+ @apply mb-md mx-md !important;
218
+
219
+ &.filter {
220
+ margin-left: auto;
221
+ margin-right: auto;
222
+ }
223
+
224
+ .card-header {
225
+ @apply text-heading-xl-dt;
226
+ }
227
+
228
+ .card-sub-header {
229
+ @apply text-heading-l-dt;
230
+ }
231
+
232
+ .employee-card-sub-header {
233
+ margin-bottom: 40px;
234
+ @apply text-heading-l-dt;
235
+ }
236
+
237
+ .card-section-header {
238
+ margin-bottom: 40px;
239
+ @apply text-heading-m-dt;
240
+ }
241
+
242
+ .card-section-sub-text{
243
+ @apply text-text-primary text-body-s-dt;
244
+ }
245
+
246
+ .card-search-heading {
247
+ margin-right: 0px !important;
248
+ margin-left: 0px !important;
249
+ margin-bottom: 0px !important;
250
+ padding-bottom: 0px;
251
+ padding-left: 25px;
252
+ }
253
+
254
+ .card-caption {
255
+ @apply text-caption-xl-dt;
256
+ }
257
+
258
+ .card-text,
259
+ .card-text-primary {
260
+ @apply text-body-l-dt;
261
+ }
262
+
263
+ .card-link {
264
+ @apply text-left;
265
+ }
266
+
267
+ .label-field-pair {
268
+ @apply flex items-center;
269
+
270
+ h2 {
271
+ width: 30%;
272
+ }
273
+
274
+ .field {
275
+ width: 50%;
276
+ margin-right: 20%;
277
+ .field {
278
+ margin-right: unset;
279
+ }
280
+ }
281
+ }
282
+
283
+ .field-container {
284
+ span {
285
+ border: 2px solid black;
286
+ background: rgb(247, 247, 247);
287
+ width: 40px;
288
+ height: 40px;
289
+ display: flex;
290
+ justify-content: center;
291
+ align-items: center;
292
+ margin-top: -16px;
293
+ border-right: none;
294
+ }
295
+ }
296
+ }
297
+
298
+ .header-wrap {
299
+ @apply flex mb-md;
300
+
301
+ .header-start {
302
+ margin-right: auto;
303
+ }
304
+
305
+ .header-content {
306
+ }
307
+
308
+ .header-end {
309
+ margin-left: auto;
310
+ }
311
+ }
312
+ }
313
+
314
+ .card-section-header {
315
+ @apply text-text-primary text-heading-m font-bold;
316
+ }
317
+
318
+ .card-search-heading {
319
+ margin-right: 0px !important;
320
+ margin-left: 0px !important;
321
+ margin-bottom: 0px !important;
322
+ padding-bottom: 0px;
323
+ padding-left: 25px;
324
+ }
325
+
326
+ .button-sub-text {
327
+ width: 100%;
328
+ }
329
+
330
+ .home-page-info-banner-wrap {
331
+ margin: "0px 16px 24px 16px";
332
+ }
333
+
334
+ @media (min-width: 780px) {
335
+ .button-sub-text {
336
+ width: 240px;
337
+ }
338
+ .home-page-info-banner-wrap {
339
+ max-width: 45%;
340
+ min-width: 100%;
341
+ margin-left: 0;
342
+ margin-right: 24px;
343
+ margin-bottom: 24px;
344
+ }
345
+ .info-banner-wrap-citizen-override {
346
+ }
347
+ .oc-aknowledgement-screen {
348
+ width: auto;
349
+ min-width: 240px;
350
+ max-width: 100%;
351
+ padding: 0px 10px;
352
+ }
353
+ }
354
+
355
+ .card-label-error {
356
+ @apply block text-body-s text-error mb-md;
357
+ }
358
+
359
+ .employeeCard-override {
360
+ margin-left: 0px !important;
361
+ }
362
+
363
+ .BPAemployeeCard {
364
+ margin-left: 0px !important;
365
+ margin-right: 0px !important;
366
+ margin-bottom: 0px !important;
367
+ }
368
+
369
+ .employee-application-details {
370
+ display: flex !important;
371
+ justify-content: space-between !important;
372
+ max-height: 70px !important;
373
+ height: 70px !important;
374
+ margin-bottom: 15px !important;
375
+ }
376
+ .employee-main-application-details {
377
+ padding: 10px !important;
378
+ }
379
+
380
+ .employee-mulitlink-main-div {
381
+ z-index: 10 !important;
382
+ max-width: 41% !important;
383
+ }
384
+
385
+ .employee-download-btn-className {
386
+ position: unset !important;
387
+ display: flex !important;
388
+ justify-content: flex-end !important;
389
+ }
390
+
391
+ .employee-options-btn-className {
392
+ position: unset !important;
393
+ margin: 0 !important;
394
+ width: 100% !important;
395
+ }
396
+
397
+ .language-selector .submit-bar, .submit-bar-disabled{
398
+ background-color: #5a1166 !important;
399
+ }
400
+
401
+ .owner-details{
402
+ display: flex;
403
+ flex-direction: row;
404
+ width: 100%;
405
+ flex-wrap: wrap;
406
+ justify-content: space-between
407
+ }
408
+
409
+ .owner-details-child{
410
+ width: 50%;
411
+ }