-
Notifications
You must be signed in to change notification settings - Fork 45
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove body-scroll-lock, shepherd.js 3.0.0 (#325)
- Loading branch information
1 parent
25fe9d9
commit 74824ab
Showing
6 changed files
with
254 additions
and
262 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
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
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 |
---|---|---|
|
@@ -175,3 +175,11 @@ $shepherd-theme-secondary: $whiteish; | |
} | ||
} | ||
} | ||
|
||
:root { | ||
--brand-primary: #EF898B; | ||
} | ||
|
||
.hero { | ||
padding: 0 2rem; | ||
} |
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 |
---|---|---|
@@ -1,6 +1,39 @@ | ||
{{docs-hero | ||
logo="ember" | ||
slimHeading="shepherd" | ||
strongHeading="Helpers" | ||
byline="An Ember addon for the site tour library Shepherd" | ||
}} | ||
<section | ||
class="hero docs-flex docs-flex-wrap docs-justify-center" | ||
> | ||
<div class="section-content docs-mt-8 docs-mb-8 docs-w-full docs-max-w-4xl"> | ||
<div class="docs-flex docs-flex-wrap docs-items-center docs-flex-col-reverse docs-justify-between lg:docs-flex-row"> | ||
<div class="docs-w-full lg:docs-pr-12 lg:docs-w-1/2"> | ||
<div class="docs-max-w-md"> | ||
<div class="docs-max-w-sm docs-mx-auto"> | ||
<h1> | ||
<span class="docs-max-w-sm"> | ||
{{svg-jar "ember" class="docs-h-full docs-w-auto docs-max-w-full docs-fill-current" height="auto" width="125px"}} | ||
</span> | ||
|
||
Shepherd | ||
</h1> | ||
|
||
<p class="docs-mt-4 xl:docs-mt-6 docs-mb-2 docs-leading-small docs-mx-auto docs-tracking-tight | ||
docs-text-large-1 md:docs-text-large-2 xl:docs-text-large-3"> | ||
An Ember addon for the site tour library Shepherd | ||
</p> | ||
|
||
{{#link-to | ||
"docs" | ||
class="docs-no-underline docs-bg-white docs-text-brand docs-text-xs docs-px-3 docs-py-2 | ||
docs-rounded docs-mt-4 docs-shadow-md hover:docs-shadow-lg | ||
docs-transition hover:docs-nudge-t docs-font-bold docs-inline-block docs-uppercase" | ||
}} | ||
Read the docs → | ||
{{/link-to}} | ||
</div> | ||
</div> | ||
</div> | ||
|
||
<div class="docs-w-full docs-text-center lg:docs-pr-12 lg:docs-w-1/2 lg:docs-p-12"> | ||
{{svg-jar "ember-consulting"}} | ||
</div> | ||
</div> | ||
</div> | ||
</section> |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Oops, something went wrong.