Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in
Toggle navigation
A
angular-tour
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Custom Issue Tracker
Custom Issue Tracker
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
angularjs
angular-tour
Commits
3048f306
Commit
3048f306
authored
Nov 06, 2018
by
bingchuan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[dev]version 0.2.6
parent
bbbee2d4
Pipeline
#48
failed with stages
Changes
3
Pipelines
1
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
498 additions
and
517 deletions
+498
-517
bower.json
bower.json
+1
-1
angular-tour-tpls.js
dist/angular-tour-tpls.js
+494
-484
angular-tour.css
dist/angular-tour.css
+3
-32
No files found.
bower.json
View file @
3048f306
{
"name"
:
"angular-tour"
,
"version"
:
"0.2.
5
"
,
"version"
:
"0.2.
6
"
,
"description"
:
"An AngularJS directive for showcasing features of your website"
,
"keywords"
:
[
"angularjs"
,
...
...
dist/angular-tour-tpls.js
View file @
3048f306
This diff is collapsed.
Click to expand it.
dist/angular-tour.css
View file @
3048f306
...
...
@@ -19,39 +19,10 @@
margin
:
0
0
1.125em
;
}
.tour-tip
button
,
.tour-tip
.button
{
background-color
:
#189DAF
;
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
:
.8em
;
color
:
#FFF
;
border-style
:
solid
;
border-width
:
0
;
margin
:
0
0
1.25em
;
padding
:
.5em
1.25em
.6em
;
border-radius
:
8px
;
}
.tour-tip
button
small
,
.tour-tip
.button
small
{
padding-top
:
.625em
;
padding-bottom
:
.5625em
;
-webkit-appearance
:
none
;
}
.tour-tip
button
:hover
,
.tour-tip
.button
:hover
{
background-color
:
#0A87A1
;
}
.tour-tip
.tour-arrow
{
display
:
block
;
...
...
@@ -127,4 +98,4 @@
z-index
:
120
!important
;
position
:
relative
;
background
:
#fff
;
}
\ No newline at end of file
}
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment