]> git.proxmox.com Git - ceph.git/blob - ceph/src/rocksdb/docs/_sass/_poweredby.scss
update ceph source to reef 18.1.2
[ceph.git] / ceph / src / rocksdb / docs / _sass / _poweredby.scss
1 .poweredByContainer {
2 background: $primary-bg;
3 color: $primary-overlay;
4 margin-bottom: 20px;
5
6 a {
7 color: $primary-overlay;
8 }
9
10 .poweredByWrapper {
11 h2 {
12 border-color: $primary-overlay-special;
13 color: $primary-overlay-special;
14 }
15 }
16
17 .poweredByMessage {
18 color: $primary-overlay-special;
19 font-size: 14px;
20 padding-top: 20px;
21 }
22 }
23
24 .poweredByItems {
25 display: flex;
26 flex-flow: row wrap;
27 margin: 0 -10px;
28 }
29
30 .poweredByItem {
31 box-sizing: border-box;
32 flex: 1 0 50%;
33 line-height: 1.1em;
34 padding: 5px 10px;
35
36 &.itemLarge {
37 flex-basis: 100%;
38 padding: 10px;
39 text-align: center;
40
41 &:nth-child(4) {
42 padding-bottom: 20px;
43 }
44
45 img {
46 max-height: 30px;
47 }
48 }
49 }
50
51 @media only screen and (min-width: 480px) {
52 .itemLarge {
53 flex-basis: 50%;
54 max-width: 50%;
55 }
56 }
57
58 @media only screen and (min-width: 1024px) {
59 .poweredByItem {
60 flex-basis: 25%;
61 max-width: 25%;
62
63 &.itemLarge {
64 padding-bottom: 20px;
65 text-align: left;
66 }
67 }
68 }
69