Skip to content
Snippets Groups Projects
Select Git revision
  • e0e55fb2e7130af696dde002c9950a02ee2aad12
  • master default protected
  • 1.31
  • 4.38.3
  • 4.38.2
  • 4.38.1
  • 4.38.0
  • 4.37.2
  • 4.37.1
  • 4.37.0
  • 4.36.0
  • 4.35.0
  • 4.34.1
  • 4.34.0
  • 4.33.1
  • 4.33.0
  • 4.32.2
  • 4.32.1
  • 4.32.0
  • 4.31.0
  • 4.30.1
  • 4.30.0
  • 4.29.1
23 results

main.pcss

Blame
  • Volker Schukai's avatar
    e0e55fb2
    History
    main.pcss 402 B
    @import"../../source/components/style/mixin/form.pcss";
    
    
    .form-container {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        min-height: calc( 100vh - 100px );
    }
    
    .inner-form {
        @mixin form;
        min-width: fit-content;
    }
    
    .buttons {
        display: flex;
        justify-content: space-between;
        gap: 1em;
        width: 100%;
        margin-top: 20px;
    }