feat(frontend): replace non-working bootstrap tooltips with tippy.js
This commit is contained in:
parent
004111feb6
commit
b6d42fb15d
6 changed files with 51 additions and 12 deletions
|
@ -29,6 +29,15 @@
|
|||
white-space: pre-line;
|
||||
}
|
||||
|
||||
// Make tippy tooltips look like bootstrap's
|
||||
.tippy-box {
|
||||
padding: bootstrap.$spacer * 0.25 bootstrap.$spacer * 0.5;
|
||||
opacity: 0.9;
|
||||
color: var(--bs-body-bg);
|
||||
background-color: var(--bs-emphasis-color);
|
||||
border-radius: var(--bs-border-radius);
|
||||
}
|
||||
|
||||
// Add breakpoint-dependent w-{size} utilities
|
||||
// Source: https://stackoverflow.com/questions/47760132/any-way-to-get-breakpoint-specific-width-classes
|
||||
@each $breakpoint in map-keys(bootstrap.$grid-breakpoints) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue