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