prettify the reset button
This commit is contained in:
parent
2c68f44e88
commit
01a2d2fbaf
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user