Skip to content

Instantly share code, notes, and snippets.

@LukyVj
Created June 26, 2014 09:25
Show Gist options
  • Save LukyVj/9f490d01e937bb9fb38f to your computer and use it in GitHub Desktop.
Save LukyVj/9f490d01e937bb9fb38f to your computer and use it in GitHub Desktop.
Neutral intro.js stylesheet
@charset "UTF-8";
.introjs-overlay {
}
.introjs-showElement {
}
.introjs-showElement {
&.btn.dropdown-toggle {
}
}
.introjs-helperNumberLayer {
}
.introjs-arrow {
}
.introjs-arrow.top {
}
.introjs-tooltip {
.introjs-tooltiptext {
p {
}
h2 {
}
ul {
li {
strong {
}
}
}
}
}
.introjs-button {
&:hover,&:active,&:focus {
}
}
// Remove the original buttons, and make the icons visible
.introjs-tooltip {
[class*="button"] {
i {
}
&:hover {
}
}
.introjs-disabled {
&:hover {
}
}
.introjs-skipbutton {
&:hover {
}
}
}
/* Steps (specific styling if necessarry )
--------------------------------------------------------------------------------*/
.introjs-tooltip {
&.step-1 {
}
&.step-2 {
}
&.step-3 {
}
&.step-4 {
.introjs-arrow.top {
}
}
}
/* Form
----------------------------------------------------------------------------------*/
.introjs-tooltip {
.intro-dont-show {
}
}
@afshinm
Copy link

afshinm commented Jun 27, 2014

Good job.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment