Skip to content
This repository was archived by the owner on Mar 4, 2025. It is now read-only.

Commit 82ae450

Browse files
author
Nick Litwin
committed
Add intro js css
1 parent 8721468 commit 82ae450

File tree

1 file changed

+20
-1
lines changed

1 file changed

+20
-1
lines changed

assets/css/topcoder.scss

Lines changed: 20 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@ body {
1919
height: 100%;
2020
}
2121

22-
2322
.fold-wrapper {
2423
min-height: 100%;
2524
@media only screen and (min-width : 992px) {
@@ -215,3 +214,23 @@ a {
215214
width: 100%;
216215
}
217216
}
217+
218+
219+
// Intro JS
220+
221+
.introjs-overlay {
222+
background: rgba(239,239,239,0.60);
223+
background-image: linear-gradient(-180deg, rgba(255,255,255,0.05) 0%, rgba(0,0,0,0.05) 100%);
224+
}
225+
226+
.introjs-helperLayer {
227+
background: #FFFFFF;
228+
border: 1px solid #85CCFF;
229+
box-shadow: 0px 0px 4px 0px rgba(0,150,255,0.20); border-radius: 6px;
230+
}
231+
232+
.introjs-helperNumberLayer {
233+
background: #0096FF;
234+
border: 3px solid #FFFFFF;
235+
box-shadow: 0px 1px 4px 0px rgba(0,0,0,0.20);
236+
}

0 commit comments

Comments
 (0)