_panel_alertlist.scss 187 B

1234567891011
  1. .panel-alert-list {
  2. overflow-y: auto;
  3. }
  4. .panel-alert-list__no-alerts {
  5. display: flex;
  6. align-items: center;
  7. justify-content: center;
  8. width: 100%;
  9. height: calc(100% - 30px);
  10. }