Last active
August 29, 2015 14:06
-
-
Save rodrigomuniz/8288b5a3760db47b9b22 to your computer and use it in GitHub Desktop.
No items found
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">No <strong>coupon</strong> found</p> | |
</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