pyc-website
main website for pyc inc.
git clone https://9o.is/git/pyc-website.git
section-search.less
(738B)
1 /*
2 * SEARCH RESULTS
3 */
4
5 .search-results {
6 padding: 18px 5px;
7 }
8
9 .search-results + .search-results {
10 border-top: 1px dashed #E3E3E3;
11 }
12 .search-results>:first-child {
13 margin-bottom:4px;
14 font-weight:400;
15 }
16
17 .search-results>:first-child a {
18 text-decoration:underline;
19 }
20 .search-results .url {
21 font-style: normal;
22 font-size:14px;
23 }
24 .search-results img {
25 display: inline-block;
26 margin-top:4px;
27 margin-right: 4px;
28 width: 80px;
29 }
30 .search-results > div {
31 display:inline-block;
32 vertical-align:top;
33 }
34 .search-results .note {
35 margin:0;
36 line-height:normal;
37 }
38 .search-results .note a {
39 text-decoration:none !important;
40 color:@gray-dark;
41 }.search-results .note a:hover {
42 color:#ed1c24;
43 }