summaryrefslogtreecommitdiffstats
path: root/src/pybind/mgr/dashboard/frontend/src/app/core/auth/role-details/role-details.component.scss
blob: 2ec16099858270318cc007ea989c434379e8948b (plain)
1
2
3
4
5
6
7
8
9
@use './src/styles/vendor/variables' as vv;

.fa {
  font-size: large;

  &.fa-square-o {
    color: vv.$gray-400;
  }
}