Skip to content

Instantly share code, notes, and snippets.

@rodrigomuniz
Last active August 29, 2015 14:06
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rodrigomuniz/8288b5a3760db47b9b22 to your computer and use it in GitHub Desktop.
Save rodrigomuniz/8288b5a3760db47b9b22 to your computer and use it in GitHub Desktop.
No items found
<div class="uim-no-items well text-muted text-center">
<i class="fa fa-frown-o fa-5x"></i>
<p class="lead">No <strong>coupon</strong> found</p>
</div>
.uim-no-items {
background: #F8F8F8;
border: 2px dashed #E2E2E2;
padding: 70px 0 60px;
box-shadow: inset 0 0 28px 30px rgba(255, 255, 255, 0.7), inset 0 0 5px 1px rgba(0, 0, 0, 0.1);
.fa {color: #E2E2E2;}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment