@djb25/digit-ui-css 1.0.83 → 1.0.84

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.83",
3
+ "version": "1.0.84",
4
4
  "license": "MIT",
5
5
  "main": "dist/index.css",
6
6
  "author": "satyam",
@@ -6,6 +6,7 @@
6
6
  max-width: 100%;
7
7
  overflow-y: auto;
8
8
  flex: 1;
9
+ padding: 20px;
9
10
 
10
11
  .filters-grid {
11
12
  display: grid;
@@ -124,3 +125,7 @@
124
125
  font-weight: 500;
125
126
  }
126
127
  }
128
+
129
+ .assign-knos-modal + .popup-module-action-bar {
130
+ padding: 16px 20px 20px !important;
131
+ }