]> git.proxmox.com Git - ceph.git/blob - ceph/src/pybind/mgr/dashboard/frontend/src/app/ceph/cluster/logs/logs.component.scss
import ceph quincy 17.2.4
[ceph.git] / ceph / src / pybind / mgr / dashboard / frontend / src / app / ceph / cluster / logs / logs.component.scss
1 @use './src/styles/vendor/variables' as vv;
2
3 p {
4 font-family: monospace;
5 }
6
7 .card {
8 .btn-group {
9 margin-top: -45px;
10 position: absolute;
11 right: 0;
12 }
13
14 div p {
15 display: flex;
16
17 &:last-child {
18 margin-bottom: 0;
19 }
20 }
21
22 .timestamp {
23 flex-shrink: 0;
24 font-weight: bold;
25 }
26
27 .priority {
28 margin-left: 0.5rem;
29 }
30
31 .message {
32 margin-left: 1rem;
33 }
34
35 .err {
36 color: vv.$danger;
37 }
38
39 .warn {
40 color: vv.$warning;
41 }
42
43 .info {
44 color: vv.$info;
45 }
46
47 .debug {
48 color: vv.$gray-700;
49 }
50 }
51
52 ::ng-deep cd-logs ngb-timepicker input.ngb-tp-input {
53 width: 3.5rem !important;
54 }