@djb25/digit-ui-css 1.0.12 → 1.0.14
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 +1 -1
- package/dist/index.min.css +1 -1
- package/package.json +2 -2
- package/src/components/body.scss +1 -0
- package/src/components/card.scss +29 -22
- package/src/components/topbar.scss +1 -1
- package/src/index.scss +1 -1
- package/src/pages/employee/index.scss +0 -12
- package/img/1.png +0 -0
package/package.json
CHANGED
package/src/components/body.scss
CHANGED
package/src/components/card.scss
CHANGED
|
@@ -180,6 +180,7 @@
|
|
|
180
180
|
}
|
|
181
181
|
|
|
182
182
|
@screen dt {
|
|
183
|
+
|
|
183
184
|
.submit-bar,
|
|
184
185
|
.submit-bar-disabled {
|
|
185
186
|
width: 240px;
|
|
@@ -342,7 +343,7 @@
|
|
|
342
343
|
}
|
|
343
344
|
|
|
344
345
|
/* Remove any default margins that might interfere */
|
|
345
|
-
.label-field-pair
|
|
346
|
+
.label-field-pair>* {
|
|
346
347
|
margin: 0;
|
|
347
348
|
}
|
|
348
349
|
|
|
@@ -373,8 +374,7 @@
|
|
|
373
374
|
margin-right: auto;
|
|
374
375
|
}
|
|
375
376
|
|
|
376
|
-
.header-content {
|
|
377
|
-
}
|
|
377
|
+
.header-content {}
|
|
378
378
|
|
|
379
379
|
.header-end {
|
|
380
380
|
margin-left: auto;
|
|
@@ -415,8 +415,7 @@
|
|
|
415
415
|
margin-bottom: 24px;
|
|
416
416
|
}
|
|
417
417
|
|
|
418
|
-
.info-banner-wrap-citizen-override {
|
|
419
|
-
}
|
|
418
|
+
.info-banner-wrap-citizen-override {}
|
|
420
419
|
|
|
421
420
|
.oc-aknowledgement-screen {
|
|
422
421
|
width: auto;
|
|
@@ -448,10 +447,6 @@
|
|
|
448
447
|
height: 60px !important;
|
|
449
448
|
}
|
|
450
449
|
|
|
451
|
-
.employee-main-application-details {
|
|
452
|
-
padding: 10px !important;
|
|
453
|
-
}
|
|
454
|
-
|
|
455
450
|
.employee-mulitlink-main-div {
|
|
456
451
|
z-index: 10 !important;
|
|
457
452
|
max-width: 41% !important;
|
|
@@ -479,9 +474,16 @@
|
|
|
479
474
|
gap: 24px;
|
|
480
475
|
width: 100%;
|
|
481
476
|
max-width: 426px;
|
|
482
|
-
|
|
477
|
+
min-height: 270px;
|
|
478
|
+
box-shadow: 0 14px 10px -6px rgba(0, 0, 0, 0.12), 0 8px 12px -8px rgba(0, 0, 0, 0.08);
|
|
483
479
|
font-family: "Inter", -apple-system, sans-serif;
|
|
484
480
|
overflow: hidden;
|
|
481
|
+
transition: transform 0.3s cubic-bezier(0.25, 0.8, 0.25, 1), box-shadow 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
|
|
482
|
+
}
|
|
483
|
+
|
|
484
|
+
.new-employee-card:hover {
|
|
485
|
+
transform: translateY(-6px);
|
|
486
|
+
box-shadow: 0 24px 36px -8px rgba(0, 0, 0, 0.18), 0 12px 20px -10px rgba(0, 0, 0, 0.12);
|
|
485
487
|
}
|
|
486
488
|
|
|
487
489
|
.new-employee-card::before {
|
|
@@ -491,7 +493,7 @@
|
|
|
491
493
|
background-image: url("https://objectstorage.ap-hyderabad-1.oraclecloud.com/n/axn3czn1s06y/b/djb-dev-asset-bucket/o/dashboard_card_img.png");
|
|
492
494
|
background-size: cover;
|
|
493
495
|
background-position: center;
|
|
494
|
-
opacity: 0.
|
|
496
|
+
opacity: 0.5;
|
|
495
497
|
z-index: 0;
|
|
496
498
|
}
|
|
497
499
|
|
|
@@ -578,9 +580,9 @@
|
|
|
578
580
|
|
|
579
581
|
.secondary-kpi-item {
|
|
580
582
|
display: flex;
|
|
581
|
-
justify-content:
|
|
583
|
+
justify-content: flex-end;
|
|
582
584
|
align-items: center;
|
|
583
|
-
gap:
|
|
585
|
+
gap: 8px;
|
|
584
586
|
width: 100%;
|
|
585
587
|
}
|
|
586
588
|
|
|
@@ -653,14 +655,18 @@
|
|
|
653
655
|
.details-btn {
|
|
654
656
|
background-color: #1e293b;
|
|
655
657
|
color: #ffffff;
|
|
656
|
-
padding:
|
|
657
|
-
border-radius:
|
|
658
|
-
font-size: 0.
|
|
658
|
+
padding: 6px 20px;
|
|
659
|
+
border-radius: 6px;
|
|
660
|
+
font-size: 0.75rem;
|
|
659
661
|
font-weight: 600;
|
|
660
662
|
border: none;
|
|
661
663
|
cursor: pointer;
|
|
664
|
+
transition: background-color 0.2s;
|
|
665
|
+
display: inline-flex;
|
|
666
|
+
align-items: center;
|
|
667
|
+
justify-content: center;
|
|
668
|
+
text-align: center;
|
|
662
669
|
flex-shrink: 0;
|
|
663
|
-
margin-bottom: 2px;
|
|
664
670
|
}
|
|
665
671
|
|
|
666
672
|
.details-btn:hover {
|
|
@@ -1251,15 +1257,16 @@
|
|
|
1251
1257
|
}
|
|
1252
1258
|
|
|
1253
1259
|
.fallback-initial {
|
|
1254
|
-
font-size:
|
|
1260
|
+
font-size: 1rem;
|
|
1255
1261
|
font-weight: 700;
|
|
1256
1262
|
letter-spacing: 0.5px;
|
|
1257
1263
|
background-color: var(--border-color);
|
|
1258
1264
|
/* Added a subtle background circle for initials */
|
|
1259
1265
|
color: var(--text-muted);
|
|
1260
|
-
width:
|
|
1261
|
-
height:
|
|
1262
|
-
border-radius:
|
|
1266
|
+
width: 100%;
|
|
1267
|
+
height: 100%;
|
|
1268
|
+
border-radius: 2px;
|
|
1269
|
+
padding: 20px;
|
|
1263
1270
|
display: flex;
|
|
1264
1271
|
justify-content: center;
|
|
1265
1272
|
align-items: center;
|
|
@@ -1327,4 +1334,4 @@
|
|
|
1327
1334
|
.collapsed .nav-item-content {
|
|
1328
1335
|
justify-content: center;
|
|
1329
1336
|
padding: 12px 0;
|
|
1330
|
-
}
|
|
1337
|
+
}
|
package/src/index.scss
CHANGED
|
@@ -12,12 +12,6 @@
|
|
|
12
12
|
}
|
|
13
13
|
|
|
14
14
|
.card-home {
|
|
15
|
-
font-size: 16px;
|
|
16
|
-
/* padding: 0 0 16px 0; */
|
|
17
|
-
/* width: 23%; */
|
|
18
|
-
border-radius: 10px;
|
|
19
|
-
display: inline-block;
|
|
20
|
-
margin: 8px auto;
|
|
21
15
|
cursor: pointer;
|
|
22
16
|
overflow: hidden;
|
|
23
17
|
transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
|
|
@@ -491,12 +485,6 @@
|
|
|
491
485
|
margin-left: 0;
|
|
492
486
|
}
|
|
493
487
|
|
|
494
|
-
.card-home {
|
|
495
|
-
/* width: 23%; */
|
|
496
|
-
margin-right: 10px;
|
|
497
|
-
margin-bottom: 10px;
|
|
498
|
-
}
|
|
499
|
-
|
|
500
488
|
.card-home-hrms {
|
|
501
489
|
width: 405px;
|
|
502
490
|
padding: 0px;
|
package/img/1.png
DELETED
|
Binary file
|