﻿/*ICON顏色*/
.icon-color-green {
    color: green;
}
.icon-color-blue {
    color: blue;
}
.icon-color-red {
    color: red;
}
.icon-color-gray {
    color: gray;
}
.icon-color-orangered {
    color: orangered;
}
.icon-color-hotpink {
    color: hotpink;
}
/*ICON尺寸*/
.icon-size-10px {
    font-size: 10px;
}
.icon-size-12px {
    font-size: 12px;
}
.icon-size-16px {
    font-size: 16px;
}
.icon-size-20px {
    font-size: 20px;
}
.icon-size-24px {
    font-size: 24px;
}
/*Home/Index 縮小Dashboard卡片上下行距*/
div.small-box div.inner-cus h2 {
    line-height: 80%;
}
