summaryrefslogtreecommitdiffstats
path: root/public/css/widget/downtime-card.less
blob: 37dd8a55168776424bc8edbb376047dd30b06daf (plain)
1
2
3
4
5
6
7
8
9
10
.downtime-progress {
  .progress-bar();

  &.progress-bar .timeline .downtime-elapsed {
    &::before,
    > .bar {
      background-color: @state-ok;
    }
  }
}