@mongodb-js/compass-aggregations 0.0.0-next-25b11de63d51aa4ca7fda0f3eae67999e3418ca5 → 0.0.0-next-e42d58083be39ce9f112e6ec7f9fd1fdcb666e3e
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/dist/browser.js +1 -1
- package/dist/index.css +0 -25
- package/dist/index.js +1 -1
- package/package.json +20 -20
package/dist/index.css
CHANGED
@@ -771,34 +771,9 @@
|
|
771
771
|
.pipeline-builder-workspace-module-pipeline-workspace__2aYaj {
|
772
772
|
display: flex;
|
773
773
|
flex-direction: column;
|
774
|
-
overflow-y: scroll;
|
775
774
|
width: 100%;
|
776
775
|
flex-grow: 1;
|
777
776
|
}
|
778
|
-
.pipeline-builder-workspace-module-pipeline-workspace-container-container__1y8gu {
|
779
|
-
flex-grow: 1;
|
780
|
-
width: 100%;
|
781
|
-
position: relative;
|
782
|
-
overflow-y: scroll;
|
783
|
-
}
|
784
|
-
.pipeline-builder-workspace-module-pipeline-workspace-container-container__1y8gu::before {
|
785
|
-
content: '';
|
786
|
-
position: sticky;
|
787
|
-
top: 0;
|
788
|
-
display: block;
|
789
|
-
width: 100%;
|
790
|
-
height: 8px;
|
791
|
-
background: linear-gradient(rgba(0, 0, 0, 0.05) 0%, rgba(0, 0, 0, 0) 100%);
|
792
|
-
}
|
793
|
-
.pipeline-builder-workspace-module-pipeline-workspace-container-container__1y8gu::after {
|
794
|
-
content: '';
|
795
|
-
position: absolute;
|
796
|
-
top: 0;
|
797
|
-
display: block;
|
798
|
-
width: 100%;
|
799
|
-
height: 32px;
|
800
|
-
background: linear-gradient(#f5f6f7 0%, #f5f6f7 50%, rgba(245, 246, 247, 0) 100%);
|
801
|
-
}
|
802
777
|
|
803
778
|
.aggregations-module-aggregations__12xcN {
|
804
779
|
display: flex;
|