@mongodb-js/compass-indexes 4.24.0 → 4.25.0
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 +15 -0
- package/dist/index.js +5 -5
- package/dist/index.js.LICENSE.txt +1 -0
- package/package.json +20 -20
package/dist/index.css
CHANGED
@@ -190,6 +190,21 @@
|
|
190
190
|
padding: 3px 10px;
|
191
191
|
min-width: 30px;
|
192
192
|
}
|
193
|
+
.type-column-module-type-column-property-columnstore__2amO2 {
|
194
|
+
display: inline-block;
|
195
|
+
text-align: center;
|
196
|
+
white-space: nowrap;
|
197
|
+
margin-right: 15px;
|
198
|
+
cursor: default;
|
199
|
+
color: #548273;
|
200
|
+
background-color: #e8eceb;
|
201
|
+
font-size: 11px;
|
202
|
+
font-weight: bold;
|
203
|
+
text-transform: uppercase;
|
204
|
+
border-radius: 20px;
|
205
|
+
padding: 3px 10px;
|
206
|
+
min-width: 30px;
|
207
|
+
}
|
193
208
|
.type-column-module-type-column-property-clustered___IGu8 {
|
194
209
|
display: inline-block;
|
195
210
|
text-align: center;
|