mirror of
https://github.com/Azure/cosmos-explorer.git
synced 2024-11-25 06:56:38 +00:00
25 lines
298 B
Plaintext
25 lines
298 B
Plaintext
@import "./Common/Constants";
|
|
|
|
.dataResourceTree {
|
|
margin-left: @MediumSpace;
|
|
overflow: auto;
|
|
|
|
.databaseHeader {
|
|
font-size: 14px;
|
|
}
|
|
|
|
.collectionHeader {
|
|
font-size: 12px;
|
|
}
|
|
}
|
|
|
|
.notebookResourceTree {
|
|
margin-left: @MediumSpace;
|
|
|
|
.notebookHeader {
|
|
font-size: 12px;
|
|
}
|
|
}
|
|
|
|
|