﻿/* Diese CSS in die site.css einfügen */

/* Tickets Styling */
.border-left-primary {
    border-left: 5px solid #007bff !important;
}

.border-left-warning {
    border-left: 5px solid #ffc107 !important;
}

.border-left-success {
    border-left: 5px solid #28a745 !important;
}

.border-left-secondary {
    border-left: 5px solid #6c757d !important;
}

.border-left-danger {
    border-left: 5px solid #dc3545 !important;
}

.border-left-info {
    border-left: 5px solid #17a2b8 !important;
}

.border-left-light {
    border-left: 5px solid #f8f9fa !important;
}
//Test für git/Pull Request
//und 
//Änderung hochladen