]> git.proxmox.com Git - ceph.git/blob - ceph/src/pybind/mgr/dashboard/frontend/src/app/core/navigation/about/about.component.scss
import 15.2.4
[ceph.git] / ceph / src / pybind / mgr / dashboard / frontend / src / app / core / navigation / about / about.component.scss
1 .about-container {
2 background-color: #374249;
3 background-image: url('assets/ceph_background.gif');
4 background-position: right bottom;
5 background-repeat: no-repeat;
6 color: #fff;
7 text-shadow: 1px 1px #374249;
8 }
9 .product-versions {
10 margin-top: 30px;
11 }
12 .product-versions strong {
13 margin-right: 10px;
14 }
15 .modal-header {
16 border-bottom: none;
17 }
18 .modal-header .close {
19 color: #fff;
20 font-size: 2em;
21 }
22 .modal-body {
23 padding-left: 80px;
24 padding-right: 80px;
25 }
26 .ceph-logo {
27 width: 25%;
28 margin-bottom: 30px;
29 object-position: -20px 0;
30 }
31 .modal-footer {
32 display: block;
33 border-top: none;
34 padding: 15px 80px 35px 80px;
35 }