WebApp【公共组件库】@前端(For Git Submodule)
YFeng
2021-05-11 4180ae1a509c161eaf07e7544f284e0212edda1a
全局公共色
1 files modified
16 ■■■■■ changed files
common/common.scss 16 ●●●●● patch | view | raw | blame | history
common/common.scss
@@ -14,4 +14,20 @@
.m-mark {
    color: #fb4242;
}
.m-text-success {
    color: #22c322;
}
.m-text-info {
    color: #05b7c7;
}
.m-text-warning {
    color: #FFB800;
}
.m-text-danger {
    color: #FF5722;
}
.m-text-ignore {
    color: rgba(0, 0, 0, 0.55);
}