datastake-daf 0.6.655 → 0.6.656
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.
|
@@ -1591,6 +1591,17 @@ ul.ant-menu.ant-menu-dark.ant-menu-root.ant-menu-vertical::-webkit-scrollbar-thu
|
|
|
1591
1591
|
fill: var(--header-text-color, white) !important;
|
|
1592
1592
|
}
|
|
1593
1593
|
|
|
1594
|
+
.components-layout:not(.nested)
|
|
1595
|
+
.d-flex.right-sidebar {
|
|
1596
|
+
color: var(--header-text-color, white) !important;
|
|
1597
|
+
}
|
|
1598
|
+
|
|
1599
|
+
.components-layout:not(.nested)
|
|
1600
|
+
.d-flex.right-sidebar
|
|
1601
|
+
.ant-select-arrow {
|
|
1602
|
+
color: var(--header-text-color, white) !important;
|
|
1603
|
+
}
|
|
1604
|
+
|
|
1594
1605
|
.components-layout.nested
|
|
1595
1606
|
.sidenav-cont
|
|
1596
1607
|
.menus-cont
|
package/package.json
CHANGED
|
@@ -1591,6 +1591,17 @@ ul.ant-menu.ant-menu-dark.ant-menu-root.ant-menu-vertical::-webkit-scrollbar-thu
|
|
|
1591
1591
|
fill: var(--header-text-color, white) !important;
|
|
1592
1592
|
}
|
|
1593
1593
|
|
|
1594
|
+
.components-layout:not(.nested)
|
|
1595
|
+
.d-flex.right-sidebar {
|
|
1596
|
+
color: var(--header-text-color, white) !important;
|
|
1597
|
+
}
|
|
1598
|
+
|
|
1599
|
+
.components-layout:not(.nested)
|
|
1600
|
+
.d-flex.right-sidebar
|
|
1601
|
+
.ant-select-arrow {
|
|
1602
|
+
color: var(--header-text-color, white) !important;
|
|
1603
|
+
}
|
|
1604
|
+
|
|
1594
1605
|
.components-layout.nested
|
|
1595
1606
|
.sidenav-cont
|
|
1596
1607
|
.menus-cont
|