[code] significant work done to login page, changed text around and done some light formatting adjustments, will continue to work on.
This commit is contained in:
@@ -57,14 +57,19 @@ h3 {
|
|||||||
overflow-y: auto;
|
overflow-y: auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
.loginHeader, .loginForm {
|
.loginHeader, .loginForm, .description, .copyrightText {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
|
text-align: left;
|
||||||
}
|
}
|
||||||
|
|
||||||
.loginLogo {
|
.logo {
|
||||||
text-align: center;
|
text-align: center;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.copyrightText {
|
||||||
|
padding-top: 40px;
|
||||||
|
}
|
||||||
|
|
||||||
.formGroup {
|
.formGroup {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
margin-bottom: 20px;
|
margin-bottom: 20px;
|
||||||
|
|||||||
@@ -21,10 +21,14 @@
|
|||||||
</div>
|
</div>
|
||||||
<div class="loginPane">
|
<div class="loginPane">
|
||||||
<div class="loginLogo">
|
<div class="loginLogo">
|
||||||
<img src="/assets/images/favicon-192x192.png" alt="Kube Logo">
|
<div class="logo">
|
||||||
<p>Kube is a progressive web application (PWA)
|
<img src="/assets/images/favicon-192x192.png" alt="Kube Logo">
|
||||||
coded in HTML, CSS & JS which is used for
|
</div>
|
||||||
tracking and optimising club transport.</p>
|
<div class="description">
|
||||||
|
<p>This progressive web application (PWA)
|
||||||
|
is for internal use only, relevant club
|
||||||
|
committee members will be assigned logins</p>
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="loginHeader">
|
<div class="loginHeader">
|
||||||
<h2>Login</h2>
|
<h2>Login</h2>
|
||||||
@@ -43,6 +47,9 @@
|
|||||||
<button type="submit" class="submitBtn">Login</button>
|
<button type="submit" class="submitBtn">Login</button>
|
||||||
</form>
|
</form>
|
||||||
</div>
|
</div>
|
||||||
|
<div class="copyrightText">
|
||||||
|
Copyright (c) 2026. All rights reserved.
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</body>
|
</body>
|
||||||
|
|||||||
Reference in New Issue
Block a user