@entit/digit-ui-css 2.0.0 → 2.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.
- package/dist/index.css +409 -2230
- package/dist/index.min.css +1 -1
- package/package.json +2 -2
- package/src/components/CardBasedOptions.scss +39 -105
- package/src/components/CitizenHomeCard.scss +35 -46
- package/src/components/PageBasedInput.scss +19 -27
- package/src/components/PropertySearchForm.scss +2 -2
- package/src/components/TimeLine.scss +2 -2
- package/src/components/bannercomponents.scss +3 -9
- package/src/components/body.scss +4 -32
- package/src/components/buttons.scss +0 -3
- package/src/components/card.scss +25 -48
- package/src/components/charts.scss +1 -134
- package/src/components/checkbox.scss +4 -35
- package/src/components/checkpoint.scss +1 -3
- package/src/components/datatable.scss +6 -10
- package/src/components/filters.scss +3 -3
- package/src/components/hoc/InboxComposer.scss +15 -108
- package/src/components/info-banner.scss +2 -3
- package/src/components/languageSelector.scss +7 -8
- package/src/components/multiLink.scss +0 -15
- package/src/components/navbar.scss +12 -210
- package/src/components/radiobtn.scss +0 -12
- package/src/components/searchAction.scss +1 -1
- package/src/components/selectdropdown.scss +2 -28
- package/src/components/statushighlight.scss +1 -1
- package/src/components/summary.scss +0 -3
- package/src/components/table.scss +3 -14
- package/src/components/textfields.scss +1 -19
- package/src/components/topbar.scss +7 -21
- package/src/components/uploadcomponents.scss +0 -18
- package/src/index.scss +39 -263
- package/src/pages/citizen/CitizenEngagementNotificationWrapper.scss +5 -8
- package/src/pages/citizen/DocumentList.scss +2 -2
- package/src/pages/citizen/HomePageWrapper.scss +84 -148
- package/src/pages/citizen/container.scss +1 -1
- package/src/pages/employee/cardfix.scss +1 -2
- package/src/pages/employee/container.scss +13 -13
- package/src/pages/employee/dss.scss +9 -142
- package/src/pages/employee/iframe.scss +1 -1
- package/src/pages/employee/inbox.scss +49 -259
- package/src/pages/employee/index.scss +75 -363
- package/src/pages/employee/login.scss +21 -96
- package/src/pages/employee/popupmodule.scss +0 -13
- package/src/pages/employee/scroll-table.scss +1 -1
- package/src/pages/employee/surveys.scss +6 -5
- package/svg/check.svg +1 -1
- package/svg/starempty.svg +1 -1
- package/svg/starfilled.svg +1 -1
- package/src/components/FAQ.scss +0 -64
- package/src/components/howItWorks.scss +0 -71
- package/src/components/plusMinus.scss +0 -15
- package/src/components/staticDynamicMessages.scss +0 -107
- package/src/components/staticSideBar.scss +0 -27
- package/src/components/toggleSwitch.scss +0 -41
@@ -6,7 +6,6 @@
|
|
6
6
|
}
|
7
7
|
.ground-container {
|
8
8
|
margin-bottom: 56px;
|
9
|
-
margin-left: 0px;
|
10
9
|
@apply flex flex-col;
|
11
10
|
}
|
12
11
|
.card-home {
|
@@ -16,17 +15,13 @@
|
|
16
15
|
display: inline-block;
|
17
16
|
margin: 8px auto;
|
18
17
|
}
|
19
|
-
.home-action-cards {
|
20
|
-
height: auto !important;
|
21
|
-
min-height: 263px;
|
22
|
-
}
|
23
18
|
.topbar {
|
24
19
|
position: fixed;
|
25
20
|
top: 0;
|
26
21
|
width: 100%;
|
27
22
|
padding: 16px 24px;
|
28
|
-
background:
|
29
|
-
box-shadow: 0 1px 4px
|
23
|
+
background: white;
|
24
|
+
box-shadow: rgba(0, 0, 0, 0.24) 0 1px 4px;
|
30
25
|
z-index: 9999;
|
31
26
|
|
32
27
|
img {
|
@@ -54,7 +49,7 @@
|
|
54
49
|
margin-top: 12px;
|
55
50
|
|
56
51
|
.user-img-txt {
|
57
|
-
background: #
|
52
|
+
background: #f47738;
|
58
53
|
padding: 10px 15px;
|
59
54
|
border-radius: 50%;
|
60
55
|
color: white;
|
@@ -67,67 +62,10 @@
|
|
67
62
|
padding-top: 88px;
|
68
63
|
}
|
69
64
|
|
70
|
-
.submit-bar header{
|
71
|
-
height: 2rem !important;
|
72
|
-
line-height: 2rem !important;
|
73
|
-
}
|
74
|
-
|
75
65
|
.loginContainer {
|
76
66
|
padding-top: 88px;
|
77
|
-
position: relative;
|
78
67
|
}
|
79
68
|
|
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
|
-
|
131
69
|
.react-time-picker {
|
132
70
|
width: 100%;
|
133
71
|
}
|
@@ -156,207 +94,76 @@
|
|
156
94
|
padding-left: 8px;
|
157
95
|
}
|
158
96
|
}
|
159
|
-
|
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
|
-
}
|
97
|
+
|
179
98
|
.citizen {
|
180
99
|
.main {
|
181
100
|
padding-top: 82px;
|
182
|
-
min-height: calc(100vh -
|
183
|
-
display: flex !important;
|
101
|
+
min-height: calc(100vh - 90px);
|
184
102
|
}
|
185
103
|
}
|
104
|
+
|
186
105
|
.citizen,
|
187
106
|
.employee {
|
188
107
|
.sidebar {
|
189
108
|
position: fixed;
|
190
109
|
left: 0;
|
110
|
+
padding: 20px 0;
|
111
|
+
background: #22394d;
|
191
112
|
height: 100%;
|
192
|
-
color:
|
113
|
+
color: white;
|
193
114
|
margin-top: 80px;
|
194
|
-
z-index:
|
195
|
-
transition: 0.3s ease all;
|
196
|
-
white-space: nowrap;
|
197
|
-
height: calc(100vh - 36px);
|
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
|
-
|
115
|
+
z-index: 1000;
|
203
116
|
|
204
117
|
.actions {
|
205
118
|
cursor: pointer;
|
206
|
-
|
207
|
-
|
208
|
-
.tooltip {
|
209
|
-
margin-left: 16px;
|
210
|
-
}
|
211
|
-
}
|
212
|
-
|
213
|
-
svg {
|
214
|
-
width: 24px;
|
215
|
-
height: 24px;
|
216
|
-
fill: #ffffff;
|
217
|
-
}
|
218
|
-
a {
|
219
|
-
display: flex;
|
220
|
-
}
|
221
|
-
.sidebar-link {
|
222
|
-
display: flex;
|
223
|
-
color: #ffffff;
|
224
|
-
justify-content: space-between;
|
225
|
-
align-items: center;
|
226
|
-
padding: 20px;
|
227
|
-
font-size: 14px;
|
228
|
-
&.active {
|
229
|
-
color: #a82227 !important;
|
230
|
-
|
231
|
-
border-right: 4px solid #a82227;
|
232
|
-
svg {
|
233
|
-
fill: #a82227 !important;
|
234
|
-
}
|
235
|
-
}
|
236
|
-
.employee-search-input {
|
237
|
-
border: none;
|
238
|
-
outline: none;
|
239
|
-
background-color: rgba(0, 0, 0, 0);
|
240
|
-
margin-left: 13px;
|
241
|
-
}
|
242
|
-
.custom-link {
|
243
|
-
.tooltip {
|
244
|
-
margin-left: 16px;
|
245
|
-
span {
|
246
|
-
margin-left: unset !important;
|
247
|
-
left: unset !important;
|
248
|
-
}
|
249
|
-
}
|
250
|
-
}
|
251
|
-
|
252
|
-
svg {
|
253
|
-
fill: #ffffff !important;
|
254
|
-
width: 21px;
|
255
|
-
height: 21px;
|
256
|
-
}
|
257
|
-
|
258
|
-
&:hover {
|
259
|
-
color: #a82227 !important;
|
260
|
-
background-color: #486480;
|
119
|
+
padding: 0 20px;
|
120
|
+
margin-bottom: 32px;
|
261
121
|
|
262
|
-
cursor: pointer;
|
263
|
-
svg {
|
264
|
-
fill: #a82227 !important;
|
265
|
-
}
|
266
|
-
}
|
267
|
-
.search-icon-wrapper {
|
268
|
-
svg {
|
269
|
-
fill: #ffffff !important;
|
270
|
-
width: 21px;
|
271
|
-
height: 21px;
|
272
|
-
path {
|
273
|
-
fill: #ffffff !important;
|
274
|
-
}
|
275
|
-
}
|
276
|
-
}
|
277
|
-
}
|
278
|
-
.dropdown-link {
|
279
|
-
height: 40px;
|
280
|
-
display: flex;
|
281
|
-
margin-left: 40px;
|
282
|
-
align-items: center;
|
283
|
-
text-decoration: none;
|
284
|
-
color: #ffffff;
|
285
|
-
font-size: 14px;
|
286
|
-
.actions {
|
287
|
-
.tooltiptext {
|
288
|
-
left: unset;
|
289
|
-
right: 1%;
|
290
|
-
}
|
291
|
-
}
|
292
|
-
svg {
|
293
|
-
width: 20px;
|
294
|
-
height: 20px;
|
295
|
-
fill: #ffffff;
|
296
|
-
}
|
297
|
-
&:hover {
|
298
|
-
color: #fe7a51 !important;
|
299
|
-
background-color: #486480;
|
300
|
-
cursor: pointer;
|
301
|
-
svg {
|
302
|
-
fill: #fe7a51 !important;
|
303
|
-
}
|
304
|
-
}
|
305
122
|
&.active {
|
306
|
-
|
307
|
-
|
308
|
-
border-right: 4px solid #a82227;
|
309
|
-
svg {
|
310
|
-
fill: #a82227 !important;
|
311
|
-
}
|
123
|
+
border-right: 4px solid #f47738;
|
124
|
+
padding-right: 16px;
|
312
125
|
}
|
313
126
|
}
|
314
|
-
span {
|
315
|
-
margin-left: 16px;
|
316
|
-
text-overflow: ellipsis;
|
317
|
-
overflow: hidden;
|
318
|
-
white-space: nowrap;
|
319
|
-
}
|
320
127
|
}
|
321
128
|
|
322
129
|
.wrapperStyles {
|
323
130
|
margin-top: -5px;
|
324
131
|
padding-left: 20px;
|
325
132
|
padding-top: 10px;
|
326
|
-
|
133
|
+
|
327
134
|
.containerStyles {
|
328
|
-
border: 1px solid #
|
135
|
+
border: 1px solid #505A5F;
|
329
136
|
padding: 16px;
|
330
137
|
margin-bottom: 20px;
|
331
138
|
}
|
332
|
-
|
139
|
+
|
333
140
|
&.leftBorder {
|
334
141
|
border-left: 2px solid rgba(0, 0, 0, 0.12);
|
335
142
|
}
|
336
143
|
}
|
337
|
-
|
144
|
+
|
338
145
|
.rowContainerStyles {
|
339
146
|
@apply flex flex-col;
|
340
147
|
}
|
341
|
-
|
148
|
+
|
342
149
|
.tableContainerStyles {
|
343
|
-
border: 1px solid #
|
150
|
+
border: 1px solid #505A5F;
|
344
151
|
padding: 16px;
|
345
152
|
margin-bottom: 20px;
|
346
153
|
}
|
347
|
-
|
154
|
+
|
348
155
|
.historyTables {
|
349
156
|
display: grid;
|
350
157
|
grid-template-rows: 100px 100px;
|
351
|
-
grid-template-columns: repeat(5, minmax(100px, 1fr));
|
158
|
+
grid-template-columns: repeat(5, minmax(100px, 1fr));
|
352
159
|
}
|
353
|
-
|
160
|
+
|
354
161
|
.historyContent {
|
355
162
|
margin: 0 10px;
|
356
163
|
position: relative;
|
357
164
|
padding-bottom: 5px;
|
358
165
|
}
|
359
|
-
|
166
|
+
|
360
167
|
.historyCheckpoint {
|
361
168
|
background-color: #fe7a51;
|
362
169
|
border-radius: 100%;
|
@@ -366,12 +173,12 @@
|
|
366
173
|
position: relative;
|
367
174
|
left: -9px;
|
368
175
|
top: 4px;
|
369
|
-
|
176
|
+
|
370
177
|
&.zIndex {
|
371
178
|
z-index: 10;
|
372
179
|
}
|
373
180
|
}
|
374
|
-
|
181
|
+
|
375
182
|
.historyTableDateLabel {
|
376
183
|
color: rgba(0, 0, 0, 0.87);
|
377
184
|
font-size: 16px;
|
@@ -380,12 +187,13 @@
|
|
380
187
|
text-align: left;
|
381
188
|
display: inline-block;
|
382
189
|
padding-top: 5px;
|
190
|
+
|
383
191
|
}
|
384
|
-
|
192
|
+
|
385
193
|
.bottomMargin {
|
386
194
|
margin-bottom: 0px;
|
387
195
|
}
|
388
|
-
|
196
|
+
|
389
197
|
.historyTableDate {
|
390
198
|
color: rgba(0, 0, 0, 0.87);
|
391
199
|
font-size: 19px;
|
@@ -395,12 +203,12 @@
|
|
395
203
|
display: inline-block;
|
396
204
|
padding-top: 10px;
|
397
205
|
}
|
398
|
-
|
206
|
+
|
399
207
|
.historyHorizontalBar {
|
400
208
|
background-color: rgba(0, 0, 0, 0.12);
|
401
209
|
width: auto;
|
402
210
|
height: 2px;
|
403
|
-
margin-left: 16px
|
211
|
+
margin-left: 16px
|
404
212
|
}
|
405
213
|
|
406
214
|
.smallText {
|
@@ -422,7 +230,7 @@
|
|
422
230
|
}
|
423
231
|
|
424
232
|
.link {
|
425
|
-
@apply text-primary-main cursor-pointer;
|
233
|
+
@apply text-primary-main cursor-pointer ;
|
426
234
|
|
427
235
|
:hover {
|
428
236
|
@apply text-primary-dark;
|
@@ -430,71 +238,23 @@
|
|
430
238
|
}
|
431
239
|
|
432
240
|
.RightMostTopBarOptions{
|
433
|
-
@apply
|
434
|
-
display: flex;
|
241
|
+
@apply inline-block float-right;
|
435
242
|
.EventNotificationWrapper{
|
436
243
|
@apply relative cursor-pointer;
|
437
244
|
span{
|
438
245
|
top: -10px;
|
439
246
|
right: -10px;
|
440
247
|
@apply absolute bg-error h-5 w-5 rounded-full text-center;
|
441
|
-
p
|
248
|
+
p{
|
442
249
|
line-height: 20px;
|
443
250
|
}
|
444
251
|
}
|
445
252
|
}
|
446
|
-
.select-wrap {
|
447
|
-
margin-bottom: unset;
|
448
|
-
svg {
|
449
|
-
fill: #ffffff;
|
450
|
-
}
|
451
|
-
}
|
452
253
|
}
|
453
254
|
|
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
|
-
}
|
494
255
|
@media (min-width: 640px) {
|
495
256
|
.employee {
|
496
257
|
.ground-container {
|
497
|
-
margin-left: 0px !important;
|
498
258
|
@apply block ml-md;
|
499
259
|
}
|
500
260
|
.breadcrumb {
|
@@ -503,8 +263,8 @@
|
|
503
263
|
}
|
504
264
|
.card-home {
|
505
265
|
width: 270px;
|
506
|
-
margin-right:
|
507
|
-
margin-bottom:
|
266
|
+
margin-right: 16px;
|
267
|
+
margin-bottom: 16px;
|
508
268
|
}
|
509
269
|
.card-home-hrms {
|
510
270
|
width: 405px;
|
@@ -513,113 +273,65 @@
|
|
513
273
|
margin-bottom: 16px;
|
514
274
|
}
|
515
275
|
.main {
|
516
|
-
display: flex;
|
517
|
-
flex-direction: column;
|
518
276
|
padding-top: 80px;
|
519
|
-
margin-left:
|
277
|
+
margin-left: 72px;
|
520
278
|
width: calc(100%-83px);
|
521
279
|
}
|
522
|
-
.citizen-home-container {
|
523
|
-
display: flex;
|
524
|
-
flex-direction: unset !important;
|
525
|
-
width: unset !important;
|
526
|
-
margin-left: unset !important;
|
527
|
-
padding-top: 58px;
|
528
|
-
}
|
529
280
|
}
|
530
|
-
|
531
|
-
content:url("https://in-egov-assets.s3.ap-south-1.amazonaws.com/images/employee-login.png");
|
532
|
-
}
|
281
|
+
|
533
282
|
.citizen {
|
534
283
|
.main {
|
284
|
+
gap: 0.3rem;
|
535
285
|
width: 100%;
|
536
286
|
padding-top: 80px;
|
537
|
-
|
538
|
-
|
539
|
-
display: flex !important;
|
287
|
+
padding-left: 16px;
|
288
|
+
min-height: calc(100vh - 40px);
|
540
289
|
}
|
541
290
|
|
542
291
|
.center-container {
|
292
|
+
width: 70%;
|
293
|
+
margin: 0 auto;
|
543
294
|
}
|
544
295
|
}
|
545
|
-
|
546
296
|
}
|
547
297
|
|
548
|
-
|
549
|
-
|
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%
|
559
|
-
}
|
560
|
-
.loginConference{
|
561
|
-
position: absolute;
|
562
|
-
height: 100%;
|
563
|
-
width: 100%;
|
564
|
-
font-weight: 700;
|
565
|
-
display: flex;
|
566
|
-
flex-direction: column;
|
567
|
-
}
|
568
|
-
.employee .login-banner-wrapper{
|
569
|
-
padding-top: 0vh;
|
570
|
-
|
571
|
-
}
|
572
|
-
.psuedo-banner{
|
573
|
-
font-size: 4vw;
|
574
|
-
}
|
575
|
-
.banner-slogan{
|
576
|
-
font-size: 3.5vw;
|
577
|
-
}
|
298
|
+
.fullWidth {
|
299
|
+
width: 100%;
|
578
300
|
}
|
579
301
|
|
580
|
-
|
302
|
+
.multi-select-container {
|
303
|
+
.disposal-text {
|
304
|
+
@apply font-bold;
|
305
|
+
}
|
306
|
+
|
307
|
+
.disposal-info {
|
308
|
+
@apply my-md ml-sm;
|
309
|
+
}
|
581
310
|
|
582
|
-
|
583
|
-
|
584
|
-
|
585
|
-
width:40%;
|
586
|
-
height:30%;
|
587
|
-
margin:12%;
|
588
|
-
margin-top:25%
|
589
|
-
}
|
590
|
-
}
|
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%
|
602
|
-
}
|
603
|
-
.loginConference{
|
604
|
-
position: absolute;
|
605
|
-
height: 100%;
|
606
|
-
width: 100%;
|
607
|
-
font-weight: 700;
|
608
|
-
display: flex;
|
609
|
-
flex-direction: column;
|
311
|
+
.disposal-action-bar {
|
312
|
+
@apply flex justify-between items-center;
|
313
|
+
}
|
610
314
|
}
|
611
|
-
|
612
|
-
|
315
|
+
|
316
|
+
@screen dt {
|
317
|
+
.d-grid {
|
318
|
+
display: grid;
|
319
|
+
grid-template-columns: 250px 250px 250px 250px;
|
320
|
+
column-gap: 10px;
|
321
|
+
row-gap: 2px;
|
322
|
+
margin-left: -12px;
|
323
|
+
}
|
324
|
+
|
613
325
|
}
|
614
|
-
|
615
|
-
|
326
|
+
|
327
|
+
.m-auto {
|
328
|
+
margin: auto !important;
|
616
329
|
}
|
330
|
+
|
331
|
+
.mb-50{
|
332
|
+
margin-bottom: 50px;
|
617
333
|
}
|
618
|
-
|
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;
|
334
|
+
.mb-25{
|
335
|
+
margin-bottom: 25px;
|
624
336
|
}
|
625
|
-
|
337
|
+
|