mirror of
https://github.com/Azure/cosmos-explorer.git
synced 2025-12-20 17:30:46 +00:00
21 lines
335 B
Plaintext
21 lines
335 B
Plaintext
@import "../../../../less/Common/Constants";
|
|
|
|
.throughputInputContainer {
|
|
.throughputInputRadioBtn {
|
|
margin: 0;
|
|
}
|
|
}
|
|
|
|
.throughputInputRadioBtnLabel {
|
|
font-size: @mediumFontSize;
|
|
padding: 0 @LargeSpace 0 @SmallSpace;
|
|
}
|
|
|
|
.throughputInputSpacing {
|
|
margin-bottom: @SmallSpace;
|
|
|
|
& > * {
|
|
margin-bottom: @SmallSpace;
|
|
}
|
|
}
|