fix: correções no logo, remoção de mensagem de login e auto-dismiss de alertas

This commit is contained in:
andersonid
2025-04-02 15:25:00 -03:00
parent e9c1f3aedf
commit 178a58bb00
2 changed files with 21 additions and 11 deletions

View File

@@ -39,18 +39,14 @@ body {
margin-right: 10px;
}
.navbar-logo, .login-logo {
.navbar-logo {
height: 35px;
width: auto;
object-fit: contain;
max-width: 100%;
image-rendering: -webkit-optimize-contrast;
image-rendering: crisp-edges;
width: 35px;
}
.login-logo {
height: 100px;
margin: 0 auto 1rem;
height: 80px;
width: 80px;
}
.nav-link {