/*
Theme Name: ClaimMonitor2.6
Author: the WordPress team
Version: 2.6
License: GNU General Public License v2
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
1.0 import
--------------------------------------------------------------*/
@import url("./assets/css/custom.min.css");
@import url("./assets/css/component.css");
@import url("./assets/css/sp.min.css");

/*--------------------------------------------------------------
2.0 helper
--------------------------------------------------------------*/

/* 検証済 */
.st-i-verified { background: #85d368; color: #333;}
/* 訂正済 */
.st-corrected { background: #005469; color: #fff;}
/* 求情報 */
.st-info-gathering { background: #f8b229; color: #fff;}
/* 検証未了 */
.st-i-verification { background: palevioletred; color: #fff;}
/* 影響大 */
.st-impact { background: red; color: #fff;}
/* 一般通報 */
.st-generalreport { background: #666; color: #fff;}