datastake-daf 0.6.696 → 0.6.697
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.
|
@@ -1593,24 +1593,24 @@ ul.ant-menu.ant-menu-dark.ant-menu-root.ant-menu-vertical::-webkit-scrollbar-thu
|
|
|
1593
1593
|
color: var(--nested-sidenav-text-color, white) !important;
|
|
1594
1594
|
}
|
|
1595
1595
|
|
|
1596
|
-
.components-layout:not(.nested)
|
|
1596
|
+
.components-layout:not(.nested)
|
|
1597
1597
|
.d-flex.left-sidebar.right-sidebar
|
|
1598
1598
|
.desktop span svg {
|
|
1599
1599
|
fill: var(--header-text-color, white) !important;
|
|
1600
1600
|
}
|
|
1601
1601
|
|
|
1602
|
-
.components-layout:not(.nested)
|
|
1602
|
+
.components-layout:not(.nested)
|
|
1603
1603
|
.d-flex.right-sidebar {
|
|
1604
1604
|
color: var(--header-text-color, white) !important;
|
|
1605
1605
|
}
|
|
1606
1606
|
|
|
1607
|
-
.components-layout:not(.nested)
|
|
1607
|
+
.components-layout:not(.nested)
|
|
1608
1608
|
.d-flex.right-sidebar
|
|
1609
1609
|
.ant-select-arrow {
|
|
1610
1610
|
color: var(--header-text-color, white) !important;
|
|
1611
1611
|
}
|
|
1612
1612
|
|
|
1613
|
-
.components-layout:not(.nested) .
|
|
1613
|
+
.components-layout:not(.nested) .right-sidebar .cont {
|
|
1614
1614
|
color: var(--header-text-color, white) !important;
|
|
1615
1615
|
}
|
|
1616
1616
|
|
package/package.json
CHANGED
|
@@ -1593,24 +1593,24 @@ ul.ant-menu.ant-menu-dark.ant-menu-root.ant-menu-vertical::-webkit-scrollbar-thu
|
|
|
1593
1593
|
color: var(--nested-sidenav-text-color, white) !important;
|
|
1594
1594
|
}
|
|
1595
1595
|
|
|
1596
|
-
.components-layout:not(.nested)
|
|
1596
|
+
.components-layout:not(.nested)
|
|
1597
1597
|
.d-flex.left-sidebar.right-sidebar
|
|
1598
1598
|
.desktop span svg {
|
|
1599
1599
|
fill: var(--header-text-color, white) !important;
|
|
1600
1600
|
}
|
|
1601
1601
|
|
|
1602
|
-
.components-layout:not(.nested)
|
|
1602
|
+
.components-layout:not(.nested)
|
|
1603
1603
|
.d-flex.right-sidebar {
|
|
1604
1604
|
color: var(--header-text-color, white) !important;
|
|
1605
1605
|
}
|
|
1606
1606
|
|
|
1607
|
-
.components-layout:not(.nested)
|
|
1607
|
+
.components-layout:not(.nested)
|
|
1608
1608
|
.d-flex.right-sidebar
|
|
1609
1609
|
.ant-select-arrow {
|
|
1610
1610
|
color: var(--header-text-color, white) !important;
|
|
1611
1611
|
}
|
|
1612
1612
|
|
|
1613
|
-
.components-layout:not(.nested) .
|
|
1613
|
+
.components-layout:not(.nested) .right-sidebar .cont {
|
|
1614
1614
|
color: var(--header-text-color, white) !important;
|
|
1615
1615
|
}
|
|
1616
1616
|
|