Update app branding with new icono and titulosib logos
This commit is contained in:
@ -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;
|
||||
|
||||
Reference in New Issue
Block a user