mirror of
https://github.com/kremalicious/blog.git
synced 2025-01-03 18:35:07 +01:00
search tweaks
This commit is contained in:
parent
2ede3f1917
commit
857f95728a
@ -20,7 +20,6 @@
|
||||
//
|
||||
Menu.init();
|
||||
Search.init();
|
||||
Tooltips.init();
|
||||
GoogleAnalytics.init();
|
||||
|
||||
svg4everybody({
|
||||
|
@ -41,7 +41,7 @@
|
||||
// hidden by default
|
||||
display: none
|
||||
|
||||
@media $screen-sm
|
||||
@media $screen-md
|
||||
margin-left: 0
|
||||
margin-right: 0
|
||||
width: 100%
|
||||
@ -69,6 +69,7 @@
|
||||
top: ($spacer * 3)
|
||||
|
||||
.search-results
|
||||
@extend .breakoutviewport
|
||||
padding-bottom: $spacer
|
||||
|
||||
.search-link
|
||||
|
@ -12,7 +12,7 @@
|
||||
</div>
|
||||
|
||||
<nav role="navigation" class="nav-main grid__col">
|
||||
<button type="button" class="menu-btn" data-toggle="tooltip" title="Menu">
|
||||
<button type="button" class="menu-btn">
|
||||
<div class="hamburger">
|
||||
<span></span>
|
||||
<span></span>
|
||||
@ -22,7 +22,7 @@
|
||||
</nav>
|
||||
|
||||
<section class="site-search">
|
||||
<button type="button" class="search-btn" data-toggle="tooltip" title="Search">
|
||||
<button type="button" class="search-btn">
|
||||
<svg class="icon icon-entypo icon-entypo-search" role="img" aria-labelledby="title">
|
||||
<title id="title">Search</title>
|
||||
<use xlink:href="/assets/img/sprite.svg#entypo-magnifying-glass"></use>
|
||||
|
Loading…
Reference in New Issue
Block a user