Skip to content

Commit 22ef91e

Browse files
Update CSS styles for header and button elements
1 parent f3d57d6 commit 22ef91e

1 file changed

Lines changed: 8 additions & 5 deletions

File tree

relatorio.html

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -32,16 +32,16 @@
3232
width:100%;
3333
max-width:100vw;
3434
}
35-
.header-brand { display:flex; align-items:center; gap:10px; min-width:0; }
35+
.header-brand { display:flex; align-items:center; gap:10px; min-width:0; overflow:hidden; }
3636
.header-divider { width:1px; height:32px; background:rgba(255,255,255,.12); flex-shrink:0; }
37-
.header-name { display:flex; flex-direction:column; min-width:0; }
38-
.header-name strong { color:#fff; font-size:1.1rem; font-weight:700; letter-spacing:.03em; line-height:1.2; white-space:nowrap; }
37+
.header-name { display:flex; flex-direction:column; min-width:0; overflow:hidden; }
38+
.header-name strong { color:#fff; font-size:1.1rem; font-weight:700; letter-spacing:.03em; line-height:1.2; white-space:nowrap; overflow:hidden; text-overflow:ellipsis; }
3939
.header-logo-img { height:52px; width:auto; object-fit:contain; flex-shrink:0; filter:brightness(1.2) drop-shadow(0 0 12px rgba(255,100,0,.7)); }
40-
.header-right { display:flex; align-items:center; gap:12px; flex-shrink:0; }
40+
.header-right { display:flex; align-items:center; gap:12px; flex-shrink:0; margin-left:auto; padding-left:10px; }
4141
.header-title { display:flex; flex-direction:column; align-items:flex-end; }
4242
.header-title span:first-child { font-size:.7rem; font-weight:700; letter-spacing:.12em; text-transform:uppercase; color:var(--verde-light); }
4343
.header-title span:last-child { font-family:'DM Mono',monospace; font-size:.65rem; color:rgba(255,255,255,.5); }
44-
.btn-voltar { display:flex; align-items:center; gap:6px; padding:5px 12px; background:rgba(255,255,255,.08); border:1px solid rgba(255,255,255,.18); border-radius:20px; color:rgba(255,255,255,.75); font-family:'DM Mono',monospace; font-size:.72rem; text-decoration:none; transition:all .15s; white-space:nowrap; }
44+
.btn-voltar { display:flex; align-items:center; gap:6px; padding:5px 12px; background:rgba(255,255,255,.08); border:1px solid rgba(255,255,255,.18); border-radius:20px; color:rgba(255,255,255,.75); font-family:'DM Mono',monospace; font-size:.72rem; text-decoration:none; transition:all .15s; white-space:nowrap; flex-shrink:0; }
4545
.btn-voltar:hover { background:rgba(255,255,255,.18); color:#fff; }
4646

4747
main { max-width:1200px; margin:0 auto; padding:2rem 1rem; display:grid; gap:1.5rem; width:100%; }
@@ -188,6 +188,9 @@
188188
main { padding:1rem .75rem; gap:1rem; }
189189
.resumo-grid { grid-template-columns:1fr 1fr; gap:.75rem; }
190190
.header-title { display:none; }
191+
/* Esconde nome e divisor — logo + botão ficam limpos e sem sobreposição */
192+
.header-name { display:none; }
193+
.header-divider { display:none; }
191194
}
192195
</style>
193196
</head>

0 commit comments

Comments
 (0)