Created
June 26, 2014 09:25
-
-
Save LukyVj/9f490d01e937bb9fb38f to your computer and use it in GitHub Desktop.
Neutral intro.js stylesheet
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@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 { | |
} | |
} | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Good job.