From 4f781b2a0e3404bbc10ad0bd5adca35b0f4dab70 Mon Sep 17 00:00:00 2001 From: andersonid Date: Wed, 2 Apr 2025 14:34:05 -0300 Subject: [PATCH] refactor: ajustes na interface - logo, nome do sistema e layout da home --- static/css/style.css | 7 +++++++ templates/base.html | 6 +++--- templates/home.html | 6 +++--- 3 files changed, 13 insertions(+), 6 deletions(-) diff --git a/static/css/style.css b/static/css/style.css index a235b15..b57cc5c 100644 --- a/static/css/style.css +++ b/static/css/style.css @@ -35,6 +35,13 @@ body { margin-right: 10px; } +.navbar-logo { + height: 35px; + width: auto; + margin-right: 10px; + filter: brightness(0) invert(1); +} + .nav-link { font-weight: 500; transition: all 0.3s ease; diff --git a/templates/base.html b/templates/base.html index 23e337a..affaf40 100644 --- a/templates/base.html +++ b/templates/base.html @@ -3,7 +3,7 @@ - {% block title %}{% endblock %} - Sistema de Gestão OCI + {% block title %}{% endblock %} - Controles OCI {{ bootstrap.load_css() }} @@ -17,8 +17,8 @@