@arim-aisdc/public-components 0.0.35 → 0.0.36
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.
|
@@ -1,5 +1,3 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
1
|
table {
|
|
4
2
|
table-layout: fixed;
|
|
5
3
|
// background: @globalColor_14;
|
|
@@ -176,6 +174,7 @@ table {
|
|
|
176
174
|
background: #494c5dff;
|
|
177
175
|
}
|
|
178
176
|
|
|
177
|
+
.custom-dark-input-affix-wrapper,
|
|
179
178
|
.custom-dark-picker-input .custom-dark-picker-clear {
|
|
180
179
|
background: #494c5dff;
|
|
181
180
|
}
|
|
@@ -198,6 +197,4 @@ table {
|
|
|
198
197
|
z-index: 99999;
|
|
199
198
|
// background-color: #000;
|
|
200
199
|
background-color: green;
|
|
201
|
-
|
|
202
200
|
}
|
|
203
|
-
|