hebasta | 75cfca5 | 2019-02-19 13:15:27 +0100 | [diff] [blame] | 1 | @import "../util"; |
| 2 | |
Akron | 7e5afce | 2020-08-25 15:50:19 +0200 | [diff] [blame] | 3 | /** |
| 4 | * Styles overriding introJS styles |
| 5 | */ |
| 6 | |
hebasta | 75cfca5 | 2019-02-19 13:15:27 +0100 | [diff] [blame] | 7 | .introjs-helperLayer { |
Akron | 7e5afce | 2020-08-25 15:50:19 +0200 | [diff] [blame] | 8 | background-color: transparent; |
| 9 | } |
hebasta | 1e2d98e | 2019-10-30 15:58:17 +0100 | [diff] [blame] | 10 | |
Akron | 7e5afce | 2020-08-25 15:50:19 +0200 | [diff] [blame] | 11 | .introjs-tooltip.gTstartSearch { |
| 12 | max-width: 500px; |
| 13 | } |
hebasta | ca61f81 | 2019-11-11 22:25:27 +0100 | [diff] [blame] | 14 | |
hebasta | 1e2d98e | 2019-10-30 15:58:17 +0100 | [diff] [blame] | 15 | |
| 16 | .tgreeting { |
Akron | 7e5afce | 2020-08-25 15:50:19 +0200 | [diff] [blame] | 17 | font-weight: bold; |
| 18 | color: $darkest-orange; |
| 19 | } |
hebasta | 1e2d98e | 2019-10-30 15:58:17 +0100 | [diff] [blame] | 20 | |
Akron | 7e5afce | 2020-08-25 15:50:19 +0200 | [diff] [blame] | 21 | .pfirstStep { |
| 22 | width: 500px; |
| 23 | } |
hebasta | ca61f81 | 2019-11-11 22:25:27 +0100 | [diff] [blame] | 24 | |
| 25 | .introjs-donebutton { |
Akron | 7e5afce | 2020-08-25 15:50:19 +0200 | [diff] [blame] | 26 | float: right; |
| 27 | margin-left: 5px; |
| 28 | } |
hebasta | ca61f81 | 2019-11-11 22:25:27 +0100 | [diff] [blame] | 29 | |
Akron | 7e5afce | 2020-08-25 15:50:19 +0200 | [diff] [blame] | 30 | .introjs-skipbutton { |
| 31 | color: $black; |
| 32 | } |