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

h4 {
  color: vv.$gray-700;
}

i {
  font-size: 6em;
  margin-top: 120px;
}

.fa-lock {
  color: vv.$danger;
}

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