forked from DaftMonk/angular-tour
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
0 parents
commit 3e75471
Showing
21 changed files
with
1,903 additions
and
0 deletions.
There are no files selected for viewing
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
# EditorConfig helps developers define and maintain consistent | ||
# coding styles between different editors and IDEs | ||
# editorconfig.org | ||
|
||
root = true | ||
|
||
|
||
[*] | ||
|
||
# Change these settings to your own preference | ||
indent_style = space | ||
indent_size = 2 | ||
|
||
# We recommend you to keep these unchanged | ||
end_of_line = lf | ||
charset = utf-8 | ||
trim_trailing_whitespace = true | ||
insert_final_newline = true | ||
|
||
[*.md] | ||
trim_trailing_whitespace = false |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
.idea | ||
node_modules | ||
coverage | ||
bower_components |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,34 @@ | ||
{ | ||
"node": true, | ||
"browser": true, | ||
"esnext": true, | ||
"bitwise": true, | ||
"camelcase": false, | ||
"curly": false, | ||
"eqeqeq": true, | ||
"immed": true, | ||
"indent": 2, | ||
"latedef": true, | ||
"newcap": true, | ||
"noarg": true, | ||
"quotmark": "single", | ||
"regexp": true, | ||
"undef": true, | ||
"unused": false, | ||
"strict": true, | ||
"trailing": true, | ||
"smarttabs": true, | ||
"globals": { | ||
"angular": false, | ||
"after": false, | ||
"afterEach": false, | ||
"before": false, | ||
"beforeEach": false, | ||
"browser": false, | ||
"describe": false, | ||
"expect": false, | ||
"inject": false, | ||
"it": false, | ||
"spyOn": false | ||
} | ||
} |
Binary file not shown.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,252 @@ | ||
@media -sass-debug-info { | ||
filename { | ||
font-family: file\:\/\/C\:\/Users\/Tyler\/JSworkspace\/angular-tour\/src\/tour\/tour\.scss; | ||
} | ||
|
||
line { | ||
font-family: \000031; | ||
} | ||
} | ||
|
||
.tour-tip { | ||
display: none; | ||
position: absolute; | ||
background: #1C252E; | ||
color: #FFF; | ||
z-index: 101; | ||
top: 0; | ||
left: 2.5%; | ||
font-family: inherit; | ||
font-weight: 400; | ||
width: 95%; | ||
max-width: 800px; | ||
border-radius: 10px; | ||
} | ||
|
||
@media -sass-debug-info { | ||
filename { | ||
font-family: file\:\/\/C\:\/Users\/Tyler\/JSworkspace\/angular-tour\/src\/tour\/tour\.scss; | ||
} | ||
|
||
line { | ||
font-family: \0000314; | ||
} | ||
} | ||
|
||
.tour-tip p { | ||
color: #CBD0D4; | ||
font-size: 1.125em; | ||
line-height: 1.3; | ||
margin: 0 0 1.125em; | ||
} | ||
|
||
@media -sass-debug-info { | ||
filename { | ||
font-family: file\:\/\/C\:\/Users\/Tyler\/JSworkspace\/angular-tour\/src\/tour\/tour\.scss; | ||
} | ||
|
||
line { | ||
font-family: \0000320; | ||
} | ||
} | ||
|
||
.tour-tip button, | ||
.tour-tip .button { | ||
background-color: #18AF90; | ||
box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5) inset; | ||
transition: background-color 300ms ease-out; | ||
cursor: pointer; | ||
font-family: inherit; | ||
font-weight: 700; | ||
line-height: 1; | ||
position: relative; | ||
text-decoration: none; | ||
text-align: center; | ||
display: inline-block; | ||
font-size: 1em; | ||
color: #FFF; | ||
border-style: solid; | ||
border-width: 0; | ||
margin: 0 0 1.25em; | ||
padding: .75em 1.5em .8125em; | ||
border-radius: 8px; | ||
} | ||
|
||
@media -sass-debug-info { | ||
filename { | ||
font-family: file\:\/\/C\:\/Users\/Tyler\/JSworkspace\/angular-tour\/src\/tour\/tour\.scss; | ||
} | ||
|
||
line { | ||
font-family: \0000339; | ||
} | ||
} | ||
|
||
.tour-tip button small, | ||
.tour-tip .button small { | ||
padding-top: .625em; | ||
padding-bottom: .5625em; | ||
-webkit-appearance: none; | ||
} | ||
|
||
@media -sass-debug-info { | ||
filename { | ||
font-family: file\:\/\/C\:\/Users\/Tyler\/JSworkspace\/angular-tour\/src\/tour\/tour\.scss; | ||
} | ||
|
||
line { | ||
font-family: \0000344; | ||
} | ||
} | ||
|
||
.tour-tip button:hover, | ||
.tour-tip .button:hover { | ||
background-color: #0892af; | ||
} | ||
|
||
@media -sass-debug-info { | ||
filename { | ||
font-family: file\:\/\/C\:\/Users\/Tyler\/JSworkspace\/angular-tour\/src\/tour\/tour\.scss; | ||
} | ||
|
||
line { | ||
font-family: \0000348; | ||
} | ||
} | ||
|
||
.tour-tip .tour-arrow { | ||
display: block; | ||
position: absolute; | ||
left: 22px; | ||
width: 0; | ||
height: 0; | ||
border: inset 14px; | ||
} | ||
|
||
@media -sass-debug-info { | ||
filename { | ||
font-family: file\:\/\/C\:\/Users\/Tyler\/JSworkspace\/angular-tour\/src\/tour\/tour\.scss; | ||
} | ||
|
||
line { | ||
font-family: \0000349; | ||
} | ||
} | ||
|
||
.tour-tip .tour-arrow.top { | ||
border-top-style: solid; | ||
top: -28px; | ||
border-color: transparent transparent #1c252e !important; | ||
} | ||
|
||
@media -sass-debug-info { | ||
filename { | ||
font-family: file\:\/\/C\:\/Users\/Tyler\/JSworkspace\/angular-tour\/src\/tour\/tour\.scss; | ||
} | ||
|
||
line { | ||
font-family: \0000354; | ||
} | ||
} | ||
|
||
.tour-tip .tour-arrow.bottom { | ||
border-bottom-style: solid; | ||
bottom: -28px; | ||
border-color: #1c252e transparent transparent !important; | ||
} | ||
|
||
@media -sass-debug-info { | ||
filename { | ||
font-family: file\:\/\/C\:\/Users\/Tyler\/JSworkspace\/angular-tour\/src\/tour\/tour\.scss; | ||
} | ||
|
||
line { | ||
font-family: \0000359; | ||
} | ||
} | ||
|
||
.tour-tip .tour-arrow.right { | ||
right: -28px; | ||
bottom: -150px; | ||
border-color: transparent transparent transparent #1c252e !important; | ||
} | ||
|
||
@media -sass-debug-info { | ||
filename { | ||
font-family: file\:\/\/C\:\/Users\/Tyler\/JSworkspace\/angular-tour\/src\/tour\/tour\.scss; | ||
} | ||
|
||
line { | ||
font-family: \0000364; | ||
} | ||
} | ||
|
||
.tour-tip .tour-arrow.left { | ||
left: -28px; | ||
border-color: transparent #1c252e transparent transparent !important; | ||
} | ||
|
||
@media -sass-debug-info { | ||
filename { | ||
font-family: file\:\/\/C\:\/Users\/Tyler\/JSworkspace\/angular-tour\/src\/tour\/tour\.scss; | ||
} | ||
|
||
line { | ||
font-family: \0000375; | ||
} | ||
} | ||
|
||
.tour-tip .tour-content-wrapper { | ||
width: 100%; | ||
padding: 1.125em 1.25em 1.5em; | ||
} | ||
|
||
@media -sass-debug-info { | ||
filename { | ||
font-family: file\:\/\/C\:\/Users\/Tyler\/JSworkspace\/angular-tour\/src\/tour\/tour\.scss; | ||
} | ||
|
||
line { | ||
font-family: \0000379; | ||
} | ||
} | ||
|
||
.tour-tip .tour-content-wrapper .button { | ||
margin-bottom: 0 !important; | ||
} | ||
|
||
@media -sass-debug-info { | ||
filename { | ||
font-family: file\:\/\/C\:\/Users\/Tyler\/JSworkspace\/angular-tour\/src\/tour\/tour\.scss; | ||
} | ||
|
||
line { | ||
font-family: \0000383; | ||
} | ||
} | ||
|
||
.tour-tip .tour-close-tip { | ||
position: absolute; | ||
right: 12px; | ||
top: 10px; | ||
color: white !important; | ||
text-decoration: none; | ||
font-size: 30px; | ||
font-weight: 400; | ||
line-height: 0.5 !important; | ||
} | ||
|
||
@media -sass-debug-info { | ||
filename { | ||
font-family: file\:\/\/C\:\/Users\/Tyler\/JSworkspace\/angular-tour\/src\/tour\/tour\.scss; | ||
} | ||
|
||
line { | ||
font-family: \0000392; | ||
} | ||
} | ||
|
||
.tour-tip .tour-close-tip:hover, | ||
.tour-tip .tour-close-tip:focus { | ||
color: #eeeeee !important; | ||
} |
Oops, something went wrong.