Align register form to template structure

This commit is contained in:
2026-06-10 17:16:58 +02:00
parent ffd7c57318
commit e9ee02eecf
2 changed files with 37 additions and 35 deletions
+3 -1
View File
@@ -49,7 +49,8 @@
<div class="sg-card-segment sg-card-segment--body sg-object-card__content" data-pattern-part="object-card-content">
<p class="sg-body">Teste ValueStockFinder 7 Tage kostenlos und unverbindlich. Erhalte direkten Zugriff auf fundierte Aktienanalysen, klare Bewertungen und übersichtliche Entscheidungshilfen ohne Verpflichtung.</p>
</div>
<footer class="sg-card-segment sg-card-segment--gray sg-form-sections-card__actions-segment" aria-label="Registrierungsformular">
<footer class="sg-card-segment sg-card-segment--gray sg-vsf-register-step-1__form-segment" aria-label="Registrierungsformular">
<div class="sg-form-sections-card-wrapper" data-pattern="form-sections" aria-label="Formular mit Abschnitten">
<form class="sg-form-sections-card" action="#" method="post">
<div class="sg-form-sections-card__body" data-pattern-part="form-body">
<h2 class="sg-strong sg-form-sections-card__title">Formular</h2>
@@ -86,6 +87,7 @@
</div>
</footer>
</form>
</div>
</footer>
</article>
</main>
+2 -2
View File
@@ -21,6 +21,6 @@
margin: 0 auto;
}
.sg-vsf-register-step-1 .sg-form-sections-card__actions-segment {
margin-top: var(--spacing-large);
.sg-vsf-register-step-1__form-segment {
padding: 0;
}