/**
 * NC4 Framework (https://github.com/NC-4/NC4)
 * © NC4 Project.
 *
 * Licensed under The FreeBSD License
 * For full copyright and license information, please see the LICENSE.txt
 * Redistributions of files must retain the above copyright notice.
 *
 * @author  　　一般社団法人 教育のための科学研究所 <https://www.s4e.jp/>
 * @author  　　国立研究開発法人 科学技術振興機構 <https://www.jst.go.jp/>
 * @author  　　リーディング・スキル・テスト株式会社 <https://www.rstest.co.jp/>
 * @copyright  NC4 Project
 * @since      4.0.0
 * @license    https://opensource.org/licenses/BSD-2-Clause FreeBSD License
 */

.frame-warning > .card-header.text-bg-warning {
    background-color: #fdf2b7 !important;
}
.frame-info.card {
    border-color: #b1e7f1 !important;
}
.frame-info > .card-header.text-bg-info {
    background-color: #d9f2ff !important;
}
.frame-primary > .card-header.text-bg-primary {
    background-color: #337ab7 !important;
}
.frame-danger > .card-header.text-bg-danger {
    background-color: #f5b8bd !important;
    color: #58151c !important;
}
.frame-success > .card-header.text-bg-success {
    background-color: #d1e7dd !important;
    color: #0f5132 !important;
}
