@djb25/digit-ui-css 1.0.66 → 1.0.68

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.66",
3
+ "version": "1.0.68",
4
4
  "license": "MIT",
5
5
  "main": "dist/index.css",
6
6
  "author": "satyam",
@@ -1,7 +1,6 @@
1
1
  .search-form-wrapper {
2
2
  @apply w-full flex-wrap gap-5 justify-between bg-white;
3
3
 
4
- padding: 20px;
5
4
  border-radius: 11px;
6
5
  .form-field {
7
6
  @apply align-middle;
@@ -217,7 +217,7 @@
217
217
  }
218
218
 
219
219
  .summary-cards-container {
220
- display: flex;
220
+ display: flex !important;
221
221
  gap: 12px;
222
222
  flex-wrap: wrap;
223
223
  width: "100%";
@@ -3,7 +3,7 @@
3
3
  border-radius: 12px;
4
4
  display: flex;
5
5
  flex-direction: column;
6
- width: auto;
6
+ width: 960px;
7
7
  margin: 0 auto;
8
8
  overflow: hidden;
9
9
  @apply bg-white;
@@ -28,7 +28,7 @@
28
28
 
29
29
  @screen dt {
30
30
  .popup-module {
31
- width: auto;
31
+ width: 960px;
32
32
  margin: auto;
33
33
  @apply bg-white;
34
34