blob: d97013a3ab64fe40b063f730d5a6486b56de5c41 [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 {
Akron7e5afce2020-08-25 15:50:19 +02008 background-color: transparent;
9}
hebasta1e2d98e2019-10-30 15:58:17 +010010
Akron7e5afce2020-08-25 15:50:19 +020011.introjs-tooltip.gTstartSearch {
12 max-width: 500px;
13}
hebastaca61f812019-11-11 22:25:27 +010014
hebasta1e2d98e2019-10-30 15:58:17 +010015
16.tgreeting {
Akron7e5afce2020-08-25 15:50:19 +020017 font-weight: bold;
18 color: $darkest-orange;
19}
hebasta1e2d98e2019-10-30 15:58:17 +010020
Akron7e5afce2020-08-25 15:50:19 +020021.pfirstStep {
22 width: 500px;
23}
hebastaca61f812019-11-11 22:25:27 +010024
25.introjs-donebutton {
Akron7e5afce2020-08-25 15:50:19 +020026 float: right;
27 margin-left: 5px;
28}
hebastaca61f812019-11-11 22:25:27 +010029
Akron7e5afce2020-08-25 15:50:19 +020030.introjs-skipbutton {
31 color: $black;
32}