forked from Polymer/old-docs-site
-
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
Showing
9 changed files
with
161 additions
and
98 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 |
---|---|---|
@@ -1,3 +1,4 @@ | ||
<span class="edit-on-github"> | ||
<a href="https://github.com/Polymer/docs/edit/master/{{page.path}}">Edit on Github</a> | ||
</span> | ||
<div><!-- intentionally blank --></div> |
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,5 +1,10 @@ | ||
#### Content {#toc} | ||
{:.no_toc} | ||
<details id="toc"> | ||
<summary>Table of contents</summary> | ||
</details> | ||
|
||
{%comment%} | ||
Moved inside the <details> element using JS. | ||
{%endcomment%} | ||
|
||
* toc placeholder | ||
{:toc} |
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,39 +1,43 @@ | ||
/* line 3, ../../sass/elements/site-banner.scss */ | ||
:host { background-color: #1f2036; display: -webkit-box; display: -webkit-flex; display: -moz-flex; display: -ms-flex; display: -o-flex; display: flex; -webkit-box-align: flex-end; -webkit-align-items: flex-end; -moz-align-items: flex-end; -ms-align-items: flex-end; -o-align-items: flex-end; align-items: flex-end; position: relative; z-index: 1; height: 286px; color: white; overflow: hidden; padding-left: 64px; } | ||
|
||
/* line 17, ../../sass/elements/site-banner.scss */ | ||
/* @polyfill :host.mobile header */ | ||
/* line 18, ../../sass/elements/site-banner.scss */ | ||
:host(.mobile) ::content header { display: none; } | ||
|
||
/* line 22, ../../sass/elements/site-banner.scss */ | ||
:host([type="platform"]:host) { background-color: #9f499b; } | ||
|
||
/* line 21, ../../sass/elements/site-banner.scss */ | ||
/* line 26, ../../sass/elements/site-banner.scss */ | ||
:host([type="core"]:host) { background-color: #d61a7f; } | ||
|
||
/* line 25, ../../sass/elements/site-banner.scss */ | ||
/* line 30, ../../sass/elements/site-banner.scss */ | ||
:host([type="elements"]:host) { background-color: #5c6bc0; } | ||
|
||
/* @polyfill :host header */ | ||
/* line 30, ../../sass/elements/site-banner.scss */ | ||
/* line 35, ../../sass/elements/site-banner.scss */ | ||
::content header { padding: 30px 0 40px 0; width: 100%; } | ||
|
||
/* @polyfill header h1 */ | ||
/* line 36, ../../sass/elements/site-banner.scss */ | ||
/* line 41, ../../sass/elements/site-banner.scss */ | ||
::content h1 { letter-spacing: -0.01em; line-height: 48px; font-size: 45px; -webkit-transform-origin: 0 0; transform-origin: 0 0; } | ||
|
||
/* @polyfill :host header.shrink h1 */ | ||
/* line 48, ../../sass/elements/site-banner.scss */ | ||
/* line 53, ../../sass/elements/site-banner.scss */ | ||
::content header.shrink h1 { -webkit-transform: scale(0.44444); transform: scale(0.44444); } | ||
|
||
/* @polyfill :host header.shrink summary */ | ||
/* line 54, ../../sass/elements/site-banner.scss */ | ||
/* line 59, ../../sass/elements/site-banner.scss */ | ||
::content header.shrink summary { visibility: hidden; } | ||
|
||
/* @polyfill :host header.shrink */ | ||
/* line 59, ../../sass/elements/site-banner.scss */ | ||
/* line 64, ../../sass/elements/site-banner.scss */ | ||
::content header.shrink { position: fixed; pointer-events: none; } | ||
|
||
/* @polyfill header a */ | ||
/* line 65, ../../sass/elements/site-banner.scss */ | ||
/* line 70, ../../sass/elements/site-banner.scss */ | ||
::content a { color: currentcolor; } | ||
|
||
/* @polyfill header summary */ | ||
/* line 71, ../../sass/elements/site-banner.scss */ | ||
/* line 76, ../../sass/elements/site-banner.scss */ | ||
::content summary { margin-top: 20px; opacity: 0.6; } |
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
Oops, something went wrong.