Files
cosmos-explorer/src/Explorer/Controls/Spark/ClusterSettingsComponent.less
2020-05-25 21:30:55 -05:00

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;
}