fix: corrige referências dos logos de acordo com o fundo

This commit is contained in:
andersonid
2025-04-02 17:47:43 -03:00
parent c44ce94bef
commit b1acc2fdfc
3 changed files with 2 additions and 2 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.3 MiB

View File

@@ -9,7 +9,7 @@
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/animate.css/4.1.1/animate.min.css">
<link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700&display=swap">
<link rel="stylesheet" href="{{ url_for('static', filename='css/style.css') }}">
<link rel="icon" type="image/png" href="{{ url_for('static', filename='img/logo002-alpha.png') }}">
<link rel="icon" type="image/png" href="{{ url_for('static', filename='img/logo001-alpha.png') }}">
{% block extra_css %}{% endblock %}
</head>
<body>

View File

@@ -6,7 +6,7 @@
<div class="login-container">
<div class="login-content">
<div class="text-center mb-4">
<img src="{{ url_for('static', filename='img/logo002-alpha.png') }}" alt="Logo OCI" class="login-logo mb-3">
<img src="{{ url_for('static', filename='img/logo001-alpha.png') }}" alt="Logo OCI" class="login-logo mb-3">
<h4 class="login-title">Controles OCI</h4>
<p class="login-subtitle">Prossiga com sua conta</p>
</div>