diff --git a/index.html b/index.html index 6e64060..acc030f 100644 --- a/index.html +++ b/index.html @@ -8,7 +8,7 @@ - + @@ -111,21 +111,21 @@
---multiline-max-width: 250px; ---tooltip-background-color: rgba(0, 0, 0, 0.8); ---tooltip-color: #fff; ---tooltip-padding: 5px 8px; ---tooltip-border-radius: 4px; ---tooltip-font-size: 0.7rem; ---tooltip-zIndex: 9000; ---tooltip-content: aria-label; + --multiline-max-width: 250px; + --tooltip-background-color: rgba(0, 0, 0, 0.8); + --tooltip-color: #fff; + --tooltip-padding: 5px 8px; + --tooltip-border-radius: 4px; + --tooltip-font-size: 0.7rem; + --tooltip-zIndex: 9000; + --tooltip-content: aria-label;
-.tooltip--red { - --tooltip-background-color: red; -} + .tooltip--red { + --tooltip-background-color: red; + }I have a custom tooltip @@ -134,11 +134,11 @@
-.tooltip--big { - --tooltip-background-color: #222; - --tooltip-padding: 8px 12px; - --tooltip-font-size: 1rem; -} + .tooltip--big { + --tooltip-background-color: #222; + --tooltip-padding: 8px 12px; + --tooltip-font-size: 1rem; + }I have a big tooltip @@ -147,9 +147,9 @@
-.tooltip--href { - --tooltip-content: href; -} + .tooltip--href { + --tooltip-content: href; + }I have a tooltip with a link