blob: 89496b1b3241035d9930d714de0cd9b10dd63ea7 [file] [log] [blame]
hebasta75cfca52019-02-19 13:15:27 +01001@import "../util";
2
Akron7e5afce2020-08-25 15:50:19 +02003/**
4 * Styles overriding introJS styles
5 */
6
hebasta75cfca52019-02-19 13:15:27 +01007.introjs-helperLayer {
hebastaa84c7a92021-10-26 21:12:40 +02008 background-color: transparent;
Akron7e5afce2020-08-25 15:50:19 +02009}
hebastaa84c7a92021-10-26 21:12:40 +020010
11.introjs-tooltip{
12 max-width: 500px;
13 min-width: 400px;
14}
15
16.customTooltip .introjs-tooltip-title {
17 font-size: 12pt;
Helgeaf9648c2024-11-11 13:58:07 +010018 padding-top: 5px;
hebastaa84c7a92021-10-26 21:12:40 +020019 white-space: nowrap;
Akron7e5afce2020-08-25 15:50:19 +020020}
hebastaca61f812019-11-11 22:25:27 +010021
hebasta1e2d98e2019-10-30 15:58:17 +010022
23.tgreeting {
hebastaa84c7a92021-10-26 21:12:40 +020024 color: $darkest-orange;
25 }