CSS update

This commit is contained in:
2025-11-07 17:48:04 +05:30
parent a9cc0a9122
commit 8eeed12d0b
3 changed files with 4 additions and 2 deletions

View File

@ -45,5 +45,6 @@ public class User implements Serializable {
private String[] authorities;
private boolean isActive;
private boolean isNotLocked;
}

View File

@ -203,6 +203,7 @@
align-items: center;
gap: 16px;
transition: all 0.2s ease;
overflow: hidden;
}
.stat-card-minimal:hover {

View File

@ -69,12 +69,12 @@
</form>
<!-- Register Link -->
<div class="login-footer">
<!-- <div class="login-footer">
<p class="footer-text">
Don't have an account?
<a routerLink="/register" class="footer-link">Sign Up</a>
</p>
</div>
</div> -->
</div>
</div>
</div>