[web] Move web client to this repo
This commit is contained in:
parent
4b8d0ee4a4
commit
f8fd5b3c3e
7 changed files with 773 additions and 0 deletions
16
forest-web/settings.css
Normal file
16
forest-web/settings.css
Normal 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;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue