x
1
2
3
4
5
6
7
8
9
10
11
12
<div class="op-toast -error"> <a href="#" title="close" class="op-toast--close icon-context icon-close"></a> <div class="op-toast--content"> <p>An error occurred, here are the facts:</p> <ul> <li>Fact 1: You made a mistake</li> <li>Fact 2: You <em>really</em> made a mistake</li> <li>Fact 3: You <strong>should fix it</strong></li> </ul> <button class="button">continue editing</button> </div></div>
No notes provided.
1
2
3
4
5
6
7
8
9
10
11
12
<div class="op-toast -error"> <a href="#" title="close" class="op-toast--close icon-context icon-close"></a> <div class="op-toast--content"> <p>An error occurred, here are the facts:</p> <ul> <li>Fact 1: You made a mistake</li> <li>Fact 2: You <em>really</em> made a mistake</li> <li>Fact 3: You <strong>should fix it</strong></li> </ul> <button class="button">continue editing</button> </div></div>
No params configured.