"merge" graphic :)

This commit is contained in:
Max Bradbury 2020-07-03 16:18:57 +01:00
parent 245703a709
commit f8e73baa91
3 changed files with 6 additions and 1 deletions

View File

@ -17,7 +17,7 @@ html(lang="en-gb")
h2 additional h2 additional
textarea#b(placeholder="Paste additional game data here...") textarea#b(placeholder="Paste additional game data here...")
.row.middle .row.middle
// todo have some kind of arrow here img.centre(src="merge.png" alt="")
button#merge.centre mix! button#merge.centre mix!
.row.bottom .row.bottom
.square.centre .square.centre

BIN
merge.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.9 KiB

View File

@ -42,6 +42,11 @@ h2 {
text-align: center; text-align: center;
} }
img {
display: block;
height: 22vmin;
}
textarea { textarea {
background-color: var(--inverse); background-color: var(--inverse);
border: 0; border: 0;