/*
 * *
 *  * Created by Denis Stolarczyk
 *  * Copyright (c) 2020 . All rights reserved.
 *  * Last modified 30.11.2020, 09:57
 *
 */

.border-blue {
    border-left: 0.7rem #007bff solid !important;

}

.border-red {
    border-left: 0.7rem #e51616 solid !important;
}

.border-green {
    border-left: 0.7rem #1e7e34 solid !important;
}

.border-orange {
    border-left: 0.7rem #ff3300 solid !important;
}

.border-white {
    border-left: 0.7rem rgba(222, 222, 222, 0.8) solid !important;
}

.border-black {
    border-left: 0.7rem rgba(31, 31, 31, 0.8) solid !important;
}

