blob: 84b7adc4dce00332176348657b1199353b25f6aa [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;
18 padding: 20px;
19 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 }