summaryrefslogtreecommitdiffstats
path: root/src/pybind/mgr/dashboard/frontend/src/app/ceph/cluster/services/service-daemon-list/service-daemon-list.component.scss
blob: a0d91c704479b436d2f914bc096d26497da08beb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
@use './src/styles/vendor/variables' as vv;

.fa-info-circle {
  color: vv.$info;
}

.fa-exclamation-triangle {
  color: vv.$danger;
}

.list-group-item {
  background-color: transparent;
  border-width: 0;
}