Files
cosmos-explorer/src/Explorer/Controls/ThroughputInput/ThroughputInput.less
2023-06-08 15:09:46 +05:30

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