Skip to content
Snippets Groups Projects
stylesheet.css 23.5 KiB
Newer Older
Victoria Badeke's avatar
Victoria Badeke committed

        .active {
„Sophia's avatar
„Sophia committed
            display: flex;
Victoria Badeke's avatar
Victoria Badeke committed
        }
„Sophia's avatar
„Sophia committed

    #startseite {
        flex-direction: column;
    }
„Sophia's avatar
„Sophia committed
    }

.form-control-registrieren-modal {
    width: 300px;
    height: 57px;
    padding-left: 15px;
    margin-bottom: 10px;
    border: 1px solid #03355C; /* dunkelblauer Rahmen */
    border-radius: 30px; /* Runde Ecken für Eingabefelder */
    box-sizing: border-box;
    font-family: "DM Sans", sans-serif;
    font-size: 20px;
    color: #03355C;
}

.modal-body,
#exampleModalLabel {
    font-family: "DM Sans", sans-serif;
    font-size: 20px;
    color: #03355C;
Luisa Wenz's avatar
Luisa Wenz committed
/* Admin User löschen Modal */
#deleteButtonEdit {
    background-color: #fb7300;
    color: #ffffff;
    border: none;
    border-radius: 50px;
    margin-left: 10px;
    cursor: pointer;
}

#nodeleteButtonEdit {
    background-color: #ffffff;
    color: #fb7300;
    border: none;
    border-radius: 50px;
    margin-left: 10px;
    cursor: pointer;
}

/* Admin User bearbeiten Modal */
#updateButtonEdit {
    background-color: #fb7300;
    color: #ffffff;
    border: none;
    border-radius: 50px;
    margin-left: 10px;
    cursor: pointer;
}

.modal-card {
    background-color: #FCF3E4; /* Heller Beige-Hintergrund */
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    padding: 20px;
    width: auto; /* Breite des Formulars */
    height: auto;
    text-align: left;
}


#label1edituser {
    padding: 10px;
}

#label2edituser {
    padding: 10px;
}

#label3edituser {
    padding: 10px;
}

#label4edituser {
    padding: 10px;
}

#edit-user-admin-first-name {
    border-radius: 70px;
}

#edit-user-admin-last-name {
    border-radius: 70px;
}

#edit-user-admin-email {
    border-radius: 70px;
}

#edit-user-admin-role {
    border-radius: 70px;
}




Sarah Gloger's avatar
Sarah Gloger committed
#deleteModalLabel {
    font-family: "DM Sans", sans-serif;
    font-size: 20px;
    color: #03355C;
}

.modal-body {
    font-family: "DM Sans", sans-serif;
    font-size: 15px;
}

#exampleModalLabel {
    font-family: "DM Sans", sans-serif;
    font-size: 20px;
    color: #03355C;
}

#delete-button {
    background-color: #fb7300;
    color: #ffffff;
    border: none;
    border-radius: 50px;
    margin-left: 10px;
    cursor: pointer;
    margin-top: 20px;
}
„Sophia's avatar
„Sophia committed
/* Admin User bearbeiten Modal */
#updateButtonEdit {
    background-color: #fb7300;
    color: #ffffff;
    border: none;
    border-radius: 50px;
    margin-left: 10px;
    cursor: pointer;
}

.modal-card {
    background-color: #FCF3E4; /* Heller Beige-Hintergrund */
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    padding: 20px;
    width: auto; /* Breite des Formulars */
    height: auto;
    text-align: left;
}


#label1edituser {
    padding: 10px;
}

#label2edituser {
    padding: 10px;
}

#label3edituser {
    padding: 10px;
}

#label4edituser {
    padding: 10px;
}

#edit-user-admin-first-name {
    border-radius: 70px;
}

#edit-user-admin-last-name {
    border-radius: 70px;
}

#edit-user-admin-email {
    border-radius: 70px;
}

#edit-user-admin-role {
    border-radius: 70px;
}