@mongodb-js/compass-aggregations 0.0.0-next-1cb9ea1724d90e58422b33fe089df5b774e0be10 → 0.0.0-next-4216a27cdf41425fff35938bb42040bb93c2d246
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 +34 -0
- package/dist/index.js +1 -1
- package/package.json +18 -17
package/dist/index.css
CHANGED
@@ -140,6 +140,40 @@
|
|
140
140
|
bottom: 0;
|
141
141
|
}
|
142
142
|
|
143
|
+
.restore-pipeline-button-module-restore-pipeline__3FyUX {
|
144
|
+
margin-right: 2px;
|
145
|
+
flex-grow: 0;
|
146
|
+
visibility: hidden;
|
147
|
+
}
|
148
|
+
|
149
|
+
.delete-pipeline-button-module-delete-pipeline__36xs8 {
|
150
|
+
margin: 0px 10px 0px 0px;
|
151
|
+
flex-grow: 0;
|
152
|
+
visibility: hidden;
|
153
|
+
}
|
154
|
+
|
155
|
+
.save-pipeline-card-module-save-pipeline-card__3VzuC {
|
156
|
+
border: 1px solid #dee0e3;
|
157
|
+
box-shadow: 0 0 3px #dee0e3;
|
158
|
+
margin: 10px;
|
159
|
+
display: flex;
|
160
|
+
align-items: center;
|
161
|
+
background: #fff;
|
162
|
+
}
|
163
|
+
.save-pipeline-card-module-save-pipeline-card__3VzuC:hover button {
|
164
|
+
visibility: visible;
|
165
|
+
}
|
166
|
+
.save-pipeline-card-module-save-pipeline-card-title__3xLad {
|
167
|
+
font-size: 12px;
|
168
|
+
padding: 8px;
|
169
|
+
line-height: 20px;
|
170
|
+
font-weight: bold;
|
171
|
+
flex-grow: 5;
|
172
|
+
color: #494747;
|
173
|
+
overflow-wrap: break-word;
|
174
|
+
overflow: auto;
|
175
|
+
}
|
176
|
+
|
143
177
|
.resize-handle-module-resize-handle__1rugm {
|
144
178
|
position: absolute;
|
145
179
|
background: #dee0e3;
|