- Move all Launcher components to LANCommander.Launcher.UI namespace - Move all SCSS files next to components (when possible) - Refactor styles that control overflow of content into titlebar to MainWindow only - Remove use in launcher UI of SDK.Client
20 lines
No EOL
377 B
SCSS
20 lines
No EOL
377 B
SCSS
.radio-group-vertical {
|
|
.ant-radio-wrapper,
|
|
.ant-radio-button-wrapper {
|
|
display: block;
|
|
}
|
|
|
|
.ant-radio-wrapper + .ant-radio-wrapper,
|
|
.ant-radio-button-wrapper + .ant-radio-button-wrapper {
|
|
margin-top: 16px;
|
|
}
|
|
}
|
|
|
|
.radio-group-block {
|
|
width: 100%;
|
|
|
|
.ant-radio-wrapper,
|
|
.ant-radio-button-wrapper {
|
|
display: block;
|
|
}
|
|
} |