mirror of
https://github.com/Azure/cosmos-explorer.git
synced 2025-12-25 11:51:07 +00:00
* Add container vector policy and indexing policy support * Add vector search capability * hide vector settings for shared throughput DB * update package-lock * fix pipeline * remove comments * Address comments * Address comments
39 lines
631 B
Plaintext
39 lines
631 B
Plaintext
@import "../../../../less/Common/Constants";
|
|
|
|
.settingsV2MainContainer {
|
|
height: 100%;
|
|
overflow-y: auto;
|
|
width: 100%;
|
|
}
|
|
|
|
.settingsV2ToolTip {
|
|
padding: 10px;
|
|
font: 12px @DataExplorerFont;
|
|
max-width: 300px;
|
|
}
|
|
|
|
.autoPilotSelector span {
|
|
height: 25px;
|
|
font: 14px @DataExplorerFont;
|
|
}
|
|
|
|
.settingsV2TabsContainer {
|
|
padding: @LargeSpace @LargeSpace 30px @LargeSpace;
|
|
height: 100%;
|
|
overflow-y: auto;
|
|
width: 100%;
|
|
font-family: @DataExplorerFont;
|
|
}
|
|
|
|
.settingsV2Editor {
|
|
width: 100%;
|
|
height: 60vh;
|
|
}
|
|
|
|
.settingsV2EditorSpinner {
|
|
position: absolute;
|
|
top: 50%;
|
|
left: 50%;
|
|
transform: translate(-50%, -50%);
|
|
}
|