mirror of
https://github.com/Azure/cosmos-explorer.git
synced 2025-12-20 09:20:16 +00:00
add load, create, update and delete Document
This commit is contained in:
@@ -3088,4 +3088,64 @@ settings-pane {
|
||||
.hiddenMain {
|
||||
display: none;
|
||||
height: 0px;
|
||||
}
|
||||
.react-editor {
|
||||
height: 400px;
|
||||
}
|
||||
.documentTabSearchBar{
|
||||
width: 80%;
|
||||
margin: 15px;
|
||||
}
|
||||
.documentTabFiltetButton{
|
||||
margin-top: 15px;
|
||||
}
|
||||
.filterSuggestions {
|
||||
z-index: 1;
|
||||
position: absolute;
|
||||
top: 133px;
|
||||
padding: 10px;
|
||||
margin-left: 10px;
|
||||
background: white;
|
||||
box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
|
||||
transition: 0.3s;
|
||||
width: 20%;
|
||||
height: auto;
|
||||
}
|
||||
.documentTabSuggestions {
|
||||
padding: 5px;
|
||||
cursor: pointer;
|
||||
}
|
||||
.documentTabNoFilterView {
|
||||
margin: 15px;
|
||||
}
|
||||
.noFilterText {
|
||||
margin-right: 10px;
|
||||
}
|
||||
.documentTabWatermark{
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
flex-direction: column;
|
||||
margin-top: 10%;
|
||||
margin-right: 12%;
|
||||
}
|
||||
.documentCreateText {
|
||||
margin-top: 10px;
|
||||
}
|
||||
.documentLoadMore {
|
||||
color: #0078D4;
|
||||
font-size: 12px;
|
||||
cursor: pointer;
|
||||
margin-top: 10px;
|
||||
}
|
||||
.leftSplitter {
|
||||
align-items: center;
|
||||
text-align: center;
|
||||
flex-direction: column;
|
||||
}
|
||||
.documentIdItem{
|
||||
cursor: pointer;
|
||||
}
|
||||
.splitterWrapper .splitter-layout .layout-pane.layout-pane-primary{
|
||||
max-height: 60%;
|
||||
}
|
||||
Reference in New Issue
Block a user