feat(aio): overall margin, code, alert styles

This commit is contained in:
Stefanie Fluin
2017-03-28 17:15:02 -07:00
committed by Igor Minar
parent f518e3a75f
commit 43a9619e57
18 changed files with 80 additions and 80 deletions
+1 -1
View File
@@ -25,7 +25,7 @@ const copiedLabel = 'Copied!';
template: `
<pre class="prettyprint lang-{{language}}">
<button class="material-icons copy-button" #copyButton (click)="doCopy()">content_copy</button>
<button class="material-icons copy-button" (click)="doCopy()">content_copy</button>
<code class="animated fadeIn" #codeContainer></code>
</pre>
`