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
| @material-red: #f44336; | |
| @material-pink: #E91E63; | |
| @material-purple: #9c27b0; | |
| @material-deep-purple: #673ab7; | |
| @material-indigo: #3f51b5; | |
| @material-blue: #2196f3; | |
| @material-teal: #009688; | |
| @material-green: #4caf50; | |
| @material-light-green: #8bc34a; | |
| @material-orange: #ff9800; |
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
| <!-- Search Form --> | |
| <form id="searchform" class="searchform" name="searchform"> | |
| <input type="text" class="search_input" /> | |
| <button type="submit" class="search-button"> | |
| <span class="icon icon-search"></span> | |
| </button> | |
| </form> | |
| <!-- Search Result Modal --> | |
| <div id="modal-search"> |
NewerOlder