Skip to content

Commit d0b6d6e

Browse files
author
Yaron Nachshon
committed
arrow
1 parent 6dfddfb commit d0b6d6e

File tree

2 files changed

+5
-95
lines changed

2 files changed

+5
-95
lines changed

introjs.min.css

Lines changed: 1 addition & 81 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

introjs.scss

Lines changed: 4 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
// @include arrow(top, #000, 50px);
1010
// }
1111

12-
$arrow-size-border: 10px;
12+
$arrow-size-border: 8px;
1313
$arrow-size: $arrow-size-border * 2;
1414

1515
@mixin arrow($direction, $color, $size){
@@ -55,18 +55,8 @@ $arrow-size: $arrow-size-border * 2;
5555
width: $hint-size;
5656
height: $hint-size;
5757
z-index: 1100;
58-
59-
60-
> .intro-circle {
61-
background: #FF3B3B;
62-
box-shadow: 0 0 1px 13px #FF7B7B;
63-
border-radius: 10000px;
64-
width: $hint-size;
65-
height: $hint-size;
66-
pointer-events: none;
67-
}
68-
69-
58+
pointer-events: none;
59+
background: #FF3B3B;
7060
}
7161
.intro-tooltip {
7262
position: absolute;
@@ -133,7 +123,7 @@ $arrow-size: $arrow-size-border * 2;
133123
//}
134124
}
135125
.intro-element {
136-
z-index: 1100 !important;
126+
z-index: 110000 !important;
137127
}
138128

139129
.intro-backdrop {

0 commit comments

Comments
 (0)