@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
|
@@ -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
|
+
}
|
|
@@ -677,7 +677,7 @@
|
|
|
677
677
|
}
|
|
678
678
|
|
|
679
679
|
.hover-button:hover {
|
|
680
|
-
border: 2px solid #
|
|
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: #
|
|
689
|
+
color: #00497e;
|
|
690
690
|
cursor: pointer;
|
|
691
691
|
text-decoration: underline;
|
|
692
692
|
display: flex;
|