-
Notifications
You must be signed in to change notification settings - Fork 44
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
1 parent
bab8e3d
commit ec513b0
Showing
5 changed files
with
949 additions
and
299 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 |
---|---|---|
@@ -1,45 +1,32 @@ | ||
<screen><page> | ||
<centered class="header"> | ||
<box xs="hidden" lm="visible 5" sm="4"></box> | ||
<vbox align="center" xs="24" lm="14" sm="16"> | ||
<centered class="title">ember-attacher</centered> | ||
<centered>Tooltips & popovers made easy</centered> | ||
</vbox> | ||
<centered xs="hidden" lm="visible 5" sm="4" justify="between"> | ||
<hbox fit align="center" justify="end"> | ||
<a href="https://github.com/kybishop/ember-attacher" | ||
target="_blank" | ||
rel="noopener" | ||
class="github-link"></a> | ||
<a class="github-button" | ||
href="https://github.com/kybishop/ember-attacher/fork" | ||
data-icon="octicon-repo-forked" | ||
data-size="large" | ||
aria-label="Fork kybishop/ember-attacher on GitHub">Fork</a> | ||
</hbox> | ||
</centered> | ||
</centered> | ||
<hbox lm="hidden" class="mobile-only-header" justify="between"> | ||
<centered> | ||
<a href="http://emberobserver.com/addons/ember-attacher"> | ||
<img src="http://emberobserver.com/badges/ember-attacher.svg"> | ||
</a> | ||
</centered> | ||
<centered> | ||
<a href="https://github.com/kybishop/ember-attacher" | ||
target="_blank" | ||
rel="noopener" | ||
class="github-link"></a> | ||
</centered> | ||
<centered> | ||
<a class="github-button" | ||
href="https://github.com/kybishop/ember-attacher/fork" | ||
data-icon="octicon-repo-forked" | ||
data-size="large" | ||
aria-label="Fork kybishop/ember-attacher on GitHub">Fork</a> | ||
</centered> | ||
</hbox> | ||
<vbox class="content"> | ||
{{attachment-example}} | ||
</vbox> | ||
</page></screen> | ||
<div data-element-screen> | ||
<div data-element-page> | ||
<div data-element-centered class="header"> | ||
<div data-element-box class="col-sm-4 visible-lm col-lm-5 hidden-xs"></div> | ||
<div data-element-vbox class="col-sm-16 col-lm-14 col-xs-24 align-center"> | ||
<div data-element-centered class="title">ember-attacher</div> | ||
<div data-element-centered>Tooltips & popovers made easy</div> | ||
</div> | ||
<div data-element-centered class="justify-between col-sm-4 visible-lm col-lm-5 hidden-xs"> | ||
<div data-element-hbox class="justify-end align-center flexi-fit"> | ||
<a href="https://github.com/kybishop/ember-attacher" target="_blank" rel="noopener" class="github-link"></a> | ||
<a class="github-button" href="https://github.com/kybishop/ember-attacher/fork" | ||
data-icon="octicon-repo-forked" data-size="large" | ||
aria-label="Fork kybishop/ember-attacher on GitHub">Fork</a> | ||
</div> | ||
</div> | ||
</div> | ||
<div data-element-hbox class="mobile-only-header justify-between hidden-lm"> | ||
<div data-element-centered> | ||
<a href="http://emberobserver.com/addons/ember-attacher"> | ||
<img src="http://emberobserver.com/badges/ember-attacher.svg"> | ||
</a> | ||
</div> | ||
<div data-element-centered> | ||
<a href="https://github.com/kybishop/ember-attacher" target="_blank" rel="noopener" class="github-link"></a> | ||
</div> | ||
</div> | ||
<div data-element-vbox class="content"> | ||
{{attachment-example}} | ||
</div> | ||
</div> | ||
</div> |
Oops, something went wrong.