@use '../../../styles/mat-selectors' as ms;

.adf-attach-form {
    #{ms.$mat-form-field} {
        width: 100%;
    }

    &-row {
        display: flex;
        justify-content: space-between;
        margin: 20px 0;
    }

    .adf-attach-form-mat-card-actions {
        justify-content: space-between;
        margin-top: 30px;
        text-align: right;
    }
}
