]> git.apps.os.sepia.ceph.com Git - ceph-ci.git/blob
3d34340a6af8ed3bbc754039b4d8e74943d0db7b
[ceph-ci.git] /
1 @use './src/styles/defaults/bootstrap-defaults' as bd;
2
3 :host {
4   bottom: 10px;
5   max-width: 90vw;
6   position: fixed;
7   right: -350px;
8   top: bd.$navbar-height + 10px;
9
10   transition: all 0.6s;
11
12   width: 350px;
13
14   z-index: 9;
15 }
16
17 :host.active {
18   right: 20px;
19 }
20
21 .card {
22   height: 100%;
23 }
24
25 ngx-simplebar {
26   height: calc(100% - 42.2px);
27 }
28
29 .separator {
30   background-color: bd.$color-popover-seperator-bg;
31   color: bd.$color-popover-seperator-text;
32   font-size: 1rem;
33   padding: 5px 12px;
34 }
35
36 .btn-link .fa-trash-o {
37   color: bd.$black;
38 }
39
40 table {
41   width: 100%;
42 }
43
44 .row {
45   margin-left: 0;
46   margin-right: 0;
47 }