29 lines
348 B
Plaintext
29 lines
348 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;
|
|
}
|
|
|
|
.clickDisabled {
|
|
pointer-events: none;
|
|
}
|
|
}
|
|
|
|
|