22 lines
312 B
SCSS
22 lines
312 B
SCSS
.introjs-overlay {
|
|
background: $blackish;
|
|
}
|
|
|
|
#settings.introjs-fixParent {
|
|
position: inherit !important;
|
|
}
|
|
|
|
.introjs-tooltip {
|
|
color: $blackish;
|
|
}
|
|
|
|
.introjs-skipbutton {
|
|
color: $secondaryThemeColor;
|
|
}
|
|
|
|
.introjs-bullets ul li a.active {
|
|
position: relative;
|
|
height: 10px;
|
|
width: 10px;
|
|
top: -2px;
|
|
}
|