Skip to content

Instantly share code, notes, and snippets.

@matt-bailey
Last active September 14, 2017 07:43
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save matt-bailey/c7ed8472ae2a5bac879e to your computer and use it in GitHub Desktop.
Save matt-bailey/c7ed8472ae2a5bac879e to your computer and use it in GitHub Desktop.
Magento notification markup
<ul class="messages">
<li class="error-msg">
<ul>
<li><span>Error Message</span></li>
</ul>
</li>
<li class="success-msg">
<ul>
<li><span>Success Message</span></li>
</ul>
</li>
<li class="notice-msg">
<ul>
<li><span>Notice Message</span></li>
</ul>
</li>
<li class="warning-msg">
<ul>
<li><span>Warning Message (Admin only)</span></li>
</ul>
</li>
</ul>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment