login page minor css patch.
This commit is contained in:
parent
5f0477ca8d
commit
3dff4fbe90
@ -7,6 +7,6 @@
|
|||||||
{
|
{
|
||||||
"id": "2",
|
"id": "2",
|
||||||
"username": "samsepi0l",
|
"username": "samsepi0l",
|
||||||
"password": "Daemons0!"
|
"password": "Daemons0"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
@ -14,6 +14,7 @@
|
|||||||
<div class="logged-title-wrapper">
|
<div class="logged-title-wrapper">
|
||||||
<h1 class="logged-title">You are now logged in.</h1>
|
<h1 class="logged-title">You are now logged in.</h1>
|
||||||
</div>
|
</div>
|
||||||
|
<p class="logged-development-notice">Site currently in development; thank you for your patience.</p>
|
||||||
</div>
|
</div>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
@ -83,6 +83,17 @@ body {
|
|||||||
color: #fff;
|
color: #fff;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.logged-title-wrapper {
|
||||||
|
display: flex;
|
||||||
|
justify-content: center;
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
|
.logged-development-notice {
|
||||||
|
text-align: center;
|
||||||
|
font-size: 0.95rem;
|
||||||
|
}
|
||||||
|
|
||||||
.registration-button {
|
.registration-button {
|
||||||
width: 85%;
|
width: 85%;
|
||||||
display: flex;
|
display: flex;
|
||||||
|
Loading…
Reference in New Issue
Block a user