root
2 years ago
4 changed files with 59 additions and 1 deletions
@ -0,0 +1,30 @@ |
|||||||
|
.search-results { |
||||||
|
ul { |
||||||
|
list-style: none; |
||||||
|
padding: 0; |
||||||
|
} |
||||||
|
} |
||||||
|
//.item-list { |
||||||
|
//display: none; |
||||||
|
//} |
||||||
|
.search-result { |
||||||
|
background-color: #ffffff; |
||||||
|
-webkit-box-shadow: 0 0 8px 4px var(--light); |
||||||
|
box-shadow: 0 0 8px 4px var(--light); |
||||||
|
border: 1px solid #ccc; |
||||||
|
margin: 1em; |
||||||
|
padding: 1em; |
||||||
|
dl { |
||||||
|
margin: 0; |
||||||
|
dt { |
||||||
|
float: left; |
||||||
|
width: 5em; |
||||||
|
} |
||||||
|
dd { |
||||||
|
margin: 0 0 .5rem 0; |
||||||
|
&:last-child { |
||||||
|
margin: 0; |
||||||
|
} |
||||||
|
} |
||||||
|
} |
||||||
|
} |
File diff suppressed because one or more lines are too long
Loading…
Reference in new issue