mirror of
https://github.com/Azure/cosmos-explorer.git
synced 2024-11-24 22:46:40 +00:00
fb6c0caca6
* Update sample data resource tree item stylings * Clean up sample data tree --------- Co-authored-by: Victor Meng <vimeng@microsoft.com>
32 lines
417 B
Plaintext
32 lines
417 B
Plaintext
@import "./Common/Constants";
|
|
|
|
.dataResourceTree {
|
|
margin-left: @MediumSpace;
|
|
overflow: auto;
|
|
|
|
.databaseHeader {
|
|
padding: 1px;
|
|
font-size: 14px;
|
|
}
|
|
|
|
.collectionHeader {
|
|
font-size: 12px;
|
|
}
|
|
|
|
.loadMoreHeader {
|
|
color: RGB(5, 99, 193);
|
|
}
|
|
}
|
|
|
|
.notebookResourceTree {
|
|
margin-left: @MediumSpace;
|
|
|
|
.notebookHeader {
|
|
font-size: 12px;
|
|
}
|
|
|
|
.clickDisabled {
|
|
pointer-events: none;
|
|
}
|
|
}
|