File: Card.css

package info (click to toggle)
cockpit 354-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 308,956 kB
  • sloc: javascript: 775,606; python: 40,351; ansic: 35,655; cpp: 11,117; sh: 3,511; makefile: 580; xml: 261
file content (36 lines) | stat: -rw-r--r-- 1,027 bytes parent folder | download | duplicates (8)
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
#ws-html-demos-c-card-status-card-expanded-with-popover {
  padding-block-start: 180px;
}

#ws-html-demos-c-card-status-card-expanded-with-popover #carview-demo--popover-parent,
.popover-parent {
  position: relative;
}

#ws-html-demos-c-card-status-card-expanded-with-popover .pf-v6-c-popover {
  position: absolute;
  margin-block-start: -12px;
  z-index: 1000;
  transform: translateY(-50%);
 inset-inline-start: calc(100% + var(--pf-v6-c-popover__arrow--Width) + var(--pf-t--global--spacer--sm));
}

#ws-html-demos-c-card-status-card-expanded-with-popover .pf-v6-c-table {
  --pf-v6-c-table__expandable-row--after--BorderInlineStartWidth: 0;
  --pf-v6-c-table__expandable-row--after--BorderColor: transparent;
  --pf-v6-c-table--m-compact--cell--first-last-child--PaddingInlineStart: var(--pf-v6-global--spacer--sm);
}

#ws-html-demos-c-card-status-card-expanded-with-popover .pf-v6-c-card {
  overflow: initial;
}

.ws-chart {
  display: flex;
  max-width: 100%;
  height: 100%;
}

.ws-chart img {
  align-self: center;
}