@djb25/digit-ui-css 1.0.83 → 1.0.85

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.85",
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
+ }
@@ -228,7 +228,7 @@
228
228
  &:hover {
229
229
  height: 32px;
230
230
  border-radius: 9999999px;
231
- border: 2px solid #a82227;
231
+ border: 2px solid #00497e;
232
232
  padding: 0 32px;
233
233
  display: flex;
234
234
  align-items: center;
@@ -677,7 +677,7 @@
677
677
  }
678
678
 
679
679
  .hover-button:hover {
680
- border: 2px solid #a82227 !important;
680
+ border: 2px solid #00497e !important;
681
681
  }
682
682
 
683
683
  .hover-button-round:hover {
@@ -686,7 +686,7 @@
686
686
 
687
687
  @media (min-width: 640px) {
688
688
  .add-details-link {
689
- color: #a82227;
689
+ color: #00497e;
690
690
  cursor: pointer;
691
691
  text-decoration: underline;
692
692
  display: flex;
@@ -15,6 +15,10 @@
15
15
  flex-direction: column;
16
16
  }
17
17
 
18
+ .popup-module-content {
19
+ padding: 12px;
20
+ }
21
+
18
22
  .popup-module-action-bar {
19
23
  border-top: 1px solid rgba(15, 23, 42, 0.08);
20
24
  padding-top: 12px;