- 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
9 lines
No EOL
150 B
SCSS
9 lines
No EOL
150 B
SCSS
.game-actions-dialog {
|
|
.ant-modal-body {
|
|
padding: 0;
|
|
}
|
|
|
|
.ant-list-clickable .ant-list-item::after {
|
|
display: none;
|
|
}
|
|
} |