Skip to content

Commit

Permalink
Merge pull request #154 from adobecom/main
Browse files Browse the repository at this point in the history
Update Stage Branch
  • Loading branch information
meganthecoder authored Oct 31, 2023
2 parents b117150 + bfa4bf2 commit 956b7ae
Show file tree
Hide file tree
Showing 2 changed files with 66 additions and 0 deletions.
38 changes: 38 additions & 0 deletions styles/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -67,3 +67,41 @@ div[class*='-up'] .con-block.has-bg.text-block.text-list,
.caas-spacing-m {
min-height: 500px;
}

/* Section metadata fix */
main > .section[class*='-up'] > .content {
max-width: initial;
margin: 0;
}

main .section[class*='grid-width-'] {
padding-left: unset;
padding-right: unset;
display: block;
}

main .section.two-up,
main .section.three-up,
main .section.four-up,
main .section.five-up {
display: grid;
padding-left: var(--grid-margins-width);
padding-right: var(--grid-margins-width);
}

@media screen and (min-width: 1200px) {
main .section.grid-width-10 {
padding-left: var(--grid-margins-width-10);
padding-right: var(--grid-margins-width-10);
}

main .section.grid-width-8 {
padding-left: var(--grid-margins-width-8);
padding-right: var(--grid-margins-width-8);
}

main .section.grid-width-6 {
padding-left: var(--grid-margins-width-6);
padding-right: var(--grid-margins-width-6);
}
}
28 changes: 28 additions & 0 deletions tools/sidekick/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,16 @@
"passReferrer": true,
"includePaths": [ "**.xlsx**" ]
},
{
"containerId": "tools",
"id": "localize-2",
"title": "Localize (V2)",
"environments": [ "edit" ],
"url": "https://main--bacom--adobecom.hlx.page/tools/loc?milolibs=locui",
"passReferrer": true,
"passConfig": true,
"includePaths": [ "**.xlsx**" ]
},
{
"containerId": "tools",
"title": "Send to CaaS",
Expand Down Expand Up @@ -81,6 +91,24 @@
"passConfig": true,
"paletteRect": "top: auto; bottom: 20px; left: 20px; height: 498px; width: 460px;",
"includePaths": [ "**.docx**", "**.xlsx**" ]
},
{
"containerId": "tools",
"id": "caas-configurator",
"title": "CaaS Configurator",
"environments": [ "edit", "preview", "dev" ],
"url": "https://milo.adobe.com/tools/caas",
"isPalette": false,
"includePaths": [ "**.docx**"]
},
{
"containerId": "tools",
"id": "faas-configurator",
"title": "FaaS Configurator",
"environments": [ "edit", "preview", "dev" ],
"url": "https://milo.adobe.com/tools/faas",
"isPalette": false,
"includePaths": [ "**.docx**"]
}
]
}

0 comments on commit 956b7ae

Please sign in to comment.