Created
September 25, 2014 21:38
-
-
Save rodrigomuniz/f9f09b334256610c8475 to your computer and use it in GitHub Desktop.
No items yet
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
.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