1
0
mirror of https://github.com/github/choosealicense.com synced 2024-06-09 20:49:51 +02:00
choosealicense.com/assets/vendor/hint.css/src/hint-theme.scss
2023-08-27 14:15:54 +05:00

16 lines
277 B
SCSS

/**
* source: hint-theme.scss
*
* Defines basic theme for tooltips.
*
*/
[class*="#{$hintPrefix}"] {
/**
* tooltip body
*/
&:after {
text-shadow: 0 -1px 0px darken($hintDefaultColor, $hintTextShadowDarkenAmount);
box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.3);
}
}