Index: static/scss/components/_search-form.scss |
=================================================================== |
--- a/static/scss/components/_search-form.scss |
+++ b/static/scss/components/_search-form.scss |
@@ -9,17 +9,22 @@ |
// help.eyeo.com is distributed in the hope that it will be useful, |
// but WITHOUT ANY WARRANTY; without even the implied warranty of |
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
// GNU General Public License for more details. |
// |
// You should have received a copy of the GNU General Public License |
// along with help.eyeo.com. If not, see <http://www.gnu.org/licenses/>. |
-// Product Website Link |
+/******************************************************************************* |
+ * Search Form |
+ ******************************************************************************/ |
+ |
+/* Product Website Link |
+ ******************************************************************************/ |
#product-website-link |
{ |
float: right; |
} |
html[dir="rtl"] #product-website-link |
{ |
@@ -50,17 +55,18 @@ |
} |
@media (min-width: $tablet-breakpoint) |
{ |
margin-top: 0; |
} |
} |
-// Search Form |
+/* Search Form |
+ ******************************************************************************/ |
#search-form |
{ |
display: inline-block; |
position: relative; |
overflow: hidden; |
width: 100%; |
height: $search-form-height; |