mirror of
https://github.com/Azure/cosmos-explorer.git
synced 2025-12-26 20:31:33 +00:00
17 lines
310 B
Plaintext
17 lines
310 B
Plaintext
@import "../../../../less/Common/Constants";
|
|
|
|
.throughputInputContainer {
|
|
.throughputInputRadioBtn {
|
|
margin: 0;
|
|
}
|
|
}
|
|
|
|
.throughputInputRadioBtnLabel {
|
|
font-size: @mediumFontSize;
|
|
padding: 0 @LargeSpace 0 @SmallSpace;
|
|
}
|
|
|
|
.throughputInputSpacing > :not(:last-child) {
|
|
margin-bottom: @DefaultSpace;
|
|
}
|