]> git.proxmox.com Git - ceph.git/blob - ceph/src/pybind/mgr/dashboard/frontend/src/app/core/navigation/about/about.component.scss
86f72b557bbc7b09e0dddf1c9677badf3695b860
[ceph.git] / ceph / src / pybind / mgr / dashboard / frontend / src / app / core / navigation / about / about.component.scss
1 .product-versions {
2 margin-top: 30px;
3 }
4 .product-versions strong {
5 margin-right: 10px;
6 }
7 .modal-header {
8 border-bottom: none;
9 }
10 .modal-body {
11 padding-left: 80px;
12 padding-right: 80px;
13 }
14 .modal-footer {
15 border-top: none;
16 }
17 h2 {
18 font-size: 3em;
19 }
20 .ceph-logo {
21 width: 10%;
22 }
23 .list-unstyled li {
24 margin-top: 5px;
25 }
26 .modal-footer {
27 padding: 15px 80px 35px 80px;
28 }
29 .modal-body {
30 margin-top: 0;
31 padding-top: 0;
32
33 h2 {
34 margin-top: 0;
35 }
36 }