Skip to content

Instantly share code, notes, and snippets.

@bhubbard
Created November 27, 2023 19:36
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save bhubbard/bddf1803d9bec855285334047ce03254 to your computer and use it in GitHub Desktop.
Save bhubbard/bddf1803d9bec855285334047ce03254 to your computer and use it in GitHub Desktop.
css for osano
/* Target the main dialog */
.osano-cm-info-dialog__info {
/* Your styles here */
}
/* Target the header of the dialog */
.osano-cm-info__info-dialog-header {
/* Your styles here */
}
/* Target the close button in the header */
.osano-cm-info-dialog-header__close {
/* Your styles here */
}
/* Target the views section */
.osano-cm-info__info-views {
/* Your styles here */
}
/* Target the active view with type consent */
.osano-cm-view--active.osano-cm-view--type_consent {
/* Your styles here */
}
/* Target the description paragraphs within the view */
.osano-cm-view__description {
/* Your styles here */
}
/* Target the links within the description */
.osano-cm-content__link {
/* Your styles here */
}
/* Target the list items within the view */
.osano-cm-list__list-item {
/* Your styles here */
}
/* Target the toggle switches */
.osano-cm-toggle__input {
/* Your styles here */
}
/* Target the labels for the toggle switches */
.osano-cm-toggle__label {
/* Your styles here */
}
/* Target the disclosure sections */
.osano-cm-disclosure {
/* Your styles here */
}
/* Target the disclosure toggle buttons */
.osano-cm-disclosure__toggle {
/* Your styles here */
}
/* Target the lists within the disclosure sections */
.osano-cm-disclosure__list {
/* Your styles here */
}
/* Target the "Save" button */
.osano-cm-save {
/* Your styles here */
}
/* Target the "Powered by Osano" link */
.osano-cm-powered-by__link {
/* Your styles here */
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment