Ga direct naar inhoud

Layout authenticatie

Weergave voor authenticatie-elementen. Login formulieren hebben vaak belang bij een smallere weergave dan overige formulieren.

Benodigde bestanden

Om gebruik te maken van de styling dienen de onderstaande bestanden ingeladen te zijn via het manon.scss bestand.

  • layout/layout-base/layout-base.scss
  • layout/layout-base-variables.scss
  • layout/layout-authentication/layout-authentication.scss
  • layout/layout-authentication-variables.scss

Instelbare variabelen

Voorbeeld

Visueel voorbeeld:

HTML-voorbeeld:

div:

-->
<div class="layout-authentication">
  <!-- Content -->
</div>

section:

-->
<section class="layout-authentication">
  <div>
    <!-- Content -->
  </div>
</section>

article:

-->
<article class="layout-authentication">
  <div>
    <!-- Content -->
  </div>
</article>

form:

-->
<form class="layout-authentication">
  <!-- Content -->
</form>