Skip to content
Snippets Groups Projects
Select Git revision
  • 381d078fb2c5988579f259385c21f71637383895
  • master default
  • autorisation_visit
  • signup_mydata
  • format_editData
  • dev
  • authorize-valid-profile
  • feli90-patch-2
  • feli90-patch-1
  • context_sheet
  • testNewForm
  • FeliLocalTest1
  • ios-account-fix
  • change-form-link
  • dev_pages_projet
  • remise_sorties
  • release/first-users
17 results

login.component.ts

Blame
  • Admin.css 531 B
    #admin-container {
        width: 100%; 
        height: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        padding: 1rem;
    }
    
    #admin-news-list {
        display: flex;
        flex-direction: column;
        align-items: center;
        width: 40rem;
        max-width: 90%;
        height: 100%;
        border: 1px solid white;
        padding: 1rem;
        margin: 1rem;
        margin-top: 2rem;
        overflow-y: auto;
    }
    
    .admin-select-option {
        font-style: 1.2rem;
        margin-bottom: 1rem;
    }
    
    #admin-select-place {
        width: fit-content;
    }