parent
671b8f6a44
commit
323c66fecd
@ -1,26 +0,0 @@
|
|||||||
@if (Closed == false)
|
|
||||||
{
|
|
||||||
<div role="alert" class="@CompiledClassList">
|
|
||||||
<div name="alert-content" class="alert-content">
|
|
||||||
|
|
||||||
@if (ShowGlyph)
|
|
||||||
{
|
|
||||||
<div class="alert-icon alert-icon-left">
|
|
||||||
<Glyph SVG="@Glyph" />
|
|
||||||
</div>
|
|
||||||
}
|
|
||||||
|
|
||||||
<div class="alert-message">
|
|
||||||
@ChildContent
|
|
||||||
@Text
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
@if (ShowCloseButton)
|
|
||||||
{
|
|
||||||
<div class="alert-close">
|
|
||||||
<Glyph SVG="@CloseButton" Click="OnCloseClick" />
|
|
||||||
</div>
|
|
||||||
}
|
|
||||||
</div>
|
|
||||||
}
|
|
Loading…
Reference in new issue