summaryrefslogtreecommitdiffstats
path: root/src/pybind/mgr/dashboard/frontend/src/app/ceph/pool/pool-list/pool-list.component.scss
blob: 709e8aeb2428168ccc0273d2dbc2e88cb52f396e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
@use './src/styles/vendor/variables' as vv;

::ng-deep cd-pool-list {
  .pg-clean {
    color: vv.$success;
  }

  .pg-working {
    color: vv.$primary;
  }

  .pg-warning {
    color: vv.$warning;
  }

  .pg-unknown {
    color: vv.$danger;
  }
}