@djb25/digit-ui-css 1.0.49 → 1.0.51

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.49",
3
+ "version": "1.0.51",
4
4
  "license": "MIT",
5
5
  "main": "dist/index.css",
6
6
  "author": "satyam",
@@ -1,6 +1,6 @@
1
1
  .success-wrap,
2
2
  .emp-success-wrap {
3
- @apply block bg-success w-full text-center text-white pt-md pb-sm mb-md;
3
+ @apply block bg-success-gradient w-full text-center text-white pt-md pb-sm mb-md;
4
4
 
5
5
  header {
6
6
  @apply block mb-sm font-rc font-bold text-heading-xl;
@@ -772,13 +772,6 @@ w .collapsible-card-arrow.open {
772
772
  display: block !important;
773
773
  }
774
774
 
775
- input,
776
- select,
777
- .text-input input,
778
- .employee-card-input input {
779
- width: 100% !important;
780
- }
781
-
782
775
  /* Button full-width */
783
776
  .submit-bar button {
784
777
  width: 100% !important;
@@ -9,7 +9,7 @@
9
9
  }
10
10
 
11
11
  &.success {
12
- @apply bg-success;
12
+ @apply bg-success-gradient;
13
13
  p {
14
14
  @apply text-success;
15
15
  }
@@ -7,7 +7,7 @@
7
7
  gap: 16px;
8
8
  border-radius: 4px;
9
9
  min-height: 48px;
10
- @apply fixed flex bg-success leading-7 z-20 items-center pl-md pr-sm;
10
+ @apply fixed flex bg-success-gradient leading-7 z-20 items-center pl-md pr-sm;
11
11
 
12
12
  svg {
13
13
  height: 20px;
@@ -13,9 +13,6 @@
13
13
  text-align: left;
14
14
  }
15
15
 
16
- .field-container {
17
- }
18
-
19
16
  button {
20
17
  @extend .light-primary-button;
21
18
  max-width: 240px;
@@ -2,7 +2,7 @@
2
2
 
3
3
  .digit-banner-success-wrap,
4
4
  .digit-banner-emp-success-wrap {
5
- @apply block bg-success w-full text-center text-white pt-md pb-sm mb-md;
5
+ @apply block bg-success-gradient w-full text-center text-white pt-md pb-sm mb-md;
6
6
 
7
7
  header {
8
8
  @apply block mb-sm font-rc font-bold text-heading-xl;
@@ -43,7 +43,6 @@
43
43
  .digit-banner-emp-error-wrap {
44
44
  @apply block bg-error w-full text-center text-white pt-md pb-sm mb-md;
45
45
 
46
-
47
46
  header {
48
47
  @apply block mb-sm font-rc font-bold text-heading-xl;
49
48
  }