@djb25/digit-ui-css 1.0.8 → 1.0.10

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.8",
3
+ "version": "1.0.10",
4
4
  "license": "MIT",
5
5
  "main": "dist/index.css",
6
6
  "author": "satyam",
@@ -14,8 +14,8 @@
14
14
  }
15
15
 
16
16
  .custom-checkbox {
17
- width: 38px;
18
- height: 38px;
17
+ width: 25px;
18
+ height: 25px;
19
19
  @apply absolute top-0 left-0 border border-solid border-input-border z-0;
20
20
 
21
21
  img {
@@ -47,7 +47,38 @@
47
47
  }
48
48
 
49
49
  .label {
50
- margin-left: 56px;
51
- @apply text-form-field text-text-primary;
50
+ margin-left: 32px;
51
+ top: 3px !important;
52
+ @apply text-form-field text-text-primary relative top-10;
53
+ }
54
+ }
55
+
56
+ .fsm-citizen-rating-wrapper {
57
+ .card-label:last-of-type {
58
+ margin-top: 24px;
59
+ }
60
+
61
+ .card-label {
62
+ margin-bottom: 24px;
63
+ }
64
+ }
65
+
66
+ .fsm-citizen-rating-wrapper {
67
+ .card-label:last-of-type {
68
+ margin-top: 24px;
69
+ }
70
+
71
+ .card-label {
72
+ margin-bottom: 24px;
73
+ }
74
+ }
75
+
76
+ .fsm-citizen-rating-wrapper {
77
+ .card-label:last-of-type {
78
+ margin-top: 24px;
79
+ }
80
+
81
+ .card-label {
82
+ margin-bottom: 24px;
52
83
  }
53
84
  }
package/src/index.scss CHANGED
@@ -83,7 +83,6 @@
83
83
  @import "./components/toggleSwitch.scss";
84
84
  @import "./components/plusMinus.scss";
85
85
  @import "./components/financeUi.scss";
86
- @import "./components/landingpage.scss";
87
86
 
88
87
  @import "./pages/employee/index.scss";
89
88
  @import "./pages/employee/cardfix.scss";