Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: Wizard component #276

Open
sansan88 opened this issue Mar 17, 2021 · 0 comments
Open

feat: Wizard component #276

sansan88 opened this issue Mar 17, 2021 · 0 comments

Comments

@sansan88
Copy link
Collaborator

website\src\app\pages\wizard\start\start.component.html

`

  <div class="mx-auto max-w-screen-xl px-6 pt-6 text-center md:text-left">
    <p class="font-bold text-2xl dark:text-white pb-4">Das sind die nächsten Schritte</p>
    <div class="grid grid-cols-2 md:grid-cols-3 md:gap-6 gap-2">
      <div class="text-center rounded md:pt-20 md:pb-16 pt-4 pb-2 dark:bg-gray-900">
        <fa-icon [icon]="faFileAlt" class="md:text-6xl text-2xl text-black dark:text-white"></fa-icon>
        <p class="dark:text-white text-lg md:pt-4 font-light">1. Bogen mit elektronischer Identität erstellen</p>
      </div>
      <div class="text-center rounded md:pt-20 md:pb-16 pt-4 pb-2 dark:bg-gray-900">
        <fa-icon [icon]="faFileSignature" class="md:text-6xl text-2xl text-black dark:text-white"></fa-icon>
        <p class="dark:text-white text-lg md:pt-4 font-light">2. Bogen signieren</p>
      </div>
      <div class="text-center rounded md:pt-20 md:pb-16 pt-4 pb-2 dark:bg-gray-900">
        <fa-icon [icon]="faFileExport" class="md:text-6xl text-2xl text-black dark:text-white"></fa-icon>
        <p class="dark:text-white text-lg md:pt-4 font-light">3. Bogen digital an owlly übermitteln</p>
      </div>
    </div>`
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant