WebApp【公共组件库】@前端(For Git Submodule)
Tevin
2021-08-15 d04c3cd74e5ee2adf252f1d2dffd0dd10653ab76
common/common.scss
@@ -3,7 +3,7 @@
 * @author Tevin
 */
@import "./components/common/sassMixin";
@import "./sassMixin";
.m-price {
    &::before {
@@ -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);
}