Skip to content

Commit

Permalink
🪟 🎨 Adapt Osano banner to new UI (#19029)
Browse files Browse the repository at this point in the history
  • Loading branch information
letiescanciano authored Nov 7, 2022
1 parent 8969824 commit 3aacda4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion airbyte-webapp/src/utils/dataPrivacy.ts
Original file line number Diff line number Diff line change
Expand Up @@ -61,8 +61,9 @@ export const loadOsano = (): void => {
style.appendChild(
document.createTextNode(`
.osano-cm-widget { display: none; }
.osano-cm-dialog__close { display: none; }
.osano-cm-button--type_denyAll { display: none; }
.osano-cm-button--type_manage { background-color: inherit; border: 1px inherit; font-weight: 200; }`)
.osano-cm-button--type_manage { background-color: inherit; border: 1px #1a194d solid; color: #1a194d; font-weight: 200; }`)
);
document.head.appendChild(style);

Expand Down

0 comments on commit 3aacda4

Please sign in to comment.