cc-core-cli 1.0.89 → 1.0.90
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
|
@@ -240,7 +240,7 @@
|
|
|
240
240
|
&.data-table {
|
|
241
241
|
.ant-table-thead {
|
|
242
242
|
.ant-table-cell {
|
|
243
|
-
text-align: center
|
|
243
|
+
text-align: center;
|
|
244
244
|
}
|
|
245
245
|
}
|
|
246
246
|
}
|
|
@@ -1922,7 +1922,9 @@ h4.ant-typography {
|
|
|
1922
1922
|
justify-content: center;
|
|
1923
1923
|
color: var(--text-color-var) !important;
|
|
1924
1924
|
background-color: var(--background-color-var) !important;
|
|
1925
|
+
margin-top: var(--align-bottom) !important
|
|
1925
1926
|
}
|
|
1927
|
+
|
|
1926
1928
|
.buttonvariable:hover{
|
|
1927
1929
|
background-color: var(--background-color-hover-var) !important;
|
|
1928
1930
|
color: var(--text-color-hover-var) !important;
|