src/assets/style/index.scss
@@ -11,3 +11,24 @@
  border: 0;
  outline: 0;
}
.Badge {
  width: 6px;
  height: 6px;
  background: red;
  border-radius: 100%;
  display: inline-block;
  margin-bottom: 1px;
  margin-right: 5px;
}
.success {
  background: #06c062;
}
.error {
  background: #f62f2f;
}
.warning-radio {
  background: #e6a23c;
}
.warning {
  background: rgba(0, 0, 0, 0.4);
}