Add site-wide search function

This commit is contained in:
Andrew Miner
2015-04-05 18:33:51 -07:00
parent b79fa5a148
commit 136ebb4187
19 changed files with 521 additions and 53 deletions
+5 -1
View File
@@ -132,6 +132,10 @@ All rights reserved.
transition: color $animate-normal;
}
}
.view__item_selector {
position: absolute; top: 0; right: 0; height: 3em; width: 35em;
}
}
}
@@ -139,4 +143,4 @@ All rights reserved.
position: fixed; top: 0; right: 0; bottom: 0; left: 0;
display: none;
z-index: $layer-screen;
}
}