Skip to content

Instantly share code, notes, and snippets.

@jcayouette
Created September 6, 2019 09:30
Show Gist options
  • Save jcayouette/e71d40b10149d1c9f9b284b9e1fa9ec3 to your computer and use it in GitHub Desktop.
Save jcayouette/e71d40b10149d1c9f9b284b9e1fa9ec3 to your computer and use it in GitHub Desktop.
.tippy-tooltip.light-theme {
color: #fff;
box-shadow: 0 0 20px 4px rgba(154, 161, 177, .15),
0 4px 80px -8px rgba(36, 40, 47, .25),
0 4px 4px -2px rgba(91, 94, 105, .15);
background-color: #25BBBF;
}
.tippy-tooltip.light-theme[x-placement^=top] .tippy-arrow {
border-top: 8px solid #25BBBF;
border-right: 8px solid transparent;
border-left: 8px solid transparent
}
.tippy-tooltip.light-theme[x-placement^=bottom] .tippy-arrow {
border-bottom: 8px solid #25BBBF;
border-right: 8px solid transparent;
border-left: 8px solid transparent;
}
.tippy-tooltip.light-theme[x-placement^=left] .tippy-arrow {
border-left: 8px solid #25BBBF;
border-top: 8px solid transparent;
border-bottom: 8px solid transparent
}
.tippy-tooltip.light-theme[x-placement^=right] .tippy-arrow {
border-right: 8px solid #25BBBF;
border-top: 8px solid transparent;
border-bottom: 8px solid transparent
}
.tippy-tooltip.light-theme .tippy-backdrop {
background-color: #25BBBF;
}
.tippy-tooltip.light-theme .tippy-roundarrow {
fill: #25BBBF;
}
.tippy-tooltip.light-theme[data-animatefill] {
background-color: initial
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment