@djb25/digit-ui-css 1.0.12 → 1.0.13

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.13",
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
+ }
@@ -448,10 +448,6 @@
448
448
  height: 60px !important;
449
449
  }
450
450
 
451
- .employee-main-application-details {
452
- padding: 10px !important;
453
- }
454
-
455
451
  .employee-mulitlink-main-div {
456
452
  z-index: 10 !important;
457
453
  max-width: 41% !important;
@@ -1251,15 +1247,16 @@
1251
1247
  }
1252
1248
 
1253
1249
  .fallback-initial {
1254
- font-size: 0.85rem;
1250
+ font-size: 1rem;
1255
1251
  font-weight: 700;
1256
1252
  letter-spacing: 0.5px;
1257
1253
  background-color: var(--border-color);
1258
1254
  /* Added a subtle background circle for initials */
1259
1255
  color: var(--text-muted);
1260
- width: 32px;
1261
- height: 32px;
1262
- border-radius: 50%;
1256
+ width: 100%;
1257
+ height: 100%;
1258
+ border-radius: 2px;
1259
+ padding: 20px;
1263
1260
  display: flex;
1264
1261
  justify-content: center;
1265
1262
  align-items: center;
@@ -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;
@@ -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