Created
August 16, 2017 21:13
-
-
Save sendgrid-gists/bf95ad73045daa5339b32bc6eae80db4 to your computer and use it in GitHub Desktop.
SendGrid style-guide advanced filter
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="filter-wrap"> | |
| <div class="filter-header"> | |
| <p class="filter-title">Search emails by <a class="filter-option-toggle" href="#">all</a> of the following:</p> | |
| <div class="btn-list"> | |
| <button class="btn btn-small btn-secondary">Clear Search</button> | |
| </div> | |
| </div> | |
| <div class="filter-list"> | |
| <div class="row"> | |
| <!-- columns containing inputs and selects --> | |
| <i class="filter-row-remove sg-icon sg-icon-x"></i> | |
| </div> | |
| <div class="filter-buttons btn-list"> | |
| <button class="btn btn-small btn-secondary">Add a Filter</button> | |
| <button class="btn btn-small btn-primary">Search</button> | |
| </div> | |
| </div> | |
| </div> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment