/**
 * Backend Stylesheet
 * Adding Styling for the Job - Foundation Bundle
 **/

/* Picker Styling */
#picker-menu a.jobPicker {
    background-image: url(/bundles/memofoundation/icons/contao/briefcase.svg);
}

.edit-job-attributes ~ a img[src$='pasteinto.svg'] {
    display: none;
}

#tl_memo_job ul.sortable {
    display: flex;
    flex-wrap: wrap;
}
