Skip to content

Commit

Permalink
Docs: consistency between custom buttons, popovers and tooltips
Browse files Browse the repository at this point in the history
  • Loading branch information
julien-deramond authored and mdo committed Jun 3, 2023
1 parent 7a42268 commit 6e49236
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions site/assets/scss/_component-examples.scss
Original file line number Diff line number Diff line change
Expand Up @@ -220,15 +220,16 @@

// scss-docs-start custom-tooltip
.custom-tooltip {
--bs-tooltip-bg: var(--bs-primary);
--bs-tooltip-bg: var(--bd-violet-bg);
--bs-tooltip-color: var(--bs-white);
}
// scss-docs-end custom-tooltip

// scss-docs-start custom-popovers
.custom-popover {
--bs-popover-max-width: 200px;
--bs-popover-border-color: var(--bs-primary);
--bs-popover-header-bg: var(--bs-primary);
--bs-popover-border-color: var(--bd-violet-bg);
--bs-popover-header-bg: var(--bd-violet-bg);
--bs-popover-header-color: var(--bs-white);
--bs-popover-body-padding-x: 1rem;
--bs-popover-body-padding-y: .5rem;
Expand Down

0 comments on commit 6e49236

Please sign in to comment.