LANCommander/LANCommander.Launcher/UI/Pages/Library/Components/GameMetadata.razor.scss
Pat Hartl 698a7523b6 Code cleanup
- 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
2025-12-31 20:01:04 -06:00

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;
}
}