Browse code

Update

Benjamin Roth authored on17/03/2023 09:52:56
Showing1 changed files
1 1
new file mode 100644
... ...
@@ -0,0 +1,14 @@
1
+.tooltip {
2
+  --bs-tooltip-zindex: #{$zindex-tooltip};
3
+  --bs-tooltip-max-width: #{$tooltip-max-width};
4
+  --bs-tooltip-padding-x: #{$tooltip-padding-x};
5
+  --bs-tooltip-padding-y: #{$tooltip-padding-y};
6
+  --bs-tooltip-margin: #{$tooltip-margin};
7
+  @include rfs($tooltip-font-size, --bs-tooltip-font-size);
8
+  --bs-tooltip-color: #{$tooltip-color};
9
+  --bs-tooltip-bg: var(--bs-primary);
10
+  --bs-tooltip-border-radius: #{$tooltip-border-radius};
11
+  --bs-tooltip-opacity: #{$tooltip-opacity};
12
+  --bs-tooltip-arrow-width: #{$tooltip-arrow-width};
13
+  --bs-tooltip-arrow-height: #{$tooltip-arrow-height};
14
+}