__ __ __ __ _____ _ _ _____ _ _ _ | \/ | \ \ / / | __ \ (_) | | / ____| | | | | | \ / |_ __\ V / | |__) | __ ___ ____ _| |_ ___ | (___ | |__ ___| | | | |\/| | '__|> < | ___/ '__| \ \ / / _` | __/ _ \ \___ \| '_ \ / _ \ | | | | | | |_ / . \ | | | | | |\ V / (_| | || __/ ____) | | | | __/ | | |_| |_|_(_)_/ \_\ |_| |_| |_| \_/ \__,_|\__\___| |_____/|_| |_|\___V 2.1 if you need WebShell for Seo everyday contact me on Telegram Telegram Address : @jackleetFor_More_Tools:
// Base class
.tooltip {
// scss-docs-start tooltip-css-vars
--#{$prefix}tooltip-zindex: #{$zindex-tooltip};
--#{$prefix}tooltip-max-width: #{$tooltip-max-width};
--#{$prefix}tooltip-padding-x: #{$tooltip-padding-x};
--#{$prefix}tooltip-padding-y: #{$tooltip-padding-y};
--#{$prefix}tooltip-margin: #{$tooltip-margin};
@include rfs($tooltip-font-size, --#{$prefix}tooltip-font-size);
--#{$prefix}tooltip-color: #{$tooltip-color};
--#{$prefix}tooltip-bg: #{$tooltip-bg};
--#{$prefix}tooltip-border-radius: #{$tooltip-border-radius};
--#{$prefix}tooltip-opacity: #{$tooltip-opacity};
--#{$prefix}tooltip-arrow-width: #{$tooltip-arrow-width};
--#{$prefix}tooltip-arrow-height: #{$tooltip-arrow-height};
// scss-docs-end tooltip-css-vars
z-index: var(--#{$prefix}tooltip-zindex);
display: block;
margin: var(--#{$prefix}tooltip-margin);
@include deprecate("`$tooltip-margin`", "v5", "v5.x", true);
// Our parent element can be arbitrary since tooltips are by default inserted as a sibling of their target element.
// So reset our font and text properties to avoid inheriting weird values.
@include reset-text();
@include font-size(var(--#{$prefix}tooltip-font-size));
// Allow breaking very long words so they don't overflow the tooltip's bounds
word-wrap: break-word;
opacity: 0;
&.show { opacity: var(--#{$prefix}tooltip-opacity); }
.tooltip-arrow {
display: block;
width: var(--#{$prefix}tooltip-arrow-width);
height: var(--#{$prefix}tooltip-arrow-height);
&::before {
position: absolute;
content: "";
border-color: transparent;
border-style: solid;
}
}
}
.bs-tooltip-top .tooltip-arrow {
bottom: calc(-1 * var(--#{$prefix}tooltip-arrow-height)); // stylelint-disable-line function-disallowed-list
&::before {
top: -1px;
border-width: var(--#{$prefix}tooltip-arrow-height) calc(var(--#{$prefix}tooltip-arrow-width) * .5) 0; // stylelint-disable-line function-disallowed-list
border-top-color: var(--#{$prefix}tooltip-bg);
}
}
/* rtl:begin:ignore */
.bs-tooltip-end .tooltip-arrow {
left: calc(-1 * var(--#{$prefix}tooltip-arrow-height)); // stylelint-disable-line function-disallowed-list
width: var(--#{$prefix}tooltip-arrow-height);
height: var(--#{$prefix}tooltip-arrow-width);
&::before {
right: -1px;
border-width: calc(var(--#{$prefix}tooltip-arrow-width) * .5) var(--#{$prefix}tooltip-arrow-height) calc(var(--#{$prefix}tooltip-arrow-width) * .5) 0; // stylelint-disable-line function-disallowed-list
border-right-color: var(--#{$prefix}tooltip-bg);
}
}
/* rtl:end:ignore */
.bs-tooltip-bottom .tooltip-arrow {
top: calc(-1 * var(--#{$prefix}tooltip-arrow-height)); // stylelint-disable-line function-disallowed-list
&::before {
bottom: -1px;
border-width: 0 calc(var(--#{$prefix}tooltip-arrow-width) * .5) var(--#{$prefix}tooltip-arrow-height); // stylelint-disable-line function-disallowed-list
border-bottom-color: var(--#{$prefix}tooltip-bg);
}
}
/* rtl:begin:ignore */
.bs-tooltip-start .tooltip-arrow {
right: calc(-1 * var(--#{$prefix}tooltip-arrow-height)); // stylelint-disable-line function-disallowed-list
width: var(--#{$prefix}tooltip-arrow-height);
height: var(--#{$prefix}tooltip-arrow-width);
&::before {
left: -1px;
border-width: calc(var(--#{$prefix}tooltip-arrow-width) * .5) 0 calc(var(--#{$prefix}tooltip-arrow-width) * .5) var(--#{$prefix}tooltip-arrow-height); // stylelint-disable-line function-disallowed-list
border-left-color: var(--#{$prefix}tooltip-bg);
}
}
/* rtl:end:ignore */
.bs-tooltip-auto {
&[data-popper-placement^="top"] {
@extend .bs-tooltip-top;
}
&[data-popper-placement^="right"] {
@extend .bs-tooltip-end;
}
&[data-popper-placement^="bottom"] {
@extend .bs-tooltip-bottom;
}
&[data-popper-placement^="left"] {
@extend .bs-tooltip-start;
}
}
// Wrapper for the tooltip content
.tooltip-inner {
max-width: var(--#{$prefix}tooltip-max-width);
padding: var(--#{$prefix}tooltip-padding-y) var(--#{$prefix}tooltip-padding-x);
color: var(--#{$prefix}tooltip-color);
text-align: center;
background-color: var(--#{$prefix}tooltip-bg);
@include border-radius(var(--#{$prefix}tooltip-border-radius));
}
| Name | Type | Size | Permission | Actions |
|---|---|---|---|---|
| forms | Folder | 0775 |
|
|
| helpers | Folder | 0775 |
|
|
| mixins | Folder | 0775 |
|
|
| utilities | Folder | 0775 |
|
|
| vendor | Folder | 0775 |
|
|
| _accordion.scss | File | 4.93 KB | 0664 |
|
| _alert.scss | File | 2.02 KB | 0664 |
|
| _badge.scss | File | 1.09 KB | 0664 |
|
| _breadcrumb.scss | File | 1.71 KB | 0664 |
|
| _button-group.scss | File | 3.4 KB | 0664 |
|
| _buttons.scss | File | 6.89 KB | 0664 |
|
| _card.scss | File | 6.76 KB | 0664 |
|
| _carousel.scss | File | 5.85 KB | 0664 |
|
| _close.scss | File | 2.03 KB | 0664 |
|
| _containers.scss | File | 1.17 KB | 0664 |
|
| _dropdown.scss | File | 7.9 KB | 0664 |
|
| _forms.scss | File | 256 B | 0664 |
|
| _functions.scss | File | 10.31 KB | 0664 |
|
| _grid.scss | File | 683 B | 0664 |
|
| _helpers.scss | File | 353 B | 0664 |
|
| _images.scss | File | 1.13 KB | 0664 |
|
| _list-group.scss | File | 6.74 KB | 0664 |
|
| _maps.scss | File | 5.86 KB | 0664 |
|
| _mixins.scss | File | 875 B | 0664 |
|
| _modal.scss | File | 7.61 KB | 0664 |
|
| _nav.scss | File | 5.09 KB | 0664 |
|
| _navbar.scss | File | 8.94 KB | 0664 |
|
| _offcanvas.scss | File | 4.67 KB | 0664 |
|
| _pagination.scss | File | 3.85 KB | 0664 |
|
| _placeholders.scss | File | 859 B | 0664 |
|
| _popover.scss | File | 6.75 KB | 0664 |
|
| _progress.scss | File | 1.98 KB | 0664 |
|
| _reboot.scss | File | 12.31 KB | 0664 |
|
| _root.scss | File | 6.76 KB | 0664 |
|
| _spinners.scss | File | 2.39 KB | 0664 |
|
| _tables.scss | File | 4.83 KB | 0664 |
|
| _toasts.scss | File | 2.43 KB | 0664 |
|
| _tooltip.scss | File | 4.18 KB | 0664 |
|
| _transitions.scss | File | 425 B | 0664 |
|
| _type.scss | File | 1.39 KB | 0664 |
|
| _utilities.scss | File | 18.78 KB | 0664 |
|
| _variables-dark.scss | File | 5.29 KB | 0664 |
|
| _variables.scss | File | 74.72 KB | 0664 |
|
| bootstrap-grid.scss | File | 1.16 KB | 0664 |
|
| bootstrap-reboot.scss | File | 189 B | 0664 |
|
| bootstrap-utilities.scss | File | 306 B | 0664 |
|
| bootstrap.scss | File | 938 B | 0664 |
|