mirror of
https://github.com/Azure/cosmos-explorer.git
synced 2025-12-24 11:21:23 +00:00
* Move add collection pane to React * Add feature flag * fix unit tests * FIx merge conflicts and address comments * Resolve merge conflicts * Address comments * Fix e2e test failure * Update test snapshots * Update test snapshots
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;
|
|
}
|
|
}
|