/*
 * This file is a copy from: https://github.com/opengisch/qfieldcloud/blob/master/docker-app/qfieldcloud/core/staticfiles/css/admin.css
 * It is copied here as changing a QFC logo to a custom one might need some additional css.
 * However, Jazzmin only handles a single custom css file for the admin, hence the need for a full copy.
 * So any change in the original file that is not a customisation should be reflected here.
 */

.login-logo img {
    width: 100%;
}

.object-tools{
    margin-bottom: 1rem;
}

#jazzy-logo img{
    box-shadow: none!important;
}
