📔 ComicVine matches populating in the flyout drawer

This commit is contained in:
2021-06-28 13:33:27 -07:00
parent a63669b306
commit 0fa0e78faf
7 changed files with 126 additions and 139 deletions

View File

@@ -114,11 +114,11 @@ $border-color: red;
// comicvine search results
.search-results-container {
margin: 15px 0 0 0;
border: 1px solid hsl(0, 0%, 98%);
border-radius: 10px;
overflow: hidden;
box-shadow: $box-shadow;
table {
width: 100%;
}
> :nth-of-type(odd) {
background-color: hsl(0, 0%, 98%);
}