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/mobile/app/styles/introjs.scss
2016-10-18 10:19:52 -07:00

22 lines
304 B
SCSS

.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;
}