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