Created
February 3, 2016 17:31
-
-
Save giovannif23/e1a33e0c4313f9c882ac to your computer and use it in GitHub Desktop.
QSF Styleguide, Component, Empty State
This file contains 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="marketing-view padded-content-page" layout="column" flex> | |
<div layout="row" flex> | |
<md-content layout="column" class="md-whiteframe-2dp" flex> | |
<div layout-fill class="empty-state flex-view" flex layout="column" layout-align="center center"> | |
<i class="zmdi zmdi-phone"></i> | |
<h1>Subscribe to Lobby Today</h1> | |
<p>To unlock this feature, call Sales at 704-248-2609</p> | |
</div> | |
</md-content> | |
</div> | |
</div> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment