- 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
22 lines
No EOL
308 B
SCSS
22 lines
No EOL
308 B
SCSS
.game-cover {
|
|
img {
|
|
width: 100%;
|
|
}
|
|
}
|
|
|
|
.game-metadata {
|
|
display: flex;
|
|
flex-direction: column;
|
|
gap: 16px;
|
|
padding-top: 32px;
|
|
padding-bottom: 32px;
|
|
|
|
&-description {
|
|
text-align: justify;
|
|
}
|
|
|
|
h3 {
|
|
font-weight: bold;
|
|
margin-bottom: 0;
|
|
}
|
|
} |