30 lines
No EOL
400 B
SCSS
30 lines
No EOL
400 B
SCSS
@import 'variables';
|
|
|
|
.introjs-overlay {
|
|
background: black;
|
|
}
|
|
|
|
.introjs-helperNumberLayer {
|
|
padding: 0;
|
|
width: 23px;
|
|
height: 23px;
|
|
}
|
|
|
|
#settings.introjs-fixParent{
|
|
position: inherit !important;
|
|
}
|
|
|
|
.introjs-tooltip {
|
|
color: black;
|
|
}
|
|
|
|
.introjs-skipbutton{
|
|
color: $secondaryThemeColor;
|
|
}
|
|
|
|
.introjs-bullets ul li a.active {
|
|
position: relative;
|
|
height: 10px;
|
|
width: 10px;
|
|
top: -2px;
|
|
} |