First alpha

This commit is contained in:
Fabian
2019-01-27 21:29:33 +01:00
commit 313f5aee97
41 changed files with 10856 additions and 0 deletions

15
src/components/add_button.scss Executable file
View File

@ -0,0 +1,15 @@
// .add_button_container {}
.add_button_button {
position: fixed;
bottom: 2rem;
right: 2rem;
width: 4rem;
height: 4rem;
padding: 0.75rem;
z-index: 16;
}
.add_button_button>svg {
height: 2.5rem;
width: 2.5rem;
}