blob: 01c751ef2b7e14f20220051ee55cc94260c8373e [file] [log] [blame]
hebasta75cfca52019-02-19 13:15:27 +01001@import "../util";
2
hebasta75cfca52019-02-19 13:15:27 +01003.introjs-helperLayer {
4 background-color:transparent;
hebastaca61f812019-11-11 22:25:27 +01005 }
hebasta1e2d98e2019-10-30 15:58:17 +01006
7.introjs-tooltip.gTstartSearch{
8 max-width: 500px;
hebastaca61f812019-11-11 22:25:27 +01009 }
10
hebasta1e2d98e2019-10-30 15:58:17 +010011
12.tgreeting {
13 font-weight: bold;
14 color: $darkest-orange;
hebastaca61f812019-11-11 22:25:27 +010015 }
hebasta1e2d98e2019-10-30 15:58:17 +010016
17.pfirstStep{
18 width: 500px;
hebastaca61f812019-11-11 22:25:27 +010019 }
20
21.introjs-donebutton {
22 float: right;
23 margin-left: 5px;
24 }
25
26.introjs-skipbutton{
27 color: $black;
28 }