feat: Styles
This commit is contained in:
@@ -16,6 +16,7 @@
|
||||
|
||||
@* The hero is the positioning context for every overlay row; the gradient shim and the
|
||||
top/bottom overlays are absolutely positioned children of this wrapper. *@
|
||||
<MudContainer MaxWidth="MaxWidth.Medium">
|
||||
<div class="release-hero @Class">
|
||||
@if (!string.IsNullOrEmpty(HeroImageKey))
|
||||
{
|
||||
@@ -80,6 +81,7 @@
|
||||
</MudStack>
|
||||
</div>
|
||||
</div>
|
||||
</MudContainer>
|
||||
|
||||
@code {
|
||||
/// <summary>Background image entry key. Null renders the placeholder treatment.</summary>
|
||||
|
||||
Reference in New Issue
Block a user