[web] Move web client to this repo

This commit is contained in:
Joscha 2020-03-14 01:05:33 +00:00
parent 4b8d0ee4a4
commit f8fd5b3c3e
7 changed files with 773 additions and 0 deletions

16
forest-web/settings.css Normal file
View file

@ -0,0 +1,16 @@
#settings {
position: fixed;
bottom: 0;
transition: all 0.2s ease-out;
transform: translateY(100%);
}
#settings a {
color: var(--white);
}
#settings > button, #settings > form {
padding: 1ch;
background-color: var(--magenta);
}
#settings > button {
font-weight: bold;
}