user-status.less 228 B

1234567891011121314
  1. //
  2. // User Status Styles
  3. // --------------------------------------------------
  4. .user-banned .material-icons {
  5. color: @brand-warning;
  6. .opacity(1);
  7. }
  8. .user-online .material-icons {
  9. color: @brand-success;
  10. .opacity(1);
  11. }