diff --git a/src/app.css b/src/app.css index ab1414c..227035f 100644 --- a/src/app.css +++ b/src/app.css @@ -29,4 +29,22 @@ body { width: 100%; background-color: #F2F6F5; z-index: 10; +} + +input[type="submit"] { + width: 100%; + font-size: 20px; + margin-top: 20px; + background-color: #05345f; + font-weight: 700; + color: white; + padding: 10px; + -webkit-appearance: none; + border-radius: 0; +} + +input[type="submit"]:hover { + cursor: pointer; + background-color: black; + color: white; } \ No newline at end of file diff --git a/src/lib/CanvasCard.svelte b/src/lib/CardList.svelte similarity index 50% rename from src/lib/CanvasCard.svelte rename to src/lib/CardList.svelte index 5154225..cc47925 100644 --- a/src/lib/CanvasCard.svelte +++ b/src/lib/CardList.svelte @@ -5,16 +5,26 @@ let canvasRefs = []; -{#each Array.from(files) as file, i} -
{file.name}
-{file.name}
+