Feature component search (#2275)

* * added search box to the component overview page.
* minor fixes in the javascript

* minor fix: spaces
This commit is contained in:
Beat 2017-03-17 16:06:42 +01:00 committed by Fabian Affolter
parent 1a08bf7a48
commit 0e92aacf6e
2 changed files with 125 additions and 30 deletions

View file

@ -330,6 +330,21 @@ p.note {
-moz-transition-property: -moz-transform, opacity;
transition-property: transform, opacity;
}
.component-search{
margin-bottom: 24px;
input{
width: 100%;
padding: 10px;
background-color: #fefefe;
border-radius: 2px;
border: 1px solid;
border-color: #7c7c7c #c3c3c3 #ddd;
}
}
}
@media only screen and (max-width: $lap-end) {