forked from arve0/NBLeser
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsearch.less
46 lines (43 loc) · 781 Bytes
/
search.less
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
.search {
width:90%;
min-height: 300px;
margin:30px auto;
}
.search-list {
padding-left:0;
li.book-entry {
list-style:none;
padding:10px;
margin:5px;
border:solid 1px;
border-radius:3px;
.flexbox();
}
strong {
padding-left:4px;
}
a {
text-decoration:none;
color:#333;
cursor:pointer;
}
.details {
.flex(1);
ul { padding-left:0; }
li { list-style:none; }
.panel-group {
margin-bottom:0;
}
.les {
margin-top:6px;
}
}
.image {
margin-right:10px;
img {
width: 56px;
height: 80px;
border-radius: 3px;
}
}
}