Skip to content

Commit

Permalink
chore: remove osano styles
Browse files Browse the repository at this point in the history
  • Loading branch information
pepopowitz committed Dec 12, 2024
1 parent c7a9f9b commit 069bb04
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 54 deletions.
2 changes: 1 addition & 1 deletion docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -328,7 +328,7 @@ module.exports = {
href: "https://legal.camunda.com/privacy-and-data-protection",
},
{
html: `<a class="osano-footer-link-docu" href="#" onclick="Osano.cm.showDrawer('osano-cm-dom-info-dialog-open')">Cookie Preferences</a>`,
html: `<a class="footer__link-item" href="#" onclick="Osano.cm.showDrawer('osano-cm-dom-info-dialog-open')">Cookie Preferences</a>`,
},
{
label: "Licenses",
Expand Down
53 changes: 0 additions & 53 deletions src/css/custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -87,65 +87,12 @@ body {
transition: all 0.3s ease;
}

.osano-footer-link-docu {
color: var(--ifm-color-link-footer);
}

.hero--secondary {
background-color: #14d890;
background-size: 100%;
color: #000;
}

/* Osano Styles */
.osano-cm-widget {
display: none;
}
.osano-cm-widget:focus,
.osano-cm-widget:hover {
opacity: 1;
transform: none;
}
.osano-cm-widget:active {
transform: translateY(1px);
}
div.osano-cm-info__info-views.osano-cm-info-views.osano-cm-info-views--position_0
> div
> ul
> li:last-of-type {
display: none;
}
.osano-cm-button--type_accept {
border-radius: 30px;
border: 1px solid #000000;
}
.osano-cm-button--type_deny {
border-radius: 30px;
}
.osano-cm-button--type_save {
color: #434343;
background-color: #f7f7f7;
border-radius: 30px;
border: 1px solid #434343;
}
.osano-cm-button--type_denyAll {
color: #434343;
background-color: #f7f7f7;
border-radius: 30px;
border: 1px solid #434343;
}
.osano-cm-button--type_deny:hover {
color: #434343;
}
.osano-cm-button--type_denyAll:hover {
color: #434343;
background-color: #e6e6e6;
}
.osano-cm-button--type_save:hover {
color: #434343;
background-color: #e6e6e6;
}

/* style SVG images of the BPMN coverage page */
svg.implemented [fill="#333"] {
fill: #11c399;
Expand Down

0 comments on commit 069bb04

Please sign in to comment.