cosmos-explorer/less/resourceTree.less
v-darkora fb6c0caca6
[Query Copilot] Update sample data resource tree item stylings (#1530)
* Update sample data resource tree item stylings

* Clean up sample data tree

---------

Co-authored-by: Victor Meng <vimeng@microsoft.com>
2023-07-13 09:17:29 +02:00

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;
}
}