mirror of
https://github.com/Azure/cosmos-explorer.git
synced 2025-12-24 11:21:23 +00:00
31 lines
528 B
Plaintext
31 lines
528 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;
|
|
}
|
|
|
|
.capacitycalculator-link:focus {
|
|
text-decoration: underline;
|
|
outline-offset: 2px;
|
|
}
|
|
|
|
.outlineNone{
|
|
outline: none !important;
|
|
}
|
|
|
|
.copyQuery:focus::after,
|
|
.deleteQuery:focus::after {
|
|
outline: none !important;
|
|
}
|