Commit 3048f306 authored by bingchuan's avatar bingchuan

[dev]version 0.2.6

parent bbbee2d4
Pipeline #48 failed with stages
{
"name": "angular-tour",
"version": "0.2.5",
"version": "0.2.6",
"description": "An AngularJS directive for showcasing features of your website",
"keywords": [
"angularjs",
......
This diff is collapsed.
......@@ -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
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment