logos mudadas
|
Before Width: | Height: | Size: 79 KiB After Width: | Height: | Size: 77 KiB |
BIN
app/img/logo.png
|
Before Width: | Height: | Size: 91 KiB After Width: | Height: | Size: 77 KiB |
|
Before Width: | Height: | Size: 144 KiB After Width: | Height: | Size: 140 KiB |
BIN
app/img/logotextofundo.png
Normal file
|
After Width: | Height: | Size: 159 KiB |
@@ -9,7 +9,7 @@ app.add_static_files('/img', '/app/img')
|
||||
# Cor alterada para 'bg-blue-700'
|
||||
with ui.header(elevated=True).classes('items-center justify-center bg-slate-700 p-2'):
|
||||
# Tamanho específico solicitado: w-1/2 com máximo de 100px
|
||||
ui.image('/img/logotexto.png').classes('w-1/2 max-w-[100px] object-contain')
|
||||
ui.image('/img/logotextofundo.png').classes('w-1/2 max-w-[200px] object-contain')
|
||||
|
||||
# --- NAVEGAÇÃO (TABS) ---
|
||||
with ui.tabs().classes('w-full sticky top-0 z-10 bg-white shadow-sm') as tabs:
|
||||
|
||||