]> git.proxmox.com Git - ceph.git/blob - ceph/src/pybind/mgr/dashboard/frontend/src/app/core/navigation/about/about.component.scss
update source to Ceph Pacific 16.2.2
[ceph.git] / ceph / src / pybind / mgr / dashboard / frontend / src / app / core / navigation / about / about.component.scss
1 @use './src/styles/vendor/variables' as vv;
2
3 .about-container {
4 background-color: vv.$secondary;
5 background-image: url('../../../../assets/ceph_background.gif');
6 background-position: right bottom;
7 background-repeat: no-repeat;
8 color: vv.$white;
9 text-shadow: 1px 1px vv.$secondary;
10 }
11
12 .product-versions {
13 margin-top: 30px;
14 }
15
16 .product-versions strong {
17 margin-right: 10px;
18 }
19
20 .modal-header {
21 border-bottom: 0;
22 }
23
24 .modal-header .close {
25 color: vv.$white;
26 font-size: 2em;
27 }
28
29 .modal-body {
30 padding-left: 80px;
31 padding-right: 80px;
32 }
33
34 .ceph-logo {
35 margin-bottom: 30px;
36 width: 25%;
37 }
38
39 .modal-footer {
40 border-top: 0;
41 display: block;
42 padding: 15px 80px 35px;
43 }