feat: Styles

This commit is contained in:
daniel-c-harvey
2026-06-17 14:44:08 -04:00
parent db8391b81c
commit 15ddc4c332
2 changed files with 2 additions and 1 deletions
@@ -16,6 +16,7 @@
@* The hero is the positioning context for every overlay row; the gradient shim and the @* 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. *@ top/bottom overlays are absolutely positioned children of this wrapper. *@
<MudContainer MaxWidth="MaxWidth.Medium">
<div class="release-hero @Class"> <div class="release-hero @Class">
@if (!string.IsNullOrEmpty(HeroImageKey)) @if (!string.IsNullOrEmpty(HeroImageKey))
{ {
@@ -80,6 +81,7 @@
</MudStack> </MudStack>
</div> </div>
</div> </div>
</MudContainer>
@code { @code {
/// <summary>Background image entry key. Null renders the placeholder treatment.</summary> /// <summary>Background image entry key. Null renders the placeholder treatment.</summary>
@@ -522,7 +522,6 @@ h2, h3, h4, h5, h6,
width: 260px; width: 260px;
flex: 0 0 auto; flex: 0 0 auto;
overflow: hidden; overflow: hidden;
border: 3px solid var(--mud-palette-secondary);
box-shadow: 0 8px 28px color-mix(in srgb, var(--mud-palette-text-secondary) 18%, transparent); box-shadow: 0 8px 28px color-mix(in srgb, var(--mud-palette-text-secondary) 18%, transparent);
} }