Skip to content

Commit

Permalink
Deploying to gh-pages from @ efc94d9 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
johnman committed Oct 8, 2024
1 parent 031dae1 commit 8d4665f
Show file tree
Hide file tree
Showing 101 changed files with 78,770 additions and 552,929 deletions.
21 changes: 19 additions & 2 deletions main/cloud-interop/common/style/app.css
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,10 @@
--brand-success: var(--theme-status-success, #35c759);

accent-color: var(--brand-primary);

--header-height: 75px;
--body-padding: 20px;
--left-panel-width: 300px;
}

.theme-light {
Expand All @@ -36,6 +40,19 @@
--brand-success: var(--theme-status-success, #35c759);
}

.left-panel {
width: var(--left-panel-width);
}

#layout_container {
width: calc(100dvw - var(--left-panel-width) - (var(--body-padding) * 2));
height: calc(100dvh - var(--header-height) - (var(--body-padding) * 2));
}

.header {
height: var(--header-height);
}

.primary {
color: var(--brand-primary);
}
Expand Down Expand Up @@ -67,14 +84,14 @@ body {
justify-content: stretch;
align-items: stretch;
overflow: hidden;
padding: 20px;
padding: var(--body-padding);
margin: 0;
background-color: var(--brand-background);
color: var(--brand-text);
}

body.border {
padding: 20px;
padding: var(--body-padding);
margin: 0;
background-color: var(--brand-background);
color: var(--brand-text);
Expand Down
30,050 changes: 3,734 additions & 26,316 deletions main/cloud-interop/js/fdc3-panel.bundle.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion main/cloud-interop/js/fdc3-panel.bundle.js.map

Large diffs are not rendered by default.

30,050 changes: 3,734 additions & 26,316 deletions main/cloud-interop/js/fdc3-view.bundle.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion main/cloud-interop/js/fdc3-view.bundle.js.map

Large diffs are not rendered by default.

12 changes: 6 additions & 6 deletions main/cloud-interop/js/iframe-broker.bundle.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 8d4665f

Please sign in to comment.