🔌 🎉 JSON over socket.io first draft

This commit is contained in:
2021-05-29 16:04:14 -07:00
parent 79430fdf1e
commit cfb2bbb38b
9 changed files with 249 additions and 26 deletions

View File

@@ -1,5 +1,5 @@
@import "../../../../node_modules/bulma/bulma.sass";
$fa-font-path : "~@fortawesome/fontawesome-free/webfonts";
$fa-font-path: "~@fortawesome/fontawesome-free/webfonts";
@import "../../../../node_modules/@fortawesome/fontawesome-free/scss/fontawesome.scss";
@import "../../../../node_modules/@fortawesome/fontawesome-free/scss/solid.scss";
$bg-color: yellow;
@@ -20,10 +20,18 @@ $border-color: red;
.is-mega-menu-title {
margin-bottom: 0;
padding: .375rem 1rem;
padding: 0.375rem 1rem;
}
}
.card {
border: 1px solid color(srgb 0.767 0.861 0.848);
margin: 0 10rem 10rem 0;
div {
margin: 10px;
border: 1px solid red;
}
}
// comicvine search results
.search-results-container {