mirror of
https://github.com/Azure/cosmos-explorer.git
synced 2025-12-27 12:51:41 +00:00
10 lines
206 B
Plaintext
10 lines
206 B
Plaintext
@import "../../../../less/Common/Constants";
|
|
|
|
.galleryContainer {
|
|
padding: @LargeSpace @LargeSpace 30px @LargeSpace;
|
|
height: 100%;
|
|
overflow-y: auto;
|
|
width: 100%;
|
|
font-family: @DataExplorerFont;
|
|
}
|