charles
2024-07-18 a0b97eb8e934ba28b9e51824d4cbbcc99cc70e17
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 {
  color: #06c062;
}
.error {
  color: #f62f2f;
}
.warning-radio {
  color: #e6a23c;
}
.warning {
  background: rgba(0, 0, 0, 0.4);
}