mirror of
https://github.com/Azure/cosmos-explorer.git
synced 2025-12-27 12:51:41 +00:00
23 lines
284 B
Plaintext
23 lines
284 B
Plaintext
.mongoQueryComponent {
|
|
margin-left: 10px;
|
|
|
|
input {
|
|
margin-top: 0;
|
|
}
|
|
label {
|
|
padding: 0;
|
|
margin-bottom: 0;
|
|
}
|
|
|
|
label:before {
|
|
top: 2px;
|
|
left: 2px;
|
|
height: 16px;
|
|
width: 16px;
|
|
}
|
|
|
|
.queryInput {
|
|
border: 1px solid black;
|
|
margin: 5px;
|
|
}
|
|
} |