mirror of
https://github.com/Azure/cosmos-explorer.git
synced 2025-04-29 04:53:44 +01:00
* Add generic component * Add validation. Rename to widgetRenderer * Remove test code from splash screen * Clean up infobox * Fix styling/layout * Move test code into unit test * Replace <input> and <labe> by <TextField> and <Text> respectively. Fix style. * Replace InfoBoxComponent with UI fabric MessageBar. Fix styling for TextField * Use MessageBar for error message * Rename WdigetRendererComponent to SmartUiComponent
16 lines
262 B
Plaintext
16 lines
262 B
Plaintext
@import "../../../../less/Common/Constants.less";
|
|
|
|
.radioSwitchComponent {
|
|
cursor: pointer;
|
|
display: flex;
|
|
|
|
&>span:nth-child(n+2) {
|
|
margin-left: 10px;
|
|
}
|
|
|
|
.caption {
|
|
color: @BaseDark;
|
|
padding-left: @SmallSpace;
|
|
vertical-align: top;
|
|
}
|
|
} |