32 lines
331 B
Plaintext
32 lines
331 B
Plaintext
|
@import "theme.less";
|
||
|
|
||
|
#search {
|
||
|
padding: 16px;
|
||
|
color: #333;
|
||
|
|
||
|
h2 {
|
||
|
margin-bottom: 8px;
|
||
|
}
|
||
|
|
||
|
input[type=text] {
|
||
|
font-size: 1em;
|
||
|
}
|
||
|
|
||
|
button {
|
||
|
display: block;
|
||
|
margin-top: 8px;
|
||
|
}
|
||
|
|
||
|
.matches {
|
||
|
.matched-node {
|
||
|
cursor: pointer;
|
||
|
margin-top: 6px;
|
||
|
|
||
|
&:before {
|
||
|
content: "•";
|
||
|
margin-right: 6px;
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
}
|