summaryrefslogtreecommitdiffstats
path: root/src/pybind/mgr/dashboard/frontend/src/app/core/navigation/about/about.component.scss
blob: 78c7fe550d57f3a677f1d9e2868b341e61cb7aa2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
@use './src/styles/vendor/variables' as vv;

.about-container {
  background-color: vv.$secondary;
  background-image: url('../../../../assets/ceph_background.gif');
  background-position: right bottom;
  background-repeat: no-repeat;
  color: vv.$white;
  text-shadow: 1px 1px vv.$secondary;
}

.product-versions {
  margin-top: 30px;
}

.product-versions strong {
  margin-right: 10px;
}

.modal-header {
  border-bottom: 0;
}

.modal-header .close {
  color: vv.$white;
  font-size: 2em;
}

.modal-body {
  padding-left: 80px;
  padding-right: 80px;
}

.ceph-logo {
  margin-bottom: 30px;
  width: 25%;
}

.modal-footer {
  border-top: 0;
  display: block;
  padding: 15px 80px 35px;
}