fix: ajustes visuais - degradê, card branco, logo e barra vermelha

This commit is contained in:
andersonid
2025-04-02 14:55:01 -03:00
parent b815f77240
commit 1ff8e97bbc
3 changed files with 19 additions and 25 deletions

View File

@@ -21,7 +21,8 @@ body {
.navbar {
background: var(--secondary-color) !important;
box-shadow: 0 2px 4px rgba(0,0,0,0.2);
border-top: 3px solid var(--primary-color);
border-bottom: 3px solid var(--primary-color);
padding: 0.5rem 1rem;
}
.navbar-brand {
@@ -41,13 +42,14 @@ body {
height: 35px;
width: auto;
margin-right: 10px;
object-fit: contain;
display: block;
}
.login-logo {
height: 100px;
width: auto;
object-fit: contain;
display: block;
margin: 0 auto;
}
.nav-link {