UNPKG

guides

Version:

Simple way to highlighting DOM elements and guide your users with step-by-step welcome tours in your web app.

17 lines (14 loc) 266 B
/* line 1, screen.scss */ html, body { min-height: 100%; position: relative; } /* line 5, screen.scss */ h3 { background: #FFF; border-radius: 2px; } /* line 9, screen.scss */ .navbar-brand.guides-current-element { background: #dfdfdf; }