This repository has been archived on 2026-04-30. You can view files and clone it, but cannot push or open issues or pull requests.
huegasm/web/app/styles/introjs.scss

24 lines
No EOL
333 B
SCSS

@import 'huegasm-variables';
.introjs-overlay {
background: black;
}
#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;
}