added a absolutely terrible background image and name text to login/register page

This commit is contained in:
Madeline 2022-02-11 22:38:29 +11:00
parent 84b8173f80
commit 7ccdccdcb3
4 changed files with 998 additions and 208 deletions

BIN
api/assets/background.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 312 KiB

View File

@ -14,7 +14,7 @@
} }
h3.title-jXR8lp.marginBottom8-AtZOdT.base-1x0h_U.size24-RIRrxO::after { h3.title-jXR8lp.marginBottom8-AtZOdT.base-1x0h_U.size24-RIRrxO::after {
margin-top: -32px; margin-top: -32px;
content: "Welcome to Fosscord!"; content: "Welcome to Slowcord!";
visibility: visible; visibility: visible;
display: block; display: block;
} }
@ -63,7 +63,22 @@ h3.title-jXR8lp.marginBottom8-AtZOdT.base-1x0h_U.size24-RIRrxO::after {
margin-top: -16px; margin-top: -16px;
} }
/* shrink login box to same size as register */ /* funny styling */
.authBoxExpanded-2jqaBe { .wrapper-6URcxg {
width: 480px !important; justify-content: flex-start !important;
background: url("/assets/background.png");
background-size: 100% 100%;
background-repeat: no-repeat;
}
.authBoxExpanded-2jqaBe,
.authBox-hW6HRx {
width: max(40vw, 500px) !important;
height: 100vh !important;
padding: 100px !important;
display: flex;
justify-content: center;
align-items: center;
border-radius: 0 !important;
} }

1181
bundle/package-lock.json generated

File diff suppressed because it is too large Load Diff