@djb25/digit-ui-css 1.0.0 → 1.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 (99) hide show
  1. package/dist/index.css +7 -17535
  2. package/dist/index.min.css +1 -1
  3. package/package.json +4 -3
  4. package/src/components/CardBasedOptions.scss +101 -36
  5. package/src/components/CitizenHomeCard.scss +43 -41
  6. package/src/components/PageBasedInput.scss +2 -0
  7. package/src/components/PropertySearchForm.scss +4 -4
  8. package/src/components/SearchOnRadioButton.scss +1 -1
  9. package/src/components/StandaloneSearchBar.scss +1 -1
  10. package/src/components/TimeLine.scss +4 -4
  11. package/src/components/bannercomponents.scss +4 -3
  12. package/src/components/body.scss +7 -4
  13. package/src/components/buttons.scss +1 -57
  14. package/src/components/card.scss +42 -97
  15. package/src/components/charts.scss +150 -3
  16. package/src/components/checkbox.scss +35 -4
  17. package/src/components/checkpoint.scss +3 -1
  18. package/src/components/datatable.scss +7 -65
  19. package/src/components/filters.scss +3 -3
  20. package/src/components/hoc/InboxComposer.scss +1 -1
  21. package/src/components/landingpage.scss +249 -18
  22. package/src/components/languageSelector.scss +2 -1
  23. package/src/components/loader.scss +1 -1
  24. package/src/components/metricsTable.scss +1 -2
  25. package/src/components/multiLink.scss +1 -1
  26. package/src/components/multiSelectDropdown.scss +0 -4
  27. package/src/components/navbar.scss +9 -13
  28. package/src/components/plusMinus.scss +3 -3
  29. package/src/components/radiobtn.scss +12 -0
  30. package/src/components/searchAction.scss +1 -1
  31. package/src/components/selectdropdown.scss +37 -12
  32. package/src/components/table.scss +8 -60
  33. package/src/components/textfields.scss +16 -4
  34. package/src/components/toggleSwitch.scss +1 -1
  35. package/src/components/topbar.scss +8 -11
  36. package/src/components/uploadcomponents.scss +16 -3
  37. package/src/index.scss +74 -109
  38. package/src/pages/citizen/DocumentList.scss +5 -5
  39. package/src/pages/citizen/HomePageWrapper.scss +11 -6
  40. package/src/pages/citizen/container.scss +1 -1
  41. package/src/pages/employee/cardfix.scss +2 -1
  42. package/src/pages/employee/container.scss +9 -8
  43. package/src/pages/employee/dss.scss +12 -29
  44. package/src/pages/employee/inbox.scss +144 -91
  45. package/src/pages/employee/index.scss +248 -244
  46. package/src/pages/employee/login.scss +93 -135
  47. package/src/pages/employee/popupmodule.scss +13 -0
  48. package/src/pages/employee/scroll-table.scss +4 -9
  49. package/src/pages/employee/surveys.scss +13 -14
  50. package/svg/check.svg +1 -1
  51. package/svg/starempty.svg +1 -1
  52. package/svg/starfilled.svg +1 -1
  53. package/README.md +0 -80
  54. package/src/components/financeUi.scss +0 -875
  55. package/src/components/inboxv2/InboxLinks.scss +0 -59
  56. package/src/components/inboxv2/horizontalNav.scss +0 -224
  57. package/src/components/inboxv2/inboxSearch.scss +0 -116
  58. package/src/components/inboxv2/inboxSearchComposer.scss +0 -134
  59. package/src/components/inboxv2/index.scss +0 -5
  60. package/src/components/inboxv2/searchComponentTable.scss +0 -44
  61. package/src/components/sidebar.scss +0 -141
  62. package/src/digitv2/components/ErrorMessage.scss +0 -6
  63. package/src/digitv2/components/FormComposerV2.scss +0 -120
  64. package/src/digitv2/components/actionLinkV2.scss +0 -7
  65. package/src/digitv2/components/actionbarV2.scss +0 -110
  66. package/src/digitv2/components/appContainerV2.scss +0 -55
  67. package/src/digitv2/components/backButtonV2.scss +0 -26
  68. package/src/digitv2/components/bannerV2.scss +0 -120
  69. package/src/digitv2/components/bodyContainerV2.scss +0 -39
  70. package/src/digitv2/components/breadCrumbV2.scss +0 -31
  71. package/src/digitv2/components/breakLineV2.scss +0 -6
  72. package/src/digitv2/components/buttonsV2.scss +0 -40
  73. package/src/digitv2/components/cardV2.scss +0 -385
  74. package/src/digitv2/components/checkboxV2.scss +0 -61
  75. package/src/digitv2/components/checkpointV2.scss +0 -71
  76. package/src/digitv2/components/collapseAndExpandGroups.scss +0 -60
  77. package/src/digitv2/components/dateWrapV2.scss +0 -12
  78. package/src/digitv2/components/displayPhotosV2.scss +0 -33
  79. package/src/digitv2/components/headerV2.scss +0 -6
  80. package/src/digitv2/components/infoBannerV2.scss +0 -37
  81. package/src/digitv2/components/keynoteV2.scss +0 -35
  82. package/src/digitv2/components/loaderV2.scss +0 -81
  83. package/src/digitv2/components/mobileNumberV2.scss +0 -33
  84. package/src/digitv2/components/multiSelectDropdownV2.scss +0 -92
  85. package/src/digitv2/components/noresultsfoundV2.scss +0 -11
  86. package/src/digitv2/components/otpInputV2.scss +0 -15
  87. package/src/digitv2/components/popUpV2.scss +0 -16
  88. package/src/digitv2/components/radiobtnV2.scss +0 -51
  89. package/src/digitv2/components/ratingV2.scss +0 -33
  90. package/src/digitv2/components/selectdropdownV2.scss +0 -170
  91. package/src/digitv2/components/tagV2.scss +0 -28
  92. package/src/digitv2/components/telephoneV2.scss +0 -18
  93. package/src/digitv2/components/textInputV2.scss +0 -123
  94. package/src/digitv2/components/textareaV2.scss +0 -11
  95. package/src/digitv2/components/uploadFileV2.scss +0 -146
  96. package/src/digitv2/index.scss +0 -168
  97. package/src/digitv2/pages/employee/index.scss +0 -1
  98. package/src/digitv2/pages/employee/workbench.scss +0 -1042
  99. package/src/digitv2/typography.scss +0 -241
@@ -1,50 +1,41 @@
1
1
  @import "./login.scss";
2
-
3
2
  /* TODO: convert using tailwind */
4
3
  .employee {
5
4
  .breadcrumb {
6
5
  @apply ml-sm mb-lg;
7
6
  }
8
-
9
7
  .ground-container {
10
8
  margin-bottom: 56px;
11
- margin-left: 0;
12
- margin-right: 0;
13
- /* @apply flex flex-col; */
9
+ margin-left: 0px;
10
+ @apply flex flex-col;
14
11
  }
15
-
16
12
  .card-home {
17
13
  font-size: 16px;
18
- /* padding: 0 0 16px 0; */
19
- /* width: 23%; */
20
- border-radius: 10px;
14
+ padding: 0 0 16px 0;
15
+ width: 92vw;
21
16
  display: inline-block;
22
17
  margin: 8px auto;
23
- cursor: pointer;
24
- overflow: hidden;
25
- transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
26
18
  }
27
-
28
- .card-home:hover {
29
- box-shadow: 0px 6px 0 0px #764ba2;
19
+ .home-action-cards {
20
+ height: auto !important;
21
+ min-height: 263px;
30
22
  }
31
-
32
23
  .topbar {
33
24
  position: fixed;
34
25
  top: 0;
35
26
  width: 100%;
36
- padding: 10px 24px;
37
- background: white;
38
- box-shadow: rgba(0, 0, 0, 0.24) 0 1px 4px;
27
+ padding: 16px 24px;
28
+ background: #ffffff;
29
+ box-shadow: 0 1px 4px #b1b4b6;
39
30
  z-index: 9999;
40
31
 
41
32
  img {
42
33
  display: inline;
43
34
 
44
35
  &.city {
45
- margin-right: 8px;
46
- height: 60px;
47
- margin-left: 53px;
36
+ margin-right: 8px;
37
+ height: 48px;
38
+ width: 48px;
48
39
  }
49
40
 
50
41
  &.state {
@@ -61,10 +52,9 @@
61
52
  .right {
62
53
  float: right;
63
54
  margin-top: 12px;
64
- margin-right: 53px;
65
55
 
66
56
  .user-img-txt {
67
- background: theme(colors.primary.main);
57
+ background: #a82227;
68
58
  padding: 10px 15px;
69
59
  border-radius: 50%;
70
60
  color: white;
@@ -77,16 +67,73 @@
77
67
  padding-top: 88px;
78
68
  }
79
69
 
70
+ .submit-bar header{
71
+ height: 2rem !important;
72
+ line-height: 2rem !important;
73
+ }
74
+
80
75
  .loginContainer {
81
76
  padding-top: 88px;
77
+ position: relative;
82
78
  }
83
79
 
80
+ .loginnn{
81
+ position: relative;
82
+ max-width: 100%;
83
+ width: 100%;
84
+ min-width: 100%;
85
+ }
86
+ .loginnn .img{
87
+ position: absolute;
88
+ background-size: cover;
89
+ width: 100%;
90
+ max-width: 100%;
91
+ max-height: 100%;
92
+ }
93
+ .logoNiua{
94
+ display: flex;
95
+ width: 100%;
96
+ position: absolute;
97
+ }
98
+ .logoNiua .img{
99
+ width: 15%;
100
+ height: 15%;
101
+ }
102
+ .upyogLogo{
103
+ width: 100% !important;
104
+ }
105
+ .login-logo-wrapper{
106
+ min-width: 100%;
107
+ height: 100%;
108
+ position: absolute;
109
+ display: flex;
110
+ flex-direction: row;
111
+ }
112
+ .loginConference{
113
+ position: relative;
114
+ height: 100%;
115
+ width: 100%;
116
+ font-weight: 700;
117
+
118
+ }
119
+ .login-banner-wrapper{
120
+ position: relative;
121
+ color: white;
122
+ float: right;
123
+ z-index: 999;
124
+ height: 100%;
125
+ padding-top: 35vh;
126
+ margin-right: 2%;
127
+ text-align: right;
128
+ font-family: none;
129
+ }
130
+
84
131
  .react-time-picker {
85
132
  width: 100%;
86
133
  }
87
134
 
88
135
  .react-time-picker__wrapper {
89
- border: 1px solid theme(colors.inputBorder);
136
+ border: 1px solid #464646;
90
137
  }
91
138
 
92
139
  .react-time-picker__clock {
@@ -109,89 +156,92 @@
109
156
  padding-left: 8px;
110
157
  }
111
158
  }
112
-
159
+ #login-conference-table{
160
+ position:absolute;
161
+ z-index:1;
162
+ width:36vw;
163
+ height:62vh;
164
+ margin-top:20vh;
165
+ margin-left: 2vw;
166
+ }
167
+ .banner-slogan{
168
+ padding-top: 10%;
169
+ }
170
+ .psuedo-banner span{
171
+ color: #fdd049;
172
+ }
173
+ .login-banner-wrapper .psuedo-banner{
174
+ font-size: 2.2rem;
175
+ }
176
+ .login-banner-wrapper .banner-slogan{
177
+ font-size: 1.5rem;
178
+ }
113
179
  .citizen {
114
180
  .main {
115
181
  padding-top: 82px;
116
- min-height: calc(100vh - 90px);
182
+ min-height: calc(100vh - 48px);
183
+ display: flex !important;
117
184
  }
118
185
  }
119
-
120
186
  .citizen,
121
187
  .employee {
122
188
  .sidebar {
123
189
  position: fixed;
124
190
  left: 0;
125
- background: #0B4B66;
126
191
  height: 100%;
127
- color: theme(colors.white);
128
- margin-top: 83px;
129
- z-index: 10000;
192
+ color: #ffffff;
193
+ margin-top: 80px;
194
+ z-index: 999;
130
195
  transition: 0.3s ease all;
131
196
  white-space: nowrap;
132
197
  height: calc(100vh - 36px);
133
198
  padding-bottom: 5rem;
199
+ background-image: url(https://in-egov-assets.s3.ap-south-1.amazonaws.com/images/top-green-card.png), url(https://in-egov-assets.s3.ap-south-1.amazonaws.com/images/top-red-card.png);
200
+ background-blend-mode: lighten;
201
+ background-size: cover;
202
+
134
203
 
135
204
  .actions {
136
205
  cursor: pointer;
137
206
  display: flex;
138
207
  align-items: center;
139
-
140
208
  .tooltip {
141
209
  margin-left: 16px;
142
210
  }
143
-
144
- margin-bottom: 0px;
145
211
  }
146
212
 
147
213
  svg {
148
214
  width: 24px;
149
215
  height: 24px;
150
- fill: theme(colors.white);
216
+ fill: #ffffff;
151
217
  }
152
-
153
218
  a {
154
219
  display: flex;
155
220
  }
156
-
157
221
  .sidebar-link {
158
222
  display: flex;
159
- color: theme(colors.white);
223
+ color: #ffffff;
160
224
  justify-content: space-between;
161
225
  align-items: center;
162
226
  padding: 20px;
163
227
  font-size: 14px;
164
-
165
- &.level-0 {
166
- margin: 0 0.3rem 0 0.3rem;
167
-
168
- &.select-level {
169
- border-top: 1px solid;
170
- border-bottom: 1px solid;
171
- }
172
- }
173
-
174
228
  &.active {
175
- color: theme(colors.primary.main) !important;
176
-
177
- border-right: none;
229
+ color: #a82227 !important;
178
230
 
231
+ border-right: 4px solid #a82227;
179
232
  svg {
180
- fill: theme(colors.primary.main) !important;
233
+ fill: #a82227 !important;
181
234
  }
182
235
  }
183
-
184
236
  .employee-search-input {
185
237
  border: none;
186
238
  outline: none;
187
239
  background-color: rgba(0, 0, 0, 0);
188
240
  margin-left: 13px;
189
241
  }
190
-
191
242
  .custom-link {
192
243
  .tooltip {
193
244
  margin-left: 16px;
194
-
195
245
  span {
196
246
  margin-left: unset !important;
197
247
  left: unset !important;
@@ -200,93 +250,67 @@
200
250
  }
201
251
 
202
252
  svg {
203
- fill: theme(colors.white) !important;
253
+ fill: #ffffff !important;
204
254
  width: 21px;
205
255
  height: 21px;
206
256
  }
207
257
 
208
258
  &:hover {
209
-
210
- background-color: #0B4B66;
259
+ color: #a82227 !important;
260
+ background-color: #486480;
211
261
 
212
262
  cursor: pointer;
213
-
263
+ svg {
264
+ fill: #a82227 !important;
265
+ }
214
266
  }
215
-
216
267
  .search-icon-wrapper {
217
- border: 2px solid theme(colors.white);
218
- border-radius: 4px;
219
- padding: 5px;
220
-
221
268
  svg {
222
- fill: theme(colors.white) !important;
269
+ fill: #ffffff !important;
223
270
  width: 21px;
224
271
  height: 21px;
225
-
226
272
  path {
227
- fill: theme(colors.white) !important;
273
+ fill: #ffffff !important;
228
274
  }
229
275
  }
230
276
  }
231
277
  }
232
-
233
278
  .dropdown-link {
234
279
  height: 40px;
235
280
  display: flex;
236
281
  margin-left: 40px;
237
282
  align-items: center;
238
283
  text-decoration: none;
239
- color: theme(colors.white);
284
+ color: #ffffff;
240
285
  font-size: 14px;
241
-
242
286
  .actions {
243
287
  .tooltiptext {
244
288
  left: unset;
245
289
  right: 1%;
246
290
  }
247
291
  }
248
-
249
292
  svg {
250
293
  width: 20px;
251
294
  height: 20px;
252
- fill: theme(colors.white);
295
+ fill: #ffffff;
253
296
  }
254
-
255
297
  &:hover {
256
- background-color: #6A8E9D;
257
- opacity: 0.8;
298
+ color: #fe7a51 !important;
299
+ background-color: #486480;
258
300
  cursor: pointer;
259
-
260
301
  svg {
261
302
  fill: #fe7a51 !important;
262
303
  }
263
304
  }
264
-
265
-
266
305
  &.active {
267
- border-left: 4px solid theme(colors.primary.main);
268
-
269
- &.level-0 {}
270
-
271
- &.level-1 {
272
- border-left: 8.5px solid theme(colors.primary.main);
273
- }
274
-
275
- &.level-2 {
276
- border-left: 4px solid theme(colors.primary.main);
277
- }
278
-
279
- &.level-3 {}
280
-
281
- color: theme(colors.primary.main) !important;
282
- border-right: none;
306
+ color: #a82227 !important;
283
307
 
308
+ border-right: 4px solid #a82227;
284
309
  svg {
285
- fill: theme(colors.primary.main) !important;
310
+ fill: #a82227 !important;
286
311
  }
287
312
  }
288
313
  }
289
-
290
314
  span {
291
315
  margin-left: 16px;
292
316
  text-overflow: ellipsis;
@@ -301,7 +325,7 @@
301
325
  padding-top: 10px;
302
326
 
303
327
  .containerStyles {
304
- border: 1px solid theme(colors.text.secondary);
328
+ border: 1px solid #505a5f;
305
329
  padding: 16px;
306
330
  margin-bottom: 20px;
307
331
  }
@@ -316,7 +340,7 @@
316
340
  }
317
341
 
318
342
  .tableContainerStyles {
319
- border: 1px solid theme(colors.text.secondary);
343
+ border: 1px solid #505a5f;
320
344
  padding: 16px;
321
345
  margin-bottom: 20px;
322
346
  }
@@ -389,7 +413,6 @@
389
413
  .sidebar {
390
414
  margin-top: 54px;
391
415
  min-width: 200px;
392
-
393
416
  .actions {
394
417
  display: flex;
395
418
  align-items: center;
@@ -406,66 +429,96 @@
406
429
  }
407
430
  }
408
431
 
409
- .RightMostTopBarOptions {
410
- @apply flex;
411
-
412
- .EventNotificationWrapper {
413
- @apply relative cursor-pointer ml-md;
414
-
415
- span {
432
+ .RightMostTopBarOptions{
433
+ @apply flex float-right;
434
+ display: flex;
435
+ .EventNotificationWrapper{
436
+ @apply relative cursor-pointer;
437
+ span{
416
438
  top: -10px;
417
439
  right: -10px;
418
440
  @apply absolute bg-error h-5 w-5 rounded-full text-center;
419
-
420
441
  p {
421
442
  line-height: 20px;
422
443
  }
423
444
  }
424
445
  }
425
-
426
446
  .select-wrap {
427
447
  margin-bottom: unset;
428
-
429
448
  svg {
430
- fill: theme(colors.white);
449
+ fill: #ffffff;
431
450
  }
432
451
  }
433
452
  }
434
453
 
454
+
455
+ .fullWidth {
456
+ width: 100%;
457
+ }
458
+
459
+ .multi-select-container {
460
+ .disposal-text {
461
+ @apply font-bold;
462
+ }
463
+
464
+ .disposal-info {
465
+ @apply my-md ml-sm;
466
+ }
467
+
468
+ .disposal-action-bar {
469
+ @apply flex justify-between items-center;
470
+ }
471
+ }
472
+
473
+ @screen dt {
474
+ .d-grid {
475
+ display: flex-root;
476
+ grid-template-columns: 250px 250px 250px 250px;
477
+ column-gap: 10px;
478
+ row-gap: 2px;
479
+ margin-left: -12px;
480
+ }
481
+
482
+ }
483
+
484
+ .m-auto {
485
+ margin: auto !important;
486
+ }
487
+
488
+ .mb-50{
489
+ margin-bottom: 50px;
490
+ }
491
+ .mb-25{
492
+ margin-bottom: 25px;
493
+ }
435
494
  @media (min-width: 640px) {
436
495
  .employee {
437
496
  .ground-container {
438
- /* @apply block; */
439
- margin-left: 72px;
440
- margin-right: 72px;
497
+ margin-left: 0px !important;
498
+ @apply block ml-md;
441
499
  }
442
-
443
500
  .breadcrumb {
444
501
  @apply mb-lg;
445
502
  margin-left: 0;
446
503
  }
447
-
448
504
  .card-home {
449
- /* width: 23%; */
505
+ width: 270px;
450
506
  margin-right: 10px;
451
507
  margin-bottom: 10px;
452
508
  }
453
-
454
509
  .card-home-hrms {
455
510
  width: 405px;
456
511
  padding: 0px;
457
512
  margin-right: 16px;
458
513
  margin-bottom: 16px;
459
514
  }
460
-
461
515
  .main {
462
516
  display: flex;
463
517
  flex-direction: column;
464
518
  padding-top: 80px;
465
- /* margin-left: 72px; */
466
- /* width: calc(100%-83px); */
467
- }
468
-
519
+ margin-left: 64px;
520
+ width: calc(100%-83px);
521
+ }
469
522
  .citizen-home-container {
470
523
  display: flex;
471
524
  flex-direction: unset !important;
@@ -474,148 +527,99 @@
474
527
  padding-top: 58px;
475
528
  }
476
529
  }
477
-
530
+ #main-img{
531
+ content:url("https://in-egov-assets.s3.ap-south-1.amazonaws.com/images/employee-login.png");
532
+ }
478
533
  .citizen {
479
534
  .main {
480
535
  width: 100%;
481
- padding-top: 58px;
482
- height: 100%;
483
- display: flex;
484
- justify-content: center;
536
+ padding-top: 80px;
537
+ min-height: calc(100vh - 48px);
538
+ margin-bottom: 18px !important;
539
+ display: flex !important;
485
540
  }
486
541
 
487
- .center-container {}
542
+ .center-container {
543
+ }
488
544
  }
545
+
489
546
  }
490
547
 
491
- .fullWidth {
492
- width: 100%;
548
+ @media only screen and (max-width:950px){
549
+ #main-img{
550
+ content:url("https://i.postimg.cc/9Q7jT6Dd/Banner-Image-2.png");
551
+ }
552
+ #login-conference-table{
553
+ position:relative;
554
+ z-index:1;
555
+ width:75%;
556
+ height:115%;
557
+ margin:12%;
558
+ margin-top:25%
493
559
  }
494
-
495
- .multi-select-container {
496
- .disposal-text {
497
- @apply font-bold;
498
- }
499
-
500
- .disposal-info {
501
- @apply my-md ml-sm;
502
- }
503
-
504
- .disposal-action-bar {
505
- @apply flex justify-between items-center;
506
- }
560
+ .loginConference{
561
+ position: absolute;
562
+ height: 100%;
563
+ width: 100%;
564
+ font-weight: 700;
565
+ display: flex;
566
+ flex-direction: column;
507
567
  }
508
-
509
- @screen dt {
510
- .d-grid {
511
- display: grid;
512
- grid-template-columns: 250px 250px 250px 250px;
513
- column-gap: 10px;
514
- row-gap: 2px;
515
- margin-left: -12px;
516
- }
568
+ .employee .login-banner-wrapper{
569
+ padding-top: 0vh;
570
+
517
571
  }
518
-
519
- .m-auto {
520
- margin: auto !important;
572
+ .psuedo-banner{
573
+ font-size: 4vw;
521
574
  }
522
-
523
- .mb-50 {
524
- margin-bottom: 50px;
575
+ .banner-slogan{
576
+ font-size: 3.5vw;
525
577
  }
526
-
527
- .mb-25 {
528
- margin-bottom: 25px;
529
578
  }
530
579
 
531
- .back-wrapper {
532
- display: flex;
533
- justify-content: space-between;
534
-
535
- .top-back-btn {
536
- margin-bottom: 0px;
537
- color: theme(colors.white);
538
- margin-right: 1em;
580
+ @media screen and (min-width:768){
539
581
 
540
- & svg {
541
- fill: theme(colors.white);
542
- }
543
- }
544
-
545
- .hambuger-back-wrapper {
546
- display: flex;
547
-
548
- @media (min-width: 780px) {
549
- .hamburger-span {
550
- display: none;
551
- }
552
- }
553
- }
554
- }
555
-
556
- @screen dt {
557
- .back-wrapper {
558
- margin-right: 2rem;
559
- margin-left: 2rem;
560
- }
582
+ #login-conference-table{
583
+ position:absolute;
584
+ z-index:1;
585
+ width:40%;
586
+ height:30%;
587
+ margin:12%;
588
+ margin-top:25%
589
+ }
561
590
  }
562
-
563
- .user-profile {
564
- @media (min-width: 780px) {
565
- width: calc(100% - 219px);
566
- margin-left: 16px;
567
- margin-right: 16px;
568
- }
591
+ @media only screen and (max-width:500px){
592
+ #main-img{
593
+ content:url("https://i.postimg.cc/9Q7jT6Dd/Banner-Image-2.png");
594
+ }
595
+ #login-conference-table{
596
+ position:relative;
597
+ z-index:1;
598
+ width:75%;
599
+ height:80%;
600
+ margin:12%;
601
+ margin-top:25%
569
602
  }
570
-
571
- .link {
572
- a {
573
- color: inherit;
574
- text-decoration: inherit
575
- }
603
+ .loginConference{
604
+ position: absolute;
605
+ height: 100%;
606
+ width: 100%;
607
+ font-weight: 700;
608
+ display: flex;
609
+ flex-direction: column;
576
610
  }
577
-
578
- .breadcrumb {
579
- a {
580
- color: inherit;
581
- text-decoration: inherit
582
- }
611
+ .employee .psuedo-banner{
612
+ font-size: 1.2rem;
583
613
  }
584
-
585
- .sidebar-link.active {
586
- .custom-link {
587
- text-decoration: none;
588
-
589
- div {
590
- span {
591
- color: theme(colors.primary.main) !important;
592
- text-decoration: none;
593
- }
594
- }
595
- }
614
+ .employee .banner-slogan{
615
+ font-size: 0.8rem;
596
616
  }
597
-
598
- .bread-crumb {
599
- a {
600
- color: inherit;
601
- text-decoration: inherit
602
- }
603
617
  }
604
-
605
- .sidebar-link {
606
- .custom-link {
607
- text-decoration: none;
608
-
609
- div {
610
- span {
611
- color: theme(colors.white);
612
- text-decoration: none;
613
- }
614
- }
615
- }
618
+ @media only screen and (min-width:300px)
619
+ {
620
+ .employee .card-home{
621
+ height: 220px;
622
+ box-shadow: #32325d14 0px 50px 100px -20px, rgb(0 0 0 / 18%) 0px 30px 60px -30px, #0a254038 0px -2px 6px 0px inset;
623
+ border-radius: 12px;
616
624
  }
617
-
618
- /* TODO fix required NABEEL/ANIL for home screen card */
619
- .customEmployeeCard {
620
- @apply m-sm !important;
621
625
  }