]> git.proxmox.com Git - ceph.git/blame - 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
CommitLineData
e306af50
TL
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}
11fdf7f2
TL
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}
e306af50
TL
18.modal-header .close {
19 color: #fff;
20 font-size: 2em;
21}
11fdf7f2
TL
22.modal-body {
23 padding-left: 80px;
24 padding-right: 80px;
25}
11fdf7f2 26.ceph-logo {
e306af50
TL
27 width: 25%;
28 margin-bottom: 30px;
29 object-position: -20px 0;
11fdf7f2
TL
30}
31.modal-footer {
e306af50
TL
32 display: block;
33 border-top: none;
11fdf7f2
TL
34 padding: 15px 80px 35px 80px;
35}