Update app branding with new icono and titulosib logos

This commit is contained in:
2026-03-09 12:59:10 -05:00
parent d5763cd6d6
commit 8c0e683b70
6 changed files with 68 additions and 38 deletions

View File

@ -4,7 +4,7 @@
<!-- Logo with animation -->
<div class="logo-container" :class="{ 'logo-visible': logoVisible }">
<div class="logo-box">
<img src="/icon-192.png" alt="SIB" class="logo-icon" />
<img src="/icono.png" alt="SIB" class="logo-icon" />
</div>
</div>
@ -147,8 +147,8 @@ async function performInitializationTasks() {
.logo-box {
width: 140px;
height: 140px;
background-color: #fee715;
border-radius: 28px;
background-color: transparent;
border-radius: 0;
display: flex;
align-items: center;
justify-content: center;