- 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
15 lines
No EOL
278 B
SCSS
15 lines
No EOL
278 B
SCSS
.checkbox-button-group {
|
|
width: 100%;
|
|
|
|
.ant-btn {
|
|
display: flex;
|
|
flex-direction: row-reverse;
|
|
align-items: center;
|
|
|
|
span:not(.anticon) {
|
|
flex-grow: 1;
|
|
text-align: left;
|
|
margin-left: 0;
|
|
}
|
|
}
|
|
} |