Skip to content

Instantly share code, notes, and snippets.

@rodrigomuniz
Created September 25, 2014 21:38
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/f9f09b334256610c8475 to your computer and use it in GitHub Desktop.
Save rodrigomuniz/f9f09b334256610c8475 to your computer and use it in GitHub Desktop.
No items yet
<div class="uim-no-items well text-muted text-center">
<i class="fa fa-frown-o fa-5x"></i>
<p class="lead">There's no <strong>coupon</strong> created yet</p>
<a href="javascript:void(0)" class="btn btn-default btn-lg">Create new coupon</a>
</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