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
<h1>Does it exist in S4?</h1> | |
<form id="search-form"> | |
<label for="search-term">Search S4:</label> | |
<input type="text" id="search-term"> | |
<input type="submit" name="submit"></input> | |
</form> | |
<div id="s4-results"> | |
</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
@charset 'UTF-8'; | |
/* Slider */ | |
.slick-loading .slick-list | |
{ | |
background: #fff url('./ajax-loader.gif') center center no-repeat; | |
} | |
/* Icons */ | |
@font-face | |
{ |