]> git.proxmox.com Git - ceph.git/blob - ceph/src/pybind/mgr/dashboard/frontend/src/app/core/error/error.component.scss
618202da8bd23456f14a0f59a2c0199e79bcf665
[ceph.git] / ceph / src / pybind / mgr / dashboard / frontend / src / app / core / error / error.component.scss
1 @use './src/styles/vendor/variables' as vv;
2
3 h4 {
4 color: vv.$gray-700;
5 }
6
7 i {
8 font-size: 6em;
9 margin-top: 120px;
10 }
11
12 .text-center {
13 background-color: vv.$body-bg-alt;
14 }
15
16 .dashboard {
17 background-color: vv.$body-bg-alt;
18 height: 100%;
19 position: relative;
20 }
21
22 .content {
23 left: 50%;
24 position: absolute;
25 top: 40%;
26 transform: translate(-50%, -50%);
27 width: 100%;
28 }
29
30 .row {
31 display: block;
32 margin-left: -29px;
33 margin-right: -29px;
34 padding-top: 10em;
35 }
36
37 .fa-exclamation-triangle {
38 color: vv.$danger;
39 }
40
41 .fa-lock {
42 color: vv.$danger;
43 }
44
45 .fa-wrench {
46 color: vv.$info;
47 }