mirror of
https://github.com/Azure/cosmos-explorer.git
synced 2025-12-19 17:01:13 +00:00
17 lines
329 B
Plaintext
17 lines
329 B
Plaintext
@import "../../../../less/Common/Constants";
|
|
|
|
.labelWithRedAsterisk {
|
|
line-height: 18px;
|
|
font-size: @DefaultFontSize;
|
|
font-family: @DataExplorerFont;
|
|
color: @DefaultFontColor;
|
|
}
|
|
|
|
.labelWithRedAsterisk::before {
|
|
content: "* ";
|
|
color: @SelectionHigh;
|
|
}
|
|
|
|
.clusterSettingsDropdown {
|
|
margin-bottom: 10px;
|
|
} |