We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3f0e7b5 commit 6b397c9Copy full SHA for 6b397c9
elements/pf-alert/demo/custom-icon.html
@@ -1,12 +1,10 @@
1
-<div class="demo-description">
2
- <section class="alerts-page">
3
- <pf-alert class="a" state="cogear">
4
- <h3 slot="header">Success alert title</h3>
5
- </pf-alert>
6
- <pf-alert class="b" state="cogear">
7
8
9
- </section>
+<div class="alert-demo">
+ <pf-alert class="a" state="cogear">
+ <h3 slot="header">Success alert title</h3>
+ </pf-alert>
+ <pf-alert class="b" state="cogear">
10
</div>
11
12
<script type="module">
0 commit comments