/*!
 * edumap Framework (https://github.com/edumap-jp)
 *
 * Copyright (c) edumap Project.
 * All rights reserved.
 *
 * Licensed under the edumap Framework / edumap+ Proprietary License Agreement.
 * Use of this software is permitted only under a valid agreement with the
 * Research Institute of Science for Education (S4E).
 *
 * See LICENSE.txt for complete license terms and obligations.
 *
 * Author: 一般社団法人 教育のための科学研究所 (Research Institute of Science for Education, S4E)
 * Link: https://www.s4e.jp/
 * License: https://github.com/edumap-jp/Nc4EdumapApp/blob/main/LICENSE.txt
 */

.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;
}
