prettify the reset button

main
Yanick Champoux 2020-07-19 16:41:36 -04:00
parent 2c68f44e88
commit 01a2d2fbaf
1 changed files with 3 additions and 1 deletions

View File

@ -43,7 +43,7 @@
</script>
<main>
<input type="button" value="reset" on:click={reset} />
<input class="reset" type="button" value="reset" on:click={reset} />
<Identification />
@ -90,4 +90,6 @@
main :global(> *) {
grid-column: 1;
}
input.reset { grid-column: 2 }
</style>