many layout and theme changes

This commit is contained in:
Jonas Winkler
2020-11-22 16:33:26 +01:00
parent 25f88b7ae9
commit 8650af05f7
15 changed files with 114 additions and 74 deletions

6
src-ui/src/theme.scss Normal file
View File

@@ -0,0 +1,6 @@
$paperless-green: #17541f;
$primary: #17541f;
$theme-colors: (
"primary": $primary
);