@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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@djb25/digit-ui-css",
3
- "version": "1.0.12",
3
+ "version": "1.0.14",
4
4
  "license": "MIT",
5
5
  "main": "dist/index.css",
6
6
  "author": "satyam",
@@ -63,4 +63,4 @@
63
63
  "digit-ui",
64
64
  "css"
65
65
  ]
66
- }
66
+ }
@@ -130,6 +130,7 @@ body {
130
130
  flex-direction: column;
131
131
  gap: 12px;
132
132
  padding: 20px;
133
+ padding-bottom: 0px;
133
134
  width: 100%;
134
135
 
135
136
  .header {
@@ -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
- box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
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.2;
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: space-between;
583
+ justify-content: flex-end;
582
584
  align-items: center;
583
- gap: 24px;
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: 8px 20px;
657
- border-radius: 20px;
658
- font-size: 0.8rem;
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: 0.85rem;
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: 32px;
1261
- height: 32px;
1262
- border-radius: 50%;
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
+ }
@@ -51,7 +51,7 @@
51
51
  .user-img-txt {
52
52
  background: theme(colors.primary.main);
53
53
  padding: 10px 15px;
54
- border-radius: 8px;
54
+ border-radius: 2px;
55
55
  color: white;
56
56
  height: 43px;
57
57
  width: 43px;
package/src/index.scss CHANGED
@@ -703,7 +703,7 @@ input[type="number"] {
703
703
 
704
704
  .employee-app-wrapper {
705
705
  min-height: calc(100vh - 8em);
706
- height: calc(100vh - 125px);
706
+ height: calc(100vh - 105px);
707
707
  }
708
708
 
709
709
  .ws-custom-wrapper {
@@ -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