Skip to content

Styling dashboard

julientaq requested to merge styling-dashboard into master

Styles for the dashboard. Would it be possible to have a class for the idle state? For example, i made this css for the upload manuscript.

.root:hover .idle {
  circle {
    fill: var(--color-primary);
    stroke: white;
  }

  path {
    stroke: white;
  }
}

But this hover shouldn't appear when the state is error, completed and converting. I also added the classes for the conversion complete.

Also, there is a bunch of animation in there. You can check those with the firefox developer edition which contains the animation tool.

Merge request reports