Pour tout problème contactez-nous par mail : support@froggit.fr | La FAQ :grey_question: | Rejoignez-nous sur le Chat :speech_balloon:

Skip to content
Snippets Groups Projects
admin.css 234 B
Newer Older
  • Learn to ignore specific revisions
  • Pierre Jarriges's avatar
    Pierre Jarriges committed
    *+* {
        box-sizing: border-box;
        font-family: Lato, Arial, Helvetica, sans-serif
    }
    
    body {
        margin: 0;
    }
    
    #admin-login-form {
        display: grid;
        width: 300px;
        gap: 20px;
    }
    
    #admin-login-form input {
        padding: 4px;
    }