Skip to content

Commit

Permalink
Deploying to gh-pages from @ c4786ae 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
joeransegnola committed Jul 12, 2024
1 parent 907b1fa commit 9a5582d
Show file tree
Hide file tree
Showing 13 changed files with 332 additions and 114 deletions.
40 changes: 40 additions & 0 deletions web/vnext/web-layout/common/style/app.css
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,7 @@ body {
margin: 0;
background-color: var(--brand-background);
color: var(--brand-text);
width: 100%;
}

body.border {
Expand Down Expand Up @@ -705,6 +706,10 @@ em {
flex: 2;
}

.fill_3 {
flex: 3;
}

.scroll {
overflow: auto;
}
Expand Down Expand Up @@ -943,3 +948,38 @@ td,
.nowrap {
white-space: nowrap;
}

.tabs {
display: inline-flex;
height: 30px;
width: 100%;
}

.tab {
min-width: 120px;
min-height: 30px;
padding: 5px;
border: 2px solid var(--brand-border);
font-weight: 300;
border-top: 2px solid var(--tab-border-top-color);
background-color: var(--tab-background-active-color);
opacity: 100%;
cursor: pointer;
}

.close-btn {
float: right;
font-size: 1em;
max-height: 18px;
content: var(--tab-close-button-url);
color: var(--brand-text-secondary);
cursor: pointer;
}

.main-container {
display: flex;
justify-content: stretch;
align-items: stretch;
height: 100%;
width: 100%;
}
32 changes: 16 additions & 16 deletions web/vnext/web-layout/js/fdc3-panel.bundle.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion web/vnext/web-layout/js/fdc3-panel.bundle.js.map

Large diffs are not rendered by default.

32 changes: 16 additions & 16 deletions web/vnext/web-layout/js/fdc3-view.bundle.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion web/vnext/web-layout/js/fdc3-view.bundle.js.map

Large diffs are not rendered by default.

10 changes: 5 additions & 5 deletions web/vnext/web-layout/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 9a5582d

Please sign in to comment.