blob: 44b3ff6cb4593b95b11e627bdb6fa04dfb429c05 [file] [log] [blame]
Akron7636edf2025-11-04 12:44:53 +01001@use "../util";
2@use "../base/colors";
hebasta75cfca52019-02-19 13:15:27 +01003
Akron7e5afce2020-08-25 15:50:19 +02004/**
5 * Styles overriding introJS styles
6 */
7
hebasta75cfca52019-02-19 13:15:27 +01008.introjs-helperLayer {
hebastaa84c7a92021-10-26 21:12:40 +02009 background-color: transparent;
Akron7e5afce2020-08-25 15:50:19 +020010}
hebastaa84c7a92021-10-26 21:12:40 +020011
12.introjs-tooltip{
13 max-width: 500px;
14 min-width: 400px;
15}
16
17.customTooltip .introjs-tooltip-title {
18 font-size: 12pt;
Helgeaf9648c2024-11-11 13:58:07 +010019 padding-top: 5px;
hebastaa84c7a92021-10-26 21:12:40 +020020 white-space: nowrap;
Akron7e5afce2020-08-25 15:50:19 +020021}
hebastaca61f812019-11-11 22:25:27 +010022
hebasta1e2d98e2019-10-30 15:58:17 +010023
24.tgreeting {
Akron7636edf2025-11-04 12:44:53 +010025 color: colors.$darkest-orange;
hebastaa84c7a92021-10-26 21:12:40 +020026 }