Revert "Fix register form segment structure"

This reverts commit 6dfd2b6283.
This commit is contained in:
2026-06-10 17:11:18 +02:00
parent 6dfd2b6283
commit ffd7c57318
2 changed files with 38 additions and 32 deletions
+34 -32
View File
@@ -49,42 +49,44 @@
<div class="sg-card-segment sg-card-segment--body sg-object-card__content" data-pattern-part="object-card-content"> <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> <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> </div>
<form class="sg-card-segment sg-card-segment--gray sg-form-sections-card" action="#" method="post" aria-label="Registrierungsformular"> <footer class="sg-card-segment sg-card-segment--gray sg-form-sections-card__actions-segment" aria-label="Registrierungsformular">
<div class="sg-form-sections-card__body" data-pattern-part="form-body"> <form class="sg-form-sections-card" action="#" method="post">
<h2 class="sg-strong sg-form-sections-card__title">Formular</h2> <div class="sg-form-sections-card__body" data-pattern-part="form-body">
<h2 class="sg-strong sg-form-sections-card__title">Formular</h2>
<div class="sg-form-sections-card__field-group"> <div class="sg-form-sections-card__field-group">
<label class="sg-labeled-input-row"> <label class="sg-labeled-input-row">
<span class="sg-label">E-Mail</span> <span class="sg-label">E-Mail</span>
<input <input
class="sg-interaction-element sg-input-single-line sg-input-single-line--inactive-selectable sg-form-inactive-selectable" class="sg-interaction-element sg-input-single-line sg-input-single-line--inactive-selectable sg-form-inactive-selectable"
type="email" type="email"
placeholder="E-Mail eingeben" placeholder="E-Mail eingeben"
aria-label="E-Mail" aria-label="E-Mail"
autocomplete="email" autocomplete="email"
> >
</label> </label>
<label class="sg-labeled-input-row"> <label class="sg-labeled-input-row">
<span class="sg-label">Passwort</span> <span class="sg-label">Passwort</span>
<input <input
class="sg-interaction-element sg-input-single-line sg-input-single-line--inactive-selectable sg-form-inactive-selectable" class="sg-interaction-element sg-input-single-line sg-input-single-line--inactive-selectable sg-form-inactive-selectable"
type="password" type="password"
placeholder="Passwort eingeben" placeholder="Passwort eingeben"
aria-label="Passwort" aria-label="Passwort"
autocomplete="new-password" autocomplete="new-password"
> >
</label> </label>
</div>
</div> </div>
</div>
<footer class="sg-form-sections-card__actions-segment" data-pattern-part="form-actions-segment"> <footer class="sg-form-sections-card__actions-segment" data-pattern-part="form-actions-segment">
<div class="sg-form-sections-card__actions" data-pattern-part="form-actions"> <div class="sg-form-sections-card__actions" data-pattern-part="form-actions">
<button class="sg-interaction-element sg-button sg-button--active sg-form-sections-card__action" type="button">Abbrechen</button> <button class="sg-interaction-element sg-button sg-button--active sg-form-sections-card__action" type="button">Abbrechen</button>
<button class="sg-interaction-element sg-button sg-button--process sg-button--process-inactive sg-form-sections-card__action" type="submit" disabled aria-disabled="true">Registrieren</button> <button class="sg-interaction-element sg-button sg-button--process sg-button--process-inactive sg-form-sections-card__action" type="submit" disabled aria-disabled="true">Registrieren</button>
</div> </div>
</footer> </footer>
</form> </form>
</footer>
</article> </article>
</main> </main>
@@ -20,3 +20,7 @@
max-width: var(--layout-object-card-max-width); max-width: var(--layout-object-card-max-width);
margin: 0 auto; margin: 0 auto;
} }
.sg-vsf-register-step-1 .sg-form-sections-card__actions-segment {
margin-top: var(--spacing-large);
}