summaryrefslogtreecommitdiffstats
path: root/public/css/widget/donut-container.less
blob: 6fc44665e0fbdce6e0c64a5245d8d2fdd10a970d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
.donut-container {
  .card();

  h2 {
    margin: 0;
  }

  .state-badges {
    text-align: center;
  }

  &:not(:last-of-type) {
    margin-right: 1em;
    margin-bottom: 1em;
  }

  .donut {
    margin: 0 auto;
  }
}

#layout.minimal-layout .donut-container {
  width: 100%;
}