|
1 | | -[id^=ws-extensions-t-] { |
2 | | - margin: var(--pf-t--global--spacer--300); |
| 1 | +[id^=ws-extensions-e-] { |
3 | 2 | height: 600px; |
| 3 | + margin: var(--pf-t--global--spacer--md); |
| 4 | + |
| 5 | + .ws-example-page-wrapper & { |
| 6 | + margin: 0; |
| 7 | + } |
4 | 8 | } |
| 9 | + |
5 | 10 | .pf-topology-visualization-surface { |
6 | | - border: 1px solid var(--pf-t--color--black); |
| 11 | + border: 1px solid var(--pf-t--global--border--color--default); |
7 | 12 | } |
8 | 13 |
|
9 | 14 | @media (min-width: 768px) { |
10 | 15 | .topology-example-sidebar.pf-topology-side-bar.shown { |
11 | 16 | max-width: 300px; |
12 | 17 | } |
13 | 18 | } |
14 | | - |
15 | | -.pf-theme-dark .ws-extensions-t-about-topology, |
16 | | -.pf-theme-dark .ws-extensions-t-anchors, |
17 | | -.pf-theme-dark .ws-extensions-t-control-bar, |
18 | | -.pf-theme-dark .ws-extensions-t-context-menu, |
19 | | -.pf-theme-dark .ws-extensions-t-custom-edges, |
20 | | -.pf-theme-dark .ws-extensions-t-custom-nodes, |
21 | | -.pf-theme-dark .ws-extensions-t-layouts, |
22 | | -.pf-theme-dark .ws-extensions-t-pan-and-zoom, |
23 | | -.pf-theme-dark .ws-extensions-t-selection, |
24 | | -.pf-theme-dark .ws-extensions-t-sidebar, |
25 | | -.pf-theme-dark .ws-extensions-t-toolbar { |
26 | | - border: 1px solid var(--pf-t--color--gray--20); |
27 | | -} |
28 | | - |
29 | | -.ws-extensions-t-topology .pf-v6-l-stack { |
30 | | - margin: -9px; |
31 | | - width: calc(100% + 18px); |
32 | | -} |
33 | | - |
34 | | -.ws-extensions-t-topology .pf-topology-view__project-toolbar .pf-v6-c-dropdown>button { |
35 | | - justify-content: space-between; |
36 | | - width: 150px; |
37 | | -} |
38 | | - |
39 | | -.ws-extensions-t-topology .topology-view-filter-dropdown>button { |
40 | | - justify-content: space-between; |
41 | | - width: 130px; |
42 | | -} |
0 commit comments