This repository has been archived on 2021-11-24. You can view files and clone it, but cannot push or open issues or pull requests.
2021-08-23 10:26:02 +02:00

11 lines
156 B
SCSS

//
// Tooltip
//
.tooltip-inner {
font-size: $tooltip-font-size;
color: inherit;
box-shadow: 0px 5px 25px 0px rgba(0, 0, 0, 0.2);
}