mirror of
https://github.com/plausible/analytics.git
synced 2024-12-23 09:33:19 +03:00
e2456ee215
* Removes outdated precommit scripts * Updates eslint, prettier, stylelint and their configurations: turns on plugins that were installed but off * Fixes stylelint errors * Applies prettier to css files * Fixes new eslint errors * Updates lint script to include both stylelint and eslint
12 lines
217 B
CSS
12 lines
217 B
CSS
/* @format */
|
|
#chartjs-tooltip {
|
|
background-color: rgb(25 30 56);
|
|
position: absolute;
|
|
font-size: 14px;
|
|
font-style: normal;
|
|
padding: 10px 12px;
|
|
pointer-events: none;
|
|
border-radius: 5px;
|
|
z-index: 100;
|
|
}
|