@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/dist/index.css +1 -1
- package/dist/index.min.css +1 -1
- package/package.json +2 -2
- package/src/components/card.scss +5 -8
- package/src/components/topbar.scss +1 -1
- package/src/pages/employee/index.scss +0 -12
- package/img/1.png +0 -0
package/package.json
CHANGED
package/src/components/card.scss
CHANGED
|
@@ -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:
|
|
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:
|
|
1261
|
-
height:
|
|
1262
|
-
border-radius:
|
|
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;
|
|
@@ -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
|