feat(front-end): back-office desing improvements

This commit is contained in:
2026-03-10 10:53:30 +01:00
parent a212a1d8cc
commit e747a9820e
47 changed files with 4861 additions and 310 deletions

View File

@@ -1,6 +1,6 @@
<div class="container hero">
<h1>{{ "CALC.TITLE" | translate }}</h1>
<p class="subtitle">{{ "CALC.SUBTITLE" | translate }}</p>
<div class="container ui-simple-hero">
<h1 class="ui-simple-hero__title">{{ "CALC.TITLE" | translate }}</h1>
<p class="ui-simple-hero__subtitle">{{ "CALC.SUBTITLE" | translate }}</p>
@if (error()) {
<app-alert type="error">{{ errorKey() | translate }}</app-alert>
@@ -8,7 +8,7 @@
</div>
@if (step() === "success") {
<div class="container hero">
<div class="container ui-simple-hero">
<app-success-state
context="calc"
(action)="onNewQuote()"

View File

@@ -1,14 +1,3 @@
.hero {
padding: var(--space-12) 0;
text-align: center;
}
.subtitle {
font-size: 1.25rem;
color: var(--color-text-muted);
max-width: 600px;
margin: 0 auto;
}
.error-action {
display: flex;
justify-content: center;