Basic account system

This commit is contained in:
Michał Gdula 2022-07-25 16:13:26 +01:00
parent 0536dfc62c
commit 87dc4d5ff0
19 changed files with 371 additions and 46 deletions

View file

@ -6,6 +6,10 @@
@import "edit.css";
@import "upload.css";
@import "signup.css";
@import "login.css";
@import "account.css";
:root {
--bg: #151515df;
--bg-1: #242621;
@ -137,6 +141,12 @@ a.btn {
.space-top {
margin-top: 1rem;
}
.space-bottom-large {
margin-bottom: 2rem;
}
.space-top-large {
margin-top: 2rem;
}
.svg {
margin: 0 0.2rem 0.1rem 0;