sync efactura-generator 0.9-beta-16 — branding Romfast (siglă header/footer + link Aplicații online)

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This commit is contained in:
Claude Agent
2026-06-26 20:13:02 +00:00
parent c68d1b749d
commit ea60c2b2e3
4 changed files with 65 additions and 6 deletions

View File

@@ -145,6 +145,24 @@ input.date-input {
margin-top: 2px;
}
.header-brand {
display: flex;
align-items: center;
gap: var(--space-3);
}
.brand-logo-link {
display: inline-flex;
align-items: center;
flex-shrink: 0;
}
.brand-logo {
display: block;
height: 50px;
width: auto;
}
.button-group {
display: flex;
gap: var(--space-2);
@@ -955,6 +973,31 @@ button.button {
color: var(--text-muted);
}
.footer-brand {
display: flex;
align-items: center;
gap: var(--space-4);
}
.footer-logo-link {
display: inline-flex;
align-items: center;
border-bottom: none;
padding-bottom: 0;
}
.footer-logo {
display: block;
height: 22px;
width: auto;
opacity: 0.85;
transition: opacity var(--duration-short) var(--easing-out);
}
.footer-logo-link:hover .footer-logo {
opacity: 1;
}
.app-footer a {
color: var(--text-muted);
text-decoration: none;