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:
parent
1a08bf7a48
commit
0e92aacf6e
2 changed files with 125 additions and 30 deletions
|
@ -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) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue