You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
30 lines
466 B
30 lines
466 B
.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; |
|
} |
|
} |
|
} |
|
}
|
|
|