Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: remove osano styles #4767

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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>`,
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this is the CSS class that all the other footer links are using, which looks the same.

},
{
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
Loading