style.scss 136 B

12345678
  1. .dashboard {
  2. &__placeholder {
  3. font-size: 0.875rem;
  4. color: hsl(var(--muted-foreground));
  5. line-height: 1.6;
  6. margin-top: 8px;
  7. }
  8. }