mirror of
https://github.com/Fluffy-Bean/image-gallery.git
synced 2025-06-20 17:10:34 +00:00
Basic account system
This commit is contained in:
parent
0536dfc62c
commit
87dc4d5ff0
19 changed files with 371 additions and 46 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue